Support guidance_scale slider in config

This commit is contained in:
cmdr2
2022-08-24 12:43:50 +05:30
parent 5d305c03e7
commit f73cab5ce8
3 changed files with 12 additions and 2 deletions

View File

@ -41,6 +41,7 @@ async def image(req : ImageRequest):
"width": req.width,
"height": req.height,
"seed": req.seed,
"guidance_scale": req.guidance_scale,
}
}