
Stable Diffusion WebUI — User Guide
Popular local SD UI with a rich plugin ecosystem.
Strengths
- Completely open source and free, can be run locally and generated unlimitedly
- Huge community model ecosystem (tens of thousands of models on Civitai and other platforms)
- Highly customizable, supporting extensions such as LoRA and ControlNet
- Data is completely private, no privacy concerns
Best for
- Professional creators who need to generate images in large quantities
- Designers who require fine control over a specific style
- Developers build image generation applications
- Privacy-sensitive commercial image generation
Using AUTOMATIC1111 WebUI
AUTOMATIC1111 is the most popular Stable Diffusion local runtime interface.
Install and run Stable Diffusion
1. Install Python 3.10 and Git 2. Clone the repository: git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui 3. Download the model file and put it in the models/Stable-diffusion directory 4. Run webui.bat (Windows)
Necessary components will be automatically downloaded when running for the first time, and a stable network is required. It is recommended to use an NVIDIA GPU (at least 4GB of video memory) for reasonable speed.
Generate high-quality realistic portraits
Positive: (masterpiece, best quality:1.2), 1girl, beautiful face, detailed eyes, natural lighting, photorealistic, 8k Negative: (worst quality, low quality:1.4), deformed, ugly, blurry
Negative prompts are crucial to quality improvement. "worst quality, low quality, deformed" are necessary negative words.
ControlNet precise control
Use ControlNet to generate results with precise control over poses, line art, and more.
Generate character graph based on pose reference
Upload the character pose reference picture, select "OpenPose" mode in ControlNet, and enter the character description prompt words
ControlNet has multiple modes: OpenPose (posture), Canny (line drawing), and Depth (depth map). Choose the appropriate mode according to your needs.
Sources & references:
- Stability AI official website (2025-01)
- AUTOMATIC1111 WebUI (2025-01)