Spaces:
Runtime error
Runtime error
Update stable_cascade.py
Browse files- stable_cascade.py +2 -1
stable_cascade.py
CHANGED
@@ -75,7 +75,7 @@ def web_demo():
|
|
75 |
show_label=False,
|
76 |
)
|
77 |
|
78 |
-
|
79 |
minimum=1,
|
80 |
maximum=1000000,
|
81 |
step=10,
|
@@ -149,6 +149,7 @@ def web_demo():
|
|
149 |
text2image_height,
|
150 |
text2image_width,
|
151 |
text2image_guidance_scale,
|
|
|
152 |
text2image_num_images_per_prompt,
|
153 |
text2image_prior_inference_step,
|
154 |
text2image_decoder_inference_step
|
|
|
75 |
show_label=False,
|
76 |
)
|
77 |
|
78 |
+
text2image_seed = gr.Slider(
|
79 |
minimum=1,
|
80 |
maximum=1000000,
|
81 |
step=10,
|
|
|
149 |
text2image_height,
|
150 |
text2image_width,
|
151 |
text2image_guidance_scale,
|
152 |
+
text2image_seed,
|
153 |
text2image_num_images_per_prompt,
|
154 |
text2image_prior_inference_step,
|
155 |
text2image_decoder_inference_step
|