Spaces:
Sleeping
Sleeping
hsuwill000
commited on
Commit
•
5210510
1
Parent(s):
f089660
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ pipe.reshape( batch_size=-1, height=HIGH, width=WIDTH, num_images_per_prompt=1)
|
|
56 |
pipe.compile()
|
57 |
|
58 |
prompt=""
|
59 |
-
negative_prompt="EasyNegative,
|
60 |
|
61 |
def infer(prompt,negative_prompt):
|
62 |
|
@@ -66,7 +66,7 @@ def infer(prompt,negative_prompt):
|
|
66 |
width = WIDTH,
|
67 |
height = HIGH,
|
68 |
guidance_scale=1.0,
|
69 |
-
num_inference_steps=
|
70 |
num_images_per_prompt=1,
|
71 |
).images[0]
|
72 |
|
|
|
56 |
pipe.compile()
|
57 |
|
58 |
prompt=""
|
59 |
+
negative_prompt="EasyNegative, "
|
60 |
|
61 |
def infer(prompt,negative_prompt):
|
62 |
|
|
|
66 |
width = WIDTH,
|
67 |
height = HIGH,
|
68 |
guidance_scale=1.0,
|
69 |
+
num_inference_steps=5,
|
70 |
num_images_per_prompt=1,
|
71 |
).images[0]
|
72 |
|