0xbitches / sd-webui-lcm

Latent Consistency Model for AUTOMATIC1111 Stable Diffusion WebUI
MIT License
614 stars 43 forks source link

Cannot see LCM card in AUTOMATIC1111 web UI #50

Open libersoft-org opened 7 months ago

libersoft-org commented 7 months ago

I cannot see LCM card in AUTOMATIC1111 web UI. Using Debian Linux 12

From your README:

Can't Find 'LCM' tab or ImportError: cannot import name 'xxx' from 'diffusers.xxx' This is usually due to the installed version of diffusers in your venv is not up-to-date. To check the version you have, go to stable-diffusion-webui/venv/Scripts and run the activate script (Activate.ps1 on Windows). Then, run pip show diffusers to see the version installed. To upgrade diffusers to the latest version, run pip3 install --upgrade diffusers. If the problem still persists, then you likely have an extension that force installs an old version of diffusers.


The problem is, there is no folder "Scripts" in stable-diffusion-webui/venv/

Any idea how to fix it?

I am using the latest version (fc5b0eb)

Thank you.

darktown52 commented 7 months ago

try this path: stable-diffusion-webui\python\Lib\venv\scripts

navarisun1982 commented 6 months ago

same here, after applying the solution, still LCM not showing

ssbugman commented 6 months ago

This command not applied to venv, it update diffusers in windows. But sd not uses windows pip. need innstruction how update local diffusers in venv folder.