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,