diff --git a/comfy/ldm/hunyuan_foley/model.py b/comfy/ldm/hunyuan_foley/model.py index 2e1088781..588797541 100644 --- a/comfy/ldm/hunyuan_foley/model.py +++ b/comfy/ldm/hunyuan_foley/model.py @@ -12,8 +12,6 @@ from comfy.ldm.modules.attention import optimized_attention as attention from comfy.ldm.aura.mmdit import TimestepEmbedder as TimestepEmbedderParent from comfy.ldm.hydit.posemb_layers import get_1d_rotary_pos_embed -from typing import Union, Tuple - # to get exact matching results # only difference is the upscale to float32 class RMSNorm(nn.Module): diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index 509558537..3daf51e96 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -1,7 +1,6 @@ from __future__ import annotations import os -import io import av import torch import folder_paths