Skip to content

Stable Diffusion

Word count
202 words
Reading time
2 minutes

Stable Diffusion is an image generation engine based on latent diffusion technology. It supports cross-modal creation across text, images, and video, enabling diverse artistic styles and precise control over generation.

Main Interface

stable_diffusion_home

Launch Methods

  • Launch via URL
http://127.0.0.1:8000/launcher?project=stable_diffusion_webui
  • Launch via Command
bash
uv run cli.py install -n stable_diffusion_webui -p 8002 --start
  • Native Launch
bash
uv run launch.py --port 8002 --api --loglevel debug --use-cpu all --precision full --no-half --skip-torch-cuda-test --autolaunch

Output Logs

log
Python 3.10.19
Using extensions/stable_diffusion_webui/.venv/scripts/python.exe
Checked 212 packages in 3ms
Found 3 incompatibilities
Audited 31 packages in 10ms
extensions/stable_diffusion_webui/.venv/scripts/python.exe launch.py --port 8002 --api --loglevel debug --use-cpu all --precision full --no-half --skip-torch-cuda-test --autolaunch
2025-12-24 00:23:31.802 | INFO  6580  cbinstaller.py:291 - ✅ stable_diffusion_webui started(PID: 2920
Python 3.10.19 (main, Oct 14 2025, 21:20:23) [MSC v.1944 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Installing requirements
...
2025-12-24 00:23:35 DEBUG [root] Installing put extensions here.txt
2025-12-24 00:23:35 DEBUG [root] Installing sd-webui-controlnet
2025-12-24 00:23:35 DEBUG [root] Installing sd-webui-infinite-image-browsing
2025-12-24 00:23:35 DEBUG [root] Installing sd-webui-prompt-all-in-one
2025-12-24 00:23:35 DEBUG [root] Installing Stable-Diffusion-Webui-Civitai-Helper
2025-12-24 00:23:35 DEBUG [root] Installing stable-diffusion-webui-localization-zh_CN
...
Running on local URL:  http://127.0.0.1:8002
To create a public link, set `share=True` in `launch()`.

Configuration Parameters

None