Stability AI Stable Diffusion 3.5 Large,8B 參數,圖像品質大幅提升,支援更精確的文字渲染,需要 24 GB VRAM。
節點式工作流編輯器,支援 LoRA、ControlNet 和進階管線。
# 1. Install ComfyUI git clone https://github.com/comfyanonymous/ComfyUI cd ComfyUI && pip install -r requirements.txt # 2. Download model to models/checkpoints/ # 3. Run: python main.py
新手友好的 Web UI,支援大量擴充插件。
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui cd stable-diffusion-webui # Place model in models/Stable-diffusion/ bash webui.sh
適合自訂管線和程式化圖像生成的 Python API。
pip install diffusers transformers accelerate
python -c "
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained('https://huggingface.co/stabilityai/stable-diffusion-3.5-large')
pipe = pipe.to('cuda')
image = pipe('a photo of a cat').images[0]
image.save('output.png')"Stable Diffusion 3.5 Large 是一個開源圖像生成,擁有 8B 參數,採用 Stability AI 授權。可使用 ComfyUI、Diffusers、Automatic1111 進行部署。適用場景包括:適合需要生成高解析度、細節豐富圖像的專業設計師與藝術家。、適用於需要將文字精確融入圖像內容的廣告創意與視覺傳達設計。、可作為需要強大圖像生成能力的內容創作者的得力工具。。核心優勢:高品質圖像、精準文字渲染、8B 參數、圖像生成、高VRAM需求。 可在本地硬體上自行部署,完全保護隱私,無需 API 金鑰。
分享你的使用體驗,幫助其他人了解這個模型