From 135d91fd152d6966a8177cc6b31692252f04e7f0 Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Tue, 10 Sep 2024 09:58:26 +0800 Subject: [PATCH] update flux plugin --- plugins/flux/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flux/openapi.json b/plugins/flux/openapi.json index c8d970f..979d2db 100644 --- a/plugins/flux/openapi.json +++ b/plugins/flux/openapi.json @@ -116,7 +116,7 @@ "ImageToImageInputs": { "title": "ImageToImageInputs", "type": "object", - "required": ["prompt", "image_size", "num_inference_steps", "guidance_scale"], + "required": ["image_url", "prompt", "image_size", "num_inference_steps", "guidance_scale"], "properties": { "image_url": { "type": "string",