-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unable to load, prompt: from utils import check_download_model ImportError: cannot import name 'check_download_model' from 'utils' (D:\ComfyUI\utils\__init__.py) #21
Comments
Same problem. Here is the log I got:
|
Traceback (most recent call last): |
|
可以用ComfyUI_BiRefNet_ll插件,新老模型都支持 |
utils.py改为myutils.py,然后dataset.py第10行将utils改为myutils,完美解决。 |
Unable to load, prompt:
from utils import check_download_model
ImportError: cannot import name 'check_download_model' from 'utils' (D:\ComfyUI\utils_init_.py)
The text was updated successfully, but these errors were encountered: