Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ def start_tryon(dict, garm_img, garment_des, is_checked, is_checked_crop, denois
|
|
229 |
height=1024,
|
230 |
width=768,
|
231 |
ip_adapter_image=garm_img.resize((768, 1024)),
|
232 |
-
guidance_scale=
|
233 |
)[0]
|
234 |
|
235 |
if is_checked_crop:
|
|
|
229 |
height=1024,
|
230 |
width=768,
|
231 |
ip_adapter_image=garm_img.resize((768, 1024)),
|
232 |
+
guidance_scale=2.0,
|
233 |
)[0]
|
234 |
|
235 |
if is_checked_crop:
|