Stable Diffusion 3.5 Local Deployment Complete Guide: Generate Unlimited Images for Free
From Installation to Image Generation: A Full ComfyUI + SD3.5 Workflow Tutorial
Stable Diffusion 3.5 Local Deployment Complete Guide: Generate Unlimited Images for Free
Stable Diffusion 3.5 open-source makes "local unlimited image generation" a reality—text rendering, hands, and multi-subject scenes are significantly improved over SDXL. This article builds a complete local AI image workstation from scratch: hardware → installation → models → first image → advanced (LoRA/ControlNet/batch), and covers the Mac route and common errors.
1. Hardware Requirements
2. Installation Options Comparison
Recommended: ComfyUI – Gets immediate support for new architectures like SD3.5/FLUX, workflows can be saved as JSON for reuse/sharing—this is the foundation for batch and custom services later.
3. ComfyUI Installation
Windows (Portable Package, Easiest)
run_nvidia_gpu.bat, browser automatically opens 127.0.0.1:8188custom_nodes/) – it can one-click install any missing nodes/models laterMac / Linux
bash
git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI
pip install -r requirements.txt
python main.py # Mac uses MPS automatically; add --lowvram if VRAM is tight
4. Download Models (Critical Path)
SD 3.5 weights are on Hugging Face in the stabilityai repository (requires accepting the community license; free for personal and small/medium commercial use, large enterprises need commercial license – refer to Stability's official terms):
sd3.5_medium.safetensors → place in ComfyUI/models/checkpoints/clip_l, clip_g, t5xxl_fp8 → place in ComfyUI/models/clip/ (SD3 architecture has separate text encoders; missing t5 is the #1 beginner error)ComfyUI's official example workflow (drag an official example image into the window to auto-load the node graph) is the fastest way to start.
5. First Image: Parameter Tuning
blurry, lowres6. Advanced Roadmap
models/loras/, add a LoRA Loader node in the workflow; train your own character/style LoRA with kohya_ss or OneTrainer, starting from 20-40 source images/prompt endpoint sends JSON workflow), combined with scripts for batch image generation – this powers the POD/stock image route in AI Illustration Monetization7. Common Error Quick Reference
--force-fp16--lowvram on startup; close other VRAM-heavy browser tabsFAQ
Q: Local deployment vs Midjourney? Local = zero marginal cost, privacy, controllability (LoRA/ControlNet), batch capability; MJ = stunning out-of-the-box, zero maintenance. For client work, know both: MJ for concepts, local for controllable delivery.
Q: What if I don't have an NVIDIA GPU? Mac: use MPS or Draw Things; AMD cards on Linux with ROCm work but are fiddly; or rent cloud GPUs (AutoDL/RunPod, hourly billing) for batch tasks.
Q: Is this the same as local LLM deployment? Similar concept (open-source weights + local inference), different toolchain – for LLMs see Ollama vs LM Studio vs Jan.
*Last updated: June 2026. Model licenses and tool versions change rapidly; refer to official repositories.*
Also available in 中文.