My fork from stable diffusion forge. Why not optifine? I like forge mods more. I made it cuz I’m too lazy to set it up again and again every time I need to update something/break system/change drives and etc.
Go to file
soaska 51cf69328e
Some checks failed
Linter / ruff (push) Has been cancelled
Merge branch 'dev2' into mysd
2024-06-05 17:22:55 +03:00
.gitea/workflows submodules 2024-05-04 19:18:14 +03:00
configs support for sdxl-inpaint model 2023-12-21 20:15:51 +08:00
embeddings add embeddings dir 2022-09-30 14:16:26 +03:00
extensions submodules 2024-05-04 19:18:14 +03:00
extensions-builtin Restore '/controlnet/control_types' API endpoint (#713) 2024-05-23 16:39:26 -04:00
html Update footer.html (#591) 2024-05-02 18:31:37 -04:00
javascript Tried to set tests for gitea, added userjs and styles 2024-05-02 23:06:54 +03:00
ldm_patched Add cos xl (#710) 2024-05-23 16:42:56 -04:00
localizations Remove old localizations from the main repo. 2022-11-08 10:01:27 +03:00
models i 2024-01-25 21:04:39 -08:00
modules fix lora path (#509) 2024-05-02 18:29:25 -04:00
modules_forge implement align your steps scheduler (#726) 2024-05-22 15:11:10 -04:00
scripts Merge pull request #15006 from imnodb/master 2024-02-26 07:16:42 +03:00
test Fix controlnet/detect API endpoint (#187) 2024-02-11 01:15:06 -05:00
textual_inversion_templates hypernetwork training mk1 2022-10-07 23:22:22 +03:00
.env added install instructions 2024-05-03 18:30:50 +03:00
.eslintignore Ignore ControlNet extension in eslint (#136) 2024-02-08 19:48:49 -05:00
.eslintrc.js Disable prompt token counters option actually disables token counting rather than just hiding results. 2024-02-17 10:31:16 +03:00
.git-blame-ignore-revs Add .git-blame-ignore-revs 2023-05-19 12:34:06 +03:00
.gitattributes submodules 2024-05-04 19:18:14 +03:00
.gitignore submodules 2024-05-04 19:18:14 +03:00
.gitmodules submodules 2024-05-04 19:18:14 +03:00
.pylintrc Add basic Pylint to catch syntax errors on PRs 2022-10-15 16:26:07 +03:00
CHANGELOG.md update changelog 2023-12-04 09:35:52 +03:00
CITATION.cff citation mk2 2023-08-21 15:27:04 +03:00
CODEOWNERS Update CODEOWNERS 2024-01-25 17:02:35 -08:00
config.json submodules 2024-05-04 19:18:14 +03:00
environment-wsl2.yaml update xformers 2023-04-03 15:23:35 -04:00
launch.py submodules 2024-05-04 19:18:14 +03:00
LICENSE.txt add license file 2023-01-15 09:24:48 +03:00
package.json Add basic ESLint configuration for formatting 2023-05-17 16:09:06 +03:00
pyproject.toml Ignore ruff directorys (#145) 2024-02-08 21:55:21 -05:00
README.md Обновить README.md 2024-05-07 16:28:44 +00:00
requirements_npu.txt Update 2024-01-31 12:29:58 +08:00
requirements_versions.txt marigold_ini 2024-02-02 00:14:37 -08:00
requirements-test.txt Overhaul tests to use py.test 2023-05-19 17:42:34 +03:00
requirements.txt submodules 2024-05-04 19:18:14 +03:00
screenshot.png new screenshot 2023-01-07 13:30:06 +03:00
script.js prevent escape button causing an interrupt when no generation has been made yet 2024-02-17 11:40:53 +03:00
start.sh submodules 2024-05-04 19:18:14 +03:00
style.css Disable prompt token counters option actually disables token counting rather than just hiding results. 2024-02-17 10:31:16 +03:00
styles.csv Added lfs files 2024-05-04 18:55:16 +03:00
webui-macos-env.sh update torch to 2.1.0 2023-11-26 12:07:33 +03:00
webui-user.sh Vendor in the single module used from taming_transformers; remove taming_transformers dependency 2023-05-30 12:47:57 +03:00
webui.py Significantly reduce thread abuse for faster model moving 2024-02-08 10:13:59 -08:00
webui.sh Tried to set tests for gitea, added userjs and styles 2024-05-02 23:06:54 +03:00

MySD

This reposytory is just my version for faster installation of sd-webui-forge.

Changes:

  • Added styles
  • Added user.js
  • Added upscalers
  • Installed some basic (as for me) plugins
  • Added starter.sh with my settings

Now you can call it bloated

Install

GIT_LFS_SKIP_SMUDGE=1 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

git submodule update --init --recursive
bash ./webui.sh

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.