Skip to content

Commit 8345c20

Browse files
committed
no need to specify model_nam
1 parent ad95f9a commit 8345c20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/inference/src/providers/fal-ai.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ export class FalAIImageToImageTask extends FalAiQueueTask implements ImageToImag
224224
scale: 1,
225225
},
226226
];
227-
if (params.mapping.providerId === "fal-ai/lora") {
228-
payload.model_name = "stabilityai/stable-diffusion-xl-base-1.0";
229-
}
230227
}
231228
return payload;
232229
}

0 commit comments

Comments
 (0)