https://github.com/camenduru/stable-diffusion-webui-portable
This Project Aims for 100% Offline Stable Diffusion (People without internet or with slow internet can get it via USB or CD)
https://github.com/camenduru/stable-diffusion-webui-portable
stable-diffusion stable-diffusion-webui stable-diffusion-webui-plugin
Last synced: 6 months ago
JSON representation
This Project Aims for 100% Offline Stable Diffusion (People without internet or with slow internet can get it via USB or CD)
- Host: GitHub
- URL: https://github.com/camenduru/stable-diffusion-webui-portable
- Owner: camenduru
- License: unlicense
- Created: 2022-10-12T00:39:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T20:38:50.000Z (about 2 years ago)
- Last Synced: 2025-04-12T14:24:31.822Z (6 months ago)
- Topics: stable-diffusion, stable-diffusion-webui, stable-diffusion-webui-plugin
- Language: Batchfile
- Homepage:
- Size: 3.53 MB
- Stars: 77
- Watchers: 7
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
🐣 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## Main Repo
https://github.com/camenduru/stable-diffusion-webui/tree/v2.2## Stable Diffusion WebUI Portable
This Project Aims for 100% Offline Stable Diffusion (People without internet or with slow internet can get it via USB or HD-DVD)## Preparation Guide
- 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 🎉## Optional
- 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 after `from 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
## Example Project Preparation (Youtube Video)
[](https://www.youtube.com/watch?v=PHZ0VC_Losk)