We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de44473 commit 646e3d6Copy full SHA for 646e3d6
packages/inference/src/providers/fal-ai.ts
@@ -249,7 +249,8 @@ export class FalAIImageToImageTask extends FalAiQueueTask implements ImageToImag
249
image_url: imageDataUrl,
250
// Some fal endpoints (e.g. FLUX.2-dev) expect `image_urls` (array) instead of `image_url`
251
image_urls: [imageDataUrl],
252
- } as RequestArgs;
+ ...args,
253
+ };
254
}
255
256
override async getResponse(
0 commit comments