Spaces:
Paused
Paused
Update skyreelsinfer/pipelines/pipeline_skyreels_video.py
Browse files
skyreelsinfer/pipelines/pipeline_skyreels_video.py
CHANGED
|
@@ -8,11 +8,11 @@ from typing import Union
|
|
| 8 |
import numpy as np
|
| 9 |
import torch
|
| 10 |
from diffusers import HunyuanSkyreelsImageToVideoPipeline
|
| 11 |
-
from diffusers.pipelines.hunyuan_video.
|
| 12 |
-
from diffusers.pipelines.hunyuan_video.
|
| 13 |
-
from diffusers.pipelines.hunyuan_video.
|
| 14 |
-
from diffusers.pipelines.hunyuan_video.
|
| 15 |
-
from diffusers.pipelines.hunyuan_video.
|
| 16 |
from PIL import Image
|
| 17 |
#import gc
|
| 18 |
|
|
|
|
| 8 |
import numpy as np
|
| 9 |
import torch
|
| 10 |
from diffusers import HunyuanSkyreelsImageToVideoPipeline
|
| 11 |
+
from diffusers.pipelines.hunyuan_video.pipeline_hunyuan_skyreels_image2video import DEFAULT_PROMPT_TEMPLATE
|
| 12 |
+
from diffusers.pipelines.hunyuan_video.pipeline_hunyuan_skyreels_image2video import HunyuanVideoPipelineOutput
|
| 13 |
+
from diffusers.pipelines.hunyuan_video.pipeline_hunyuan_skyreels_image2video import MultiPipelineCallbacks
|
| 14 |
+
from diffusers.pipelines.hunyuan_video.pipeline_hunyuan_skyreels_image2video import PipelineCallback
|
| 15 |
+
from diffusers.pipelines.hunyuan_video.pipeline_hunyuan_skyreels_image2video import retrieve_timesteps
|
| 16 |
from PIL import Image
|
| 17 |
#import gc
|
| 18 |
|