Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:stable_diffusion [2024/12/08 10:25] – created - external edit 127.0.0.1 | tools:stable_diffusion [2024/12/08 11:02] (current) – [OPENVINO] darron | ||
---|---|---|---|
Line 47: | Line 47: | ||
mkdir -p ~/src && cd ~/src | mkdir -p ~/src && cd ~/src | ||
git clone --recursive https:// | git clone --recursive https:// | ||
- | cd stable-diffusion-webui | + | cd stable-diffusion-webui stable-diffusion-webui.automatic1111 |
echo ' | echo ' | ||
echo ' | echo ' | ||
Line 61: | Line 61: | ||
[[https:// | [[https:// | ||
+ | |||
+ | NB OpenVINO acceleration is not working (the script is never loaded). | ||
==Install== | ==Install== | ||
Line 66: | Line 68: | ||
< | < | ||
mkdir -p ~/src && cd ~/src | mkdir -p ~/src && cd ~/src | ||
- | git clone --recursive https:// | + | git clone --recursive https:// |
cd stable-diffusion-webui | cd stable-diffusion-webui | ||
wget " | wget " | ||
Line 73: | Line 75: | ||
==Patch== | ==Patch== | ||
+ | /* | ||
< | < | ||
diff -u requirements.txt.bak requirements.txt | diff -u requirements.txt.bak requirements.txt | ||
Line 88: | Line 91: | ||
| | ||
</ | </ | ||
+ | */ | ||
< | < | ||
diff -u webui-user.sh.orig webui-user.sh | diff -u webui-user.sh.orig webui-user.sh | ||
Line 122: | Line 125: | ||
< | < | ||
mkdir -p ~/src && cd ~/src | mkdir -p ~/src && cd ~/src | ||
- | git clone --recursive https:// | + | git clone --recursive https:// |
cd automatic | cd automatic | ||
</ | </ |