Spaces:
Running
on
Zero
Running
on
Zero
ehristoforu
commited on
Commit
•
9e82664
1
Parent(s):
e8a5fba
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def generate(
|
|
79 |
guidance_scale=guidance_scale,
|
80 |
num_inference_steps=25,
|
81 |
num_images_per_prompt=1,
|
82 |
-
cross_attention_kwargs={"scale": 0.
|
83 |
output_type="pil",
|
84 |
).images
|
85 |
image_paths = [save_image(img) for img in images]
|
|
|
79 |
guidance_scale=guidance_scale,
|
80 |
num_inference_steps=25,
|
81 |
num_images_per_prompt=1,
|
82 |
+
cross_attention_kwargs={"scale": 0.65},
|
83 |
output_type="pil",
|
84 |
).images
|
85 |
image_paths = [save_image(img) for img in images]
|