Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -35,8 +35,6 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
35 |
from diffusers import ShapEImg2ImgPipeline, ShapEPipeline
|
36 |
from diffusers.utils import export_to_ply
|
37 |
|
38 |
-
# NEW IMPORTS FOR TEXT-TO-VIDEO FEATURE
|
39 |
-
import torch # already imported above; included here for clarity
|
40 |
from diffsynth import ModelManager, WanVideoPipeline, save_video, VideoData
|
41 |
from modelscope import snapshot_download
|
42 |
|
|
|
35 |
from diffusers import ShapEImg2ImgPipeline, ShapEPipeline
|
36 |
from diffusers.utils import export_to_ply
|
37 |
|
|
|
|
|
38 |
from diffsynth import ModelManager, WanVideoPipeline, save_video, VideoData
|
39 |
from modelscope import snapshot_download
|
40 |
|