ai:stable-diffusion
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ai:stable-diffusion [2024/05/04 02:12] – [Windows install for AMD GPU] Wulf Rajek | ai:stable-diffusion [2024/07/11 13:00] (current) – Wulf Rajek | ||
---|---|---|---|
Line 52: | Line 52: | ||
git submodule init | git submodule init | ||
git submodule update | git submodule update | ||
- | |||
venv\Scripts\python.exe -m pip install --upgrade pip | venv\Scripts\python.exe -m pip install --upgrade pip | ||
+ | venv\Scripts\pip.exe pip install -r requirements.txt | ||
venv\Scripts\pip.exe install torch-directml | venv\Scripts\pip.exe install torch-directml | ||
</ | </ | ||
Line 69: | Line 69: | ||
Approx times to generate 512x512 default settings images: | Approx times to generate 512x512 default settings images: | ||
^CPU/ | ^CPU/ | ||
- | |CPU|Intel 8th gen i5|5-15 minutes| | + | |CPU|Intel 8th gen i5 (Intel NUC)|5-15 minutes| |
|GPU|AMD Radeon 780M|1.5 minutes| | |GPU|AMD Radeon 780M|1.5 minutes| | ||
+ | |GPU|AMD Radeon 7900XTX|21.7 seconds| | ||
|GPU|Nvidia RTX 4080|1.2 seconds| | |GPU|Nvidia RTX 4080|1.2 seconds| | ||
Line 82: | Line 83: | ||
- Wait for the installation to complete and click on Apply and restart UI. | - Wait for the installation to complete and click on Apply and restart UI. | ||
+ | {{: | ||
+ | |||
+ | ===== Cozy Nest UI Addon ===== | ||
+ | |||
+ | As an extension for SD-webui: | ||
+ | Open the Extensions tab in SD-webui. | ||
+ | - Select the Install from URL option. | ||
+ | - Enter https:// | ||
+ | - Click on the Install button. | ||
+ | - Wait for the installation to complete and click on Apply and restart UI. | ||
+ | |||
+ | {{: | ||
===== general advice ===== | ===== general advice ===== | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
====== Models / Settings ====== | ====== Models / Settings ====== | ||
Line 127: | Line 143: | ||
download [[https:// | download [[https:// | ||
+ | ===== Text LoRA ===== | ||
+ | https:// | ||
+ | |||
+ | Other Text LoRAs: | ||
+ | https:// | ||
===== Image Style/ | ===== Image Style/ | ||
Line 163: | Line 184: | ||
{{: | {{: | ||
+ | ====== Update docker ====== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | If you want a more up to date version of A1111 here are the steps: | ||
+ | < | ||
+ | docker exec -it webui-docker-auto-1 /bin/bash | ||
+ | git pull | ||
+ | pip install -r requirements.txt | ||
+ | #if needed | ||
+ | cd repositories | ||
+ | git clone https:// | ||
+ | exit | ||
+ | |||
+ | docker stop webui-docker-auto-1 | ||
+ | docker start webui-docker-auto-1 | ||
+ | </ | ||
+ | If it fails for any reason just rebuild the container using the standard process of docker compose --profile auto up --build | ||
ai/stable-diffusion.1714785124.txt.gz · Last modified: 2024/05/04 02:12 by Wulf Rajek