my-sd/README.md

50 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# MySD
2024-02-05 00:50:45 +00:00
2024-05-03 15:30:50 +00:00
This reposytory is just my version for faster installation of [sd-webui-forge](https://github.com/lllyasviel/stable-diffusion-webui-forge).
2024-02-05 00:50:45 +00:00
# Changes:
2024-02-05 00:50:45 +00:00
- Added styles
- Added user.js
- Added upscalers
- Installed some basic (as for me) plugins
2024-05-04 16:18:14 +00:00
- Added starter.sh with my settings
2024-02-05 00:50:45 +00:00
2024-05-03 15:30:50 +00:00
#### Now you can call it bloated
# Install
```shell
2024-05-04 16:18:14 +00:00
GIT_LFS_SKIP_SMUDGE=1 git clone https://soaska.ru/soaska/my-sd.git
2024-05-03 15:30:50 +00:00
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
2024-05-07 16:28:44 +00:00
git submodule update --init --recursive
2024-05-03 15:30:50 +00:00
bash ./webui.sh
```
2024-05-04 16:18:14 +00:00
**or just pull everything**
```
git clone https://soaska.ru/soaska/my-sd.git
python3 -m venv venv
./start.sh
```
It`s basic install instructions. There are some specific for your hardware. Good luck searching net to get better performance.