Serg4451D commited on
Commit
416f872
·
verified ·
1 Parent(s): 88f8df4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def generate_image(prompt, steps):
13
  is_negative="(deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos",
14
  steps=steps,
15
  cfg_scale=7,
16
- sampler="DPM++ 2M Karras",
17
  seed=-1,
18
  strength=0.7,
19
  huggingface_api_key="",
 
13
  is_negative="(deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos",
14
  steps=steps,
15
  cfg_scale=7,
16
+ sampler="DDIM",
17
  seed=-1,
18
  strength=0.7,
19
  huggingface_api_key="",