Spaces:
Running
on
T4
Running
on
T4
Krebzonide
commited on
Commit
•
74ce001
1
Parent(s):
b254cdc
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ pipe.to("cuda")
|
|
11 |
image = pipe(
|
12 |
"A picture of gfemti in a black dress, outdoors",
|
13 |
num_inference_steps=25,
|
14 |
-
guidance_scale=7.5
|
15 |
-
cross_attention_kwargs={"scale": 0.5},
|
16 |
).images[0]
|
17 |
image.save("test1.png")
|
|
|
11 |
image = pipe(
|
12 |
"A picture of gfemti in a black dress, outdoors",
|
13 |
num_inference_steps=25,
|
14 |
+
guidance_scale=7.5
|
|
|
15 |
).images[0]
|
16 |
image.save("test1.png")
|