hsuwill000 commited on
Commit
eabda09
·
verified ·
1 Parent(s): 3820dc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,8 +24,9 @@ pipe.reshape(batch_size=batch_size, height=HIGH, width=WIDTH, num_images_per_pro
24
  pipe.compile()
25
 
26
  prompt = ""
 
27
 
28
- def infer(prompt, negative_prompt="EasyNegative, ", num_inference_steps=4):
29
  image = pipe(
30
  prompt=prompt,
31
  negative_prompt=negative_prompt,
 
24
  pipe.compile()
25
 
26
  prompt = ""
27
+ negative_prompt = "Easy Negative, worst quality, low quality, normal quality, lowers, monochrome, grayscales, skin spots, acnes, skin blemishes, age spot, 6 more fingers on one hand, deformity, bad legs, error legs, bad feet, malformed limbs, extra limbs, ugly, poorly drawn hands, poorly drawn feet, poorly drawn face, text, mutilated, extra fingers, mutated hands, mutation, bad anatomy, cloned face, disfigured, fused fingers"
28
 
29
+ def infer(prompt, negative_prompt, num_inference_steps=4):
30
  image = pipe(
31
  prompt=prompt,
32
  negative_prompt=negative_prompt,