vkthakur88 commited on
Commit
0e24e63
·
1 Parent(s): 623f48d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def image_interface(prompt):
10
  negative_prompt = 'duplicate, photograph, ugly, old, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs',
11
  model = 'stabilityai/stable-diffusion-xl-base-1.0',
12
  guidance_scale = 7,
13
- num_inference_steps = 75
14
  )
15
 
16
  return response
 
10
  negative_prompt = 'duplicate, photograph, ugly, old, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs',
11
  model = 'stabilityai/stable-diffusion-xl-base-1.0',
12
  guidance_scale = 7,
13
+ num_inference_steps = 50
14
  )
15
 
16
  return response