hsuwill000 commited on
Commit
8f24239
·
verified ·
1 Parent(s): 070ae85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ pipe.compile()
49
  prompt = ""
50
  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"
51
 
52
- def infer(prompt, negative_prompt, num_inference_steps=8):
53
  image = pipe(
54
  prompt=prompt,
55
  negative_prompt=negative_prompt,
 
49
  prompt = ""
50
  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"
51
 
52
+ def infer(prompt, negative_prompt, num_inference_steps=1):
53
  image = pipe(
54
  prompt=prompt,
55
  negative_prompt=negative_prompt,