stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: timm versions are different in requirments.txt and requirements_versions.txt

Open woshitoutouge opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

timm versions are different in requirments.txt and requirements_versions.txt, and pip check shows "blip-ci 0.0.3 has requirement timm==0.4.12, but you have timm 0.6.7."

image

image

Steps to reproduce the problem

  1. Activate the virtual environment
  2. pip check

What should have happened?

I don't know

Commit where the problem happens

version: v1.2.1  

What platforms do you use to access the UI ?

No response

What browsers do you use to access the UI ?

No response

Command Line Arguments

set COMMANDLINE_ARGS=--xformers --no-gradio-queue --vae-path "D:\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.safetensors"

List of extensions

a1111-sd-webui-tagcomplete clip-interrogator-ext sd-extension-system-info sd-webui-controlnet

Console logs

venv "D:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.9 | packaged by conda-forge | (main, Jan 11 2023, 15:15:40) [MSC v.1916 64 bit (AMD64)]
Version: v1.2.1
Commit hash: 89f9faa63388756314e8a1d96cf86bf5e0663045
Installing requirements



Launching Web UI with arguments: --xformers --no-gradio-queue --vae-path D:\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.safetensors
Loading weights [e6415c4892] from D:\stable-diffusion-webui\models\Stable-diffusion\realisticVisionV20_v20.safetensors
Creating model from config: D:\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights from commandline argument: D:\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.safetensors
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(1): PlanIt
Model loaded in 3.3s (load weights from disk: 0.4s, create model: 0.5s, apply weights to model: 0.5s, apply half(): 0.5s, load VAE: 0.1s, move model to device: 0.5s, load textual inversion embeddings: 0.8s).
ControlNet v1.1.181
ControlNet v1.1.181
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 13.0s (import torch: 2.3s, import gradio: 1.3s, import ldm: 0.6s, other imports: 1.1s, load scripts: 5.8s, create ui: 1.7s, gradio launch: 0.1s).

Additional information

after started webui-user.bat, timm version will always be 0.6.7, i can still draw, and i don't know the impact

woshitoutouge avatar May 20 '23 09:05 woshitoutouge

blip-ci is not one of the webui's requirements, so it has likely been installed by another extension.

It indeed has a hard requirement on timm==0.4.12, which produces that warning (not an error).

akx avatar May 28 '23 12:05 akx