FutureWarning (s) in my command prompt #17101
Unanswered
MasterJohan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Launching Web UI with arguments: --xformers
W0819 16:50:00.489499 6248 venv\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
C:\Users\Win11\Desktop\StableDiffusion\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\generic.py:260: FutureWarning:
torch.utils._pytree._register_pytree_nodeis deprecated. Please usetorch.utils._pytree.register_pytree_nodeinstead.torch.utils._pytree.register_pytree_node(
C:\Users\Win11\Desktop\StableDiffusion\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)
C:\Users\Win11\Desktop\StableDiffusion\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\generic.py:260: FutureWarning:
torch.utils._pytree._register_pytree_nodeis deprecated. Please usetorch.utils._pytree.register_pytree_nodeinstead.torch.utils._pytree._register_pytree_node(
[-] ADetailer initialized. version: 25.3.0, num models: 10
Running on local URL: http://127.0.0.1:7860
Creating model from config: C:\Users\Win11\Desktop\StableDiffusion\stable-diffusion-webui\configs\v1-inference.yaml
To create a public link, set
share=Trueinlaunch().Startup time: 38.2s (prepare environment: 14.0s, import torch: 12.0s, import gradio: 2.9s, setup paths: 4.5s, initialize shared: 0.5s, other imports: 0.9s, list SD models: 0.4s, load scripts: 1.3s, initialize extra networks: 0.1s, create ui: 0.9s, gradio launch: 0.4s).
C:\Users\Win11\Desktop\StableDiffusion\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:945: FutureWarning:
resume_downloadis 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.warnings.warn(
Applying attention optimization: Doggettx... done.
Model loaded in 8.5s (load weights from disk: 1.3s, create model: 0.5s, apply weights to model: 5.6s, load textual inversion embeddings: 0.1s, calculate empty prompt: 0.8s).
I think these cause me problems because when I tried to install dreambooth, it gave me error messages regarding hugging face hub and etc all the time. Not an expert though, just saying. I would appreciate the help and guidance to fix these. Everything seems to be working just fine, but they surely don't look nice and friendly.
Beta Was this translation helpful? Give feedback.
All reactions