Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
526c0b6
1
Parent(s):
3ecf706
Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ with block:
|
|
267 |
elem_id="negative-prompt-text-input",
|
268 |
)
|
269 |
guidance_scale = gr.Slider(
|
270 |
-
label="Guidance Scale", minimum=0, maximum=50, value=
|
271 |
)
|
272 |
|
273 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text, negative, guidance_scale], outputs=[gallery, community_group], cache_examples=True, postprocess=False)
|
|
|
267 |
elem_id="negative-prompt-text-input",
|
268 |
)
|
269 |
guidance_scale = gr.Slider(
|
270 |
+
label="Guidance Scale", minimum=0, maximum=50, value=7.5, step=0.1
|
271 |
)
|
272 |
|
273 |
ex = gr.Examples(examples=examples, fn=infer, inputs=[text, negative, guidance_scale], outputs=[gallery, community_group], cache_examples=True, postprocess=False)
|