新增flux2 klein 图像生成模型

This commit is contained in:
zcr
2026-03-18 12:24:43 +08:00
parent affd4db6f0
commit dbf98e526c

View File

@@ -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"], "input_image_paths": ["test/typical_building_space_station.png","test/typical_creature_dragon.png"],
"width": 512, "width": 512,
"height": 512, "height": 512,
"bucket_name": "my-oss-bucket", "bucket_name": "test",
"object_name": "generated_images/result.jpg", "object_name": "generated_images/result.jpg",
"prompt": "a beautiful landscape with mountains and rivers", "prompt": "a beautiful landscape with mountains and rivers",
"steps": 4, "steps": 4,