Skip to content

Commit

Permalink
Update pipeline_echomimicv2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smthemex authored Jan 3, 2025
1 parent e0933ab commit 4a399c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions echomimic_v2/src/pipelines/pipeline_echomimicv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from tqdm import tqdm

from ..models.mutual_self_attention import ReferenceAttentionControl
from ..pipelines.context import get_context_scheduler
from ..pipelines.utils import get_tensor_interpolation_method
from .context import get_context_scheduler
from .utils import get_tensor_interpolation_method


@dataclass
Expand Down Expand Up @@ -621,4 +621,4 @@ def __call__(
if not return_dict:
return images

return EchoMimicV2PipelineOutput(videos=images)
return EchoMimicV2PipelineOutput(videos=images)

0 comments on commit 4a399c3

Please sign in to comment.