-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Importing from timm.models.layers is deprecated/resume_download
is deprecated
#16600
Comments
resume_download
is deprecated andresume_download
is deprecated
the same as |
Facing same problem as well. Also Stable diffusion doesnt even generate anything whilst it gets my gpu to 100% usage |
timm==1.0.11 display Warning |
i guess this is not a big problem that can effect the program, i also am getting this error whenever i open it. i did tested with some generated public images and it very much generated the same image when i'm generating. |
i am having this same issue when i try to generate anything it just sits there :\ |
Same warning here. I went to the directory of the warning, in my case it's
indicating line 48 of the init__.py file, which I opened in Notepad++ Line 48 is the last line in the init__.py file. It appears that this is exactly what it says 'a future warning'. It's a placeholder for Can be ignored if the |
Checklist
What happened?
Importing from timm.models.layers is deprecated,
resume_download
is deprecated,Steps to reproduce the problem
D:\stable-diffusion-webui\venv\lib\site-packages\timm\models\layers_init_.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {name} is deprecated, please import via timm.layers", FutureWarning)
D:\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:797: FutureWarning:
resume_download
is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, useforce_download=True
.What should have happened?
How should I import (resume_download/timm.models.layers) or ignore the warning?
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
"Platform": "Windows-10-10.0.19045-SP0",
"Python": "3.10.11",
"Version": "v1.10.1",
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: