hsuwill000 commited on
Commit
adb6112
·
verified ·
1 Parent(s): 00afe6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ pipe.reshape( batch_size=-1, height=HIGH, width=WIDTH, num_images_per_prompt=1)
46
  pipe.compile()
47
 
48
  prompt=""
49
- negative_prompt="EasyNegative, (animal, pet), close up,"
50
 
51
  def infer(prompt,negative_prompt):
52
 
 
46
  pipe.compile()
47
 
48
  prompt=""
49
+ negative_prompt="EasyNegative, cartoonish, low resolution, blurry, simplistic, abstract, deformed, ugly,"
50
 
51
  def infer(prompt,negative_prompt):
52