Skip to content
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

resume_download deprecation #16661

Open
6 tasks
158zd opened this issue Nov 17, 2024 · 0 comments
Open
6 tasks

resume_download deprecation #16661

158zd opened this issue Nov 17, 2024 · 0 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@158zd
Copy link

158zd commented Nov 17, 2024

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

resume_download deprecation

Steps to reproduce the problem

resume_download deprecation

What should have happened?

resume_download deprecation

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

Platform: "Windows-10-10.0.19045-SP0",
Python: "3.10.6",
Version: "v1.10.1",

Console logs

(.venv) PS D:\AI\stable-diffusion-webui> .\webui-user.bat
venv "D:\AI\stable-diffusion-webui\.venv\Scripts\Python.exe"
Python 3.10.6 | packaged by conda-forge | (main, Oct 24 2022, 16:02:16) [MSC v.1916 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Installing requirements
Launching Web UI with arguments: --xformers
Loading weights [6ce0161689] from D:\AI\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: D:\AI\stable-diffusion-webui\configs\v1-inference.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
D:\AI\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, use `force_download=True`.
  warnings.warn(
Startup time: 41.4s (prepare environment: 23.2s, import torch: 8.0s, import gradio: 1.8s, setup paths: 1.9s, initialize shared: 0.8s, other imports: 1.0s, load scripts: 2.5s, create ui: 0.8s, gradio launch: 1.1s).
Applying attention optimization: xformers... done.
Model loaded in 8.9s (load weights from disk: 0.9s, create model: 0.9s, apply weights to model: 6.4s, apply half(): 0.1s, apply dtype to VAE: 0.2s, calculate empty prompt: 0.2s).

Additional information

No response

@158zd 158zd added the bug-report Report of a bug, yet to be confirmed label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

1 participant