Spaces:
Runtime error
Runtime error
correct seed for sophie example
Browse files- app.py +1 -1
- examples/example_06_sophie/params.json +1 -1
app.py
CHANGED
@@ -131,7 +131,7 @@ def check_if_compiled(hint_image, inference_steps, height, width, num_frames, sc
|
|
131 |
if (hint_image is None, inference_steps, height, width, num_frames, scheduler_type) in _seen_compilations:
|
132 |
return ''
|
133 |
else:
|
134 |
-
return
|
135 |
|
136 |
with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled = False) as demo:
|
137 |
variant = 'panel'
|
|
|
131 |
if (hint_image is None, inference_steps, height, width, num_frames, scheduler_type) in _seen_compilations:
|
132 |
return ''
|
133 |
else:
|
134 |
+
return message
|
135 |
|
136 |
with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled = False) as demo:
|
137 |
variant = 'panel'
|
examples/example_06_sophie/params.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"neg_prompt": "",
|
4 |
"cfg": 15,
|
5 |
"cfg_image": 9,
|
6 |
-
"seed":
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
9 |
"height": 512,
|
|
|
3 |
"neg_prompt": "",
|
4 |
"cfg": 15,
|
5 |
"cfg_image": 9,
|
6 |
+
"seed": 1,
|
7 |
"steps": 20,
|
8 |
"width": 512,
|
9 |
"height": 512,
|