Make 08- work again

This commit is contained in:
Moishe Lettvin
2024-03-12 10:34:52 -04:00
parent d9378e23ba
commit f546bb32da
2 changed files with 39 additions and 23 deletions

View File

@@ -32,8 +32,8 @@ class FalImageGenService(ImageGenService):
async def run_image_gen(self, sentence) -> tuple[str, bytes]:
def get_image_url(sentence, size):
handler = fal.apps.submit(
#"110602490-fast-sdxl",
"fal-ai/fast-sdxl",
"110602490-fast-sdxl",
#"fal-ai/fast-sdxl",
arguments={"prompt": sentence},
)
for event in handler.iter_events():