Skip to content
/CreatorBox/images/jms_logo.png

Stable Diffusion

字数
237 字
阅读
2 分钟

Stable Diffusion 是一款基于潜空间扩散技术的图像生成引擎,支持文本/图像/视频跨模态创作,实现多样化风格与精准控制。

主界面

stable_diffusion_home

启动方式

  • 链接启动
http://127.0.0.1:8000/launcher?project=stable_diffusion_webui
  • 命令启动
bash
uv run cli.py install -n stable_diffusion_webui -p 8002 --start
  • 原生启动
bash
uv run launch.py --port 8002 --api --loglevel debug --use-cpu all --precision full --no-half --skip-torch-cuda-test --autolaunch

输出日志

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 已启动(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()`.

参数配置