From dbf98e526cd8c2b9387ecbe2bd76328f374d0eb4 Mon Sep 17 00:00:00 2001 From: zcr Date: Wed, 18 Mar 2026 12:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eflux2=20klein=20=E5=9B=BE?= =?UTF-8?q?=E5=83=8F=E7=94=9F=E6=88=90=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/flux2_gen_img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routers/flux2_gen_img.py b/src/routers/flux2_gen_img.py index 27004a1..b8f8d10 100644 --- a/src/routers/flux2_gen_img.py +++ b/src/routers/flux2_gen_img.py @@ -32,7 +32,7 @@ async def flux2_gen_img(request_data: Flux2_Gen_Img_Model): "input_image_paths": ["test/typical_building_space_station.png","test/typical_creature_dragon.png"], "width": 512, "height": 512, - "bucket_name": "my-oss-bucket", + "bucket_name": "test", "object_name": "generated_images/result.jpg", "prompt": "a beautiful landscape with mountains and rivers", "steps": 4,