Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def start_tryon(dict, garm_img, garment_des, is_checked, is_checked_crop, denois
|
|
192 |
)
|
193 |
|
194 |
prompt = "a photo of " + garment_des
|
195 |
-
negative_prompt = "monochrome, lowres, bad anatomy, worst quality, low quality"
|
196 |
if not isinstance(prompt, list):
|
197 |
prompt = [prompt] * 1
|
198 |
if not isinstance(negative_prompt, list):
|
|
|
192 |
)
|
193 |
|
194 |
prompt = "a photo of " + garment_des
|
195 |
+
negative_prompt = "monochrome, lowres, bad anatomy, worst quality, low quality , change color"
|
196 |
if not isinstance(prompt, list):
|
197 |
prompt = [prompt] * 1
|
198 |
if not isinstance(negative_prompt, list):
|