Spaces:
Saad0KH
/
Running on Zero

Saad0KH commited on
Commit
069f748
ยท
verified ยท
1 Parent(s): c1c4aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):