Spaces:
Running
Running
Change conditioning method to UNCONDITIONAL for video generation from text
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ def generate_video_from_text(
|
|
213 |
**sample,
|
214 |
is_video=True,
|
215 |
vae_per_channel_normalize=True,
|
216 |
-
conditioning_method=ConditioningMethod.
|
217 |
mixed_precision=True,
|
218 |
callback_on_step_end=gradio_progress_callback,
|
219 |
).images
|
|
|
213 |
**sample,
|
214 |
is_video=True,
|
215 |
vae_per_channel_normalize=True,
|
216 |
+
conditioning_method=ConditioningMethod.UNCONDITIONAL,
|
217 |
mixed_precision=True,
|
218 |
callback_on_step_end=gradio_progress_callback,
|
219 |
).images
|