🐣 Please follow me for new updates https://twitter.com/camenduru
🔥 Please join our discord server https://discord.gg/k5BwmmvJJU
🥳 Please join my patreon community https://patreon.com/camenduru
https://github.com/camenduru/stable-diffusion-webui/tree/v2.2
This Project Aims for 100% Offline Stable Diffusion (People without internet or with slow internet can get it via USB or HD-DVD)
- Download repo zip file extract
- Run install.bat
- Download all models and put into stable-diffusion-webui\models\Stable-diffusion folder
- Test with run.bat
- Delete install.bat and pkgs folder
- Zip
- Share 🎉
- Edit interrogate.py (If you want to use Interrogate CLIP feature)
- Open stable-diffusion-webui\modules\interrogate.py
- Add
from modules.paths import script_path
line afterfrom modules import devices, paths, lowvram
line - Find
model, preprocess = clip.load(clip_model_name)
- Change to
model, preprocess = clip.load(name=clip_model_name, download_root=os.path.join(script_path, 'cache/clip'))
micromamba.exe from https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html
Example Project: https://camenduru.itch.io/stable-diffusion-webui