Stable Diffusion Web UI安装使用

github: https://github.com/AUTOMATIC1111/stable-diffusion-webui

python -m pip install torch==2.1.2+cu118 torchvision==0.16.2+cu118 xformers==0.0.23.post1 -f https://download.pytorch.org/whl/torch_stable.html;
python -m pip install xformers==0.0.20;
pip install torch==2.0.0+cu118 torchvision==0.15.0+cu118 torchaudio==2.0.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html;

Amd GPU: 参考这里

stable diffusion web ui报错RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'

解决方法:启动参数加 --precision full --no-half

civitai插件:https://github.com/civitai/sd_civitai_extension

A卡安装B站视频:

参考:

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享