Back
Version 10
2/5/2024
import { runVal } from "https://esm.town/v/std/runVal";
import fal from "npm:@fal-ai/serverless-client";
export let sdxl = async (input): Promise<{
images: [{ url: "string" }];
}> => {
return await fal.subscribe("fal-ai/fast-sdxl", {
input: input,
});
};
Updated: February 6, 2024