Spaces:
Running
Running
Update app.py
Browse files
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="
|
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="",
|