Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,7 @@ from longcat_video.modules.scheduling_flow_match_euler_discrete import FlowMatch
|
|
| 38 |
from longcat_video.modules.autoencoder_kl_wan import AutoencoderKLWan
|
| 39 |
from longcat_video.modules.longcat_video_dit import LongCatVideoTransformer3DModel
|
| 40 |
from longcat_video.context_parallel import context_parallel_util
|
|
|
|
| 41 |
from diffusers.utils import export_to_video
|
| 42 |
|
| 43 |
# Download model weights from Hugging Face Hub if they don't exist
|
|
|
|
| 38 |
from longcat_video.modules.autoencoder_kl_wan import AutoencoderKLWan
|
| 39 |
from longcat_video.modules.longcat_video_dit import LongCatVideoTransformer3DModel
|
| 40 |
from longcat_video.context_parallel import context_parallel_util
|
| 41 |
+
from transformers import AutoTokenizer, UMT5EncoderModel
|
| 42 |
from diffusers.utils import export_to_video
|
| 43 |
|
| 44 |
# Download model weights from Hugging Face Hub if they don't exist
|