🎨 圖像生成Stability AI

Stable Diffusion 3.5 Large

Stability AI Stable Diffusion 3.5 Large,8B 參數,圖像品質大幅提升,支援更精確的文字渲染,需要 24 GB VRAM。

📅 發布:2024-10資料更新:2026年5月11日

VRAM 計算器

我的 GPU VRAM:
量化等級
Q4_K_M · 8K context
模型權重 + KV Cache + 0.5 GB overhead

部署指南

方法:ComfyUI

節點式工作流編輯器,支援 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

方法:Automatic1111 WebUI

新手友好的 Web UI,支援大量擴充插件。

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
cd stable-diffusion-webui
# Place model in models/Stable-diffusion/
bash webui.sh

方法:Diffusers(Python)

適合自訂管線和程式化圖像生成的 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')"

規格

參數量8B
最大上下文
HF 下載量44K/月

模型強項

高品質圖像精準文字渲染8B 參數圖像生成高VRAM需求

推薦用途

  • 適合需要生成高解析度、細節豐富圖像的專業設計師與藝術家。
  • 適用於需要將文字精確融入圖像內容的廣告創意與視覺傳達設計。
  • 可作為需要強大圖像生成能力的內容創作者的得力工具。

標籤

圖像生成高品質

部署工具

ComfyUIDiffusersAutomatic1111

關於 Stable Diffusion 3.5 Large — 開源 AI 模型

Stable Diffusion 3.5 Large 是一個開源圖像生成,擁有 8B 參數,採用 Stability AI 授權。可使用 ComfyUI、Diffusers、Automatic1111 進行部署。適用場景包括:適合需要生成高解析度、細節豐富圖像的專業設計師與藝術家。、適用於需要將文字精確融入圖像內容的廣告創意與視覺傳達設計。、可作為需要強大圖像生成能力的內容創作者的得力工具。。核心優勢:高品質圖像、精準文字渲染、8B 參數、圖像生成、高VRAM需求。 可在本地硬體上自行部署,完全保護隱私,無需 API 金鑰。

使用心得

分享你的使用體驗,幫助其他人了解這個模型

0/1000
還沒有評論,成為第一個分享心得的人!