ClashSAN
ClashSAN
Try these settings: `--opt-sub-quad-attention --lowvram` (lowram and lowvram are very different) With the autodownloaded sd1.5 model. I'm not sure what the error is, you might need to try installation on...
>qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/run/media/dark/MeusDados/AI/stable-diffusion-webui-1.6.0/stable-diffusion-webui/venv/lib/python3.10/site-packages/cv2/qt/plugins" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling...
There have been issues before with installation on secondary drives. It should take 13gb, you can delete the whole folder later after confirming that isn't the issue.
`python -m venv venv`
The issue shown is a system issue, if your arch system is missing this, I would check and fullfill the missing system package requirements. https://stackoverflow.com/questions/59809703/could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found#60119659 You can try an Debian...
I'm not sure if things work on macos properly yet. https://github.com/brkirch/stable-diffusion-webui best check the releases here, and check the commits. Some people get this working in cpu mode and use...
Try installing with a VPN https://riseup.net/en/vpn/windows/#installation
is that due to slow, unstable VPN? I'll be on the lookout for the installation for users in China
Could you run git clone stable-diffusion-stability-ai in stable-diffusion-webui\repositories ? Just do that for all 4 of these. git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion-stability-ai git clone https://github.com/CompVis/taming-transformers.git repositories/taming-transformers git clone https://github.com/sczhou/CodeFormer.git repositories/CodeFormer git...
--lowvram uses more regular ram, if you only use `--upcast-sampling --xformers` the ram usage shouldn't exceed the amount you have.