Skip to content

Commit

Permalink
Remove unused tqdm import in modeling_pyramid_mmdit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanScripts authored Oct 11, 2024
1 parent 683fe76 commit c3d84eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyramid_dit/modeling_pyramid_mmdit.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from diffusers.configuration_utils import ConfigMixin, register_to_config
from diffusers.utils import is_torch_version
from typing import Any, Callable, Dict, List, Optional, Union
from tqdm import tqdm

from .modeling_embedding import PatchEmbed3D, CombinedTimestepConditionEmbeddings
from .modeling_normalization import AdaLayerNormContinuous
Expand Down

0 comments on commit c3d84eb

Please sign in to comment.