Merge branch 'main' into develop
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 2m25s

This commit is contained in:
2024-12-10 20:29:50 +00:00

View File

@@ -39,7 +39,7 @@ export async function execute(
try { try {
// Create image generation prediction // Create image generation prediction
const prediction = await replicate.predictions.create({ const prediction = await replicate.predictions.create({
model: 'black-forest-labs/flux-schnell', model: 'black-forest-labs/flux-1.1-pro-ultra',
input: { prompt }, input: { prompt },
}); });