https://github.com/michael-sebero/stable-diffusion-installer
This script installs Stable Diffusion with ComfyUI.
https://github.com/michael-sebero/stable-diffusion-installer
ai apple comfyui diffusion install installer linux lora poetry pyenv python stable stable-diffusion venv
Last synced: 3 months ago
JSON representation
This script installs Stable Diffusion with ComfyUI.
- Host: GitHub
- URL: https://github.com/michael-sebero/stable-diffusion-installer
- Owner: Michael-Sebero
- License: gpl-3.0
- Created: 2025-07-14T01:22:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T01:35:20.000Z (6 months ago)
- Last Synced: 2025-07-14T04:29:00.299Z (6 months ago)
- Topics: ai, apple, comfyui, diffusion, install, installer, linux, lora, poetry, pyenv, python, stable, stable-diffusion, venv
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to Install
```
git clone https://github.com/Michael-Sebero/Stable-Diffusion-Installer
cd /home/$USER/Stable-Diffusion-Installer && sh installer.sh
```
## How to Use
Poetry:
```
cd ComfyUI && poetry run python main.py
```
Pyenv:
```
cd ComfyUI && source venv/bin/activate && python main.py
```
Venv:
```
cd ComfyUI && source venv/bin/activate && python main.py
```
## Post-install
* Download Stable Diffusion models (checkpoints) and place them in `models/checkpoints/`
* Optionally download VAE files and place them in `models/vae/`
* Run ComfyUI using the command shown above.
* Open your browser to http://localhost:8188 to access ComfyUI.