From 4d9bf52a11320b3d310810a9fb60ba251981eeed Mon Sep 17 00:00:00 2001 From: jack Date: Tue, 10 Dec 2024 20:26:25 +0000 Subject: [PATCH] Update image generation model --- src/commands/image.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/image.ts b/src/commands/image.ts index 75f6314..b57b569 100644 --- a/src/commands/image.ts +++ b/src/commands/image.ts @@ -39,7 +39,7 @@ export async function execute( try { // Create image generation prediction const prediction = await replicate.predictions.create({ - model: 'black-forest-labs/flux-schnell', + model: 'black-forest-labs/flux-1.1-pro-ultra', input: { prompt }, });