Skip to content

fix comfyui #1288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove codes
  • Loading branch information
LielinJiang committed May 23, 2025
commit cee6dfb090fbb9f971baaebfdf14581d16e1e8ad
7 changes: 0 additions & 7 deletions ppdiffusers/ppdiffusers/utils/dynamic_modules_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
from urllib import request

from huggingface_hub import HfFolder, hf_hub_download, model_info

try:
from huggingface_hub import cached_download
except:
from huggingface_hub import hf_hub_download
cached_download = hf_hub_download

from packaging import version

from . import logging
Expand Down