Spaces:
Runtime error
Runtime error
A minor fix
Browse files
model.py
CHANGED
@@ -480,7 +480,7 @@ class Model:
|
|
480 |
width=resolution,
|
481 |
num_inference_steps=50,
|
482 |
guidance_scale=7.5,
|
483 |
-
guidance_stop_step=1.0,
|
484 |
t0=t0,
|
485 |
t1=t1,
|
486 |
motion_field_strength_x=motion_field_strength_x,
|
|
|
480 |
width=resolution,
|
481 |
num_inference_steps=50,
|
482 |
guidance_scale=7.5,
|
483 |
+
# guidance_stop_step=1.0,
|
484 |
t0=t0,
|
485 |
t1=t1,
|
486 |
motion_field_strength_x=motion_field_strength_x,
|