fix flux img2img cfg scale

This commit is contained in:
Abhi
2024-09-19 18:46:47 +05:30
committed by GitHub
parent 35c4889f37
commit c9908cd00c

View File

@@ -508,7 +508,7 @@ async def vfxl(c: Client, message: Message):
"steps": 30,
"width": 1024,
"height": 1024,
"cfg_scale": 7,
"cfg_scale": 1,
"loras": {},
"seed": -1,
"init_image": image_data if img2img else None,