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 f9479e32df
Some checks failed
Linter / ruff (push) Failing after 9s
Tests / tests on CPU (push) Failing after 9s
--break-system-packages
2024-05-03 21:42:23 +03:00
.gitea --break-system-packages 2024-05-03 21:42:23 +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 delete the submodule dir (why do you keep doing this) 2022-10-29 09:02:02 +03:00
extensions-builtin upstream sync 2024-02-25 20:49:04 -08:00
html put extra networks controls row into the tabs UI element for #14588 2024-01-22 23:20:30 +03:00
javascript Tried to set tests for gitea, added userjs and styles 2024-05-02 23:06:54 +03:00
ldm_patched pass options to cross attention class 2024-03-08 00:50:29 -08: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 vae already sliced in inner loop 2024-03-08 00:40:33 -08:00
modules_forge VAE patcher and more types of unet patches 2024-02-29 22:37:34 -08: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
.gitignore added install instructions 2024-05-03 18:30:50 +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
environment-wsl2.yaml update xformers 2023-04-03 15:23:35 -04:00
launch.py Add --forge-ref-a1111-home cmd arg to reference existing A1111 checkout (#203) 2024-02-11 21:22:31 -05: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 added install instructions 2024-05-03 18:30:50 +03: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 Update 2024-01-31 12:29:58 +08: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
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 Tried to set tests for gitea, added userjs and styles 2024-05-02 23:06:54 +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

Now you can call it bloated

Install

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.