Spaces:
Running
on
Zero
Running
on
Zero
Update latentsync/pipelines/lipsync_pipeline.py
Browse files
latentsync/pipelines/lipsync_pipeline.py
CHANGED
@@ -15,7 +15,7 @@ from packaging import version
|
|
15 |
|
16 |
from diffusers.configuration_utils import FrozenDict
|
17 |
from diffusers.models import AutoencoderKL
|
18 |
-
from diffusers.pipeline_utils import DiffusionPipeline
|
19 |
from diffusers.schedulers import (
|
20 |
DDIMScheduler,
|
21 |
DPMSolverMultistepScheduler,
|
|
|
15 |
|
16 |
from diffusers.configuration_utils import FrozenDict
|
17 |
from diffusers.models import AutoencoderKL
|
18 |
+
from diffusers.pipelines.pipeline_utils import DiffusionPipeline
|
19 |
from diffusers.schedulers import (
|
20 |
DDIMScheduler,
|
21 |
DPMSolverMultistepScheduler,
|