From 754e8d77358adf3ec3f454f9c10b353d7aefc3d5 Mon Sep 17 00:00:00 2001 From: zcr Date: Mon, 26 Jan 2026 15:21:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Eto=20product=20img=20?= =?UTF-8?q?flux2=20=E7=89=88,=E5=81=9C=E7=94=A8sdxl=E7=89=88=20fix:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/schemas/generate_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/schemas/generate_image.py b/app/schemas/generate_image.py index 815dd41..3e150d5 100644 --- a/app/schemas/generate_image.py +++ b/app/schemas/generate_image.py @@ -35,7 +35,7 @@ class GenerateProductImageModel(BaseModel): class Flux2ToProductImgModel(BaseModel): tasks_id: str prompt: str - image_url: str + image_path: str image_strength: int