my-sd/README.md
soaska 2ef4db7008
Some checks failed
Linter / eslint (push) Waiting to run
Linter / ruff (push) Failing after 6s
Tests / tests on CPU (push) Failing after 1m14s
added install instructions
2024-05-03 18:30:50 +03:00

39 lines
1.1 KiB
Markdown

# MySD
This reposytory is just my version for faster installation of [sd-webui-forge](https://github.com/lllyasviel/stable-diffusion-webui-forge).
# Changes:
- Added styles
- Added user.js
- Added upscalers
- Installed some basic (as for me) plugins
#### Now you can call it bloated
# Install
```shell
git clone https://soaska.ru/soaska/my-sd.git
cd my-sd/
cd models/
mkdir ESRGAN
cd ESRGAN/
curl -OJ https://soaska.ru/api/packages/soaska/generic/upscalers/1.0/ESRGAN_4x.pth
curl -OJ https://soaska.ru/api/packages/soaska/generic/upscalers/1.0/4x-AnimeSharp.pth
curl -OJ https://soaska.ru/api/packages/soaska/generic/upscalers/1.0/4x_foolhardy_Remacri.pth
curl -OJ https://soaska.ru/api/packages/soaska/generic/upscalers/1.0/4x_NMKD-Siax_200k.pth
curl -OJ https://soaska.ru/api/packages/soaska/generic/upscalers/1.0/4x-Ultrasharp.pth
curl -OJ https://soaska.ru/api/packages/soaska/generic/upscalers/1.0/8x_NMKD-Superscale_150000_G.pth
cd ../../
python3 -m venv venv
pip install -r requirements.txt
bash ./webui.sh
```
It`s basic install instructions. There are some specific for your hardware. Good luck searching net to get better performance.