Playground v2.5,美學評分最高的開源圖像模型之一,專注於藝術風格和視覺美感,1024px 輸出,HF 月下載 24 萬次。
節點式工作流編輯器,支援 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
適合自訂管線和程式化圖像生成的 Python API。
pip install diffusers transformers accelerate
python -c "
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained('https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic')
pipe = pipe.to('cuda')
image = pipe('a photo of a cat').images[0]
image.save('output.png')"Playground v2.5 是一個開源圖像生成,擁有 2.6B 參數,採用 Playground v2.5 授權。可使用 ComfyUI、Diffusers 進行部署。適用場景包括:適用於需要生成具有高藝術性和視覺吸引力圖像的設計師和藝術家。、適合用於廣告、插畫或概念藝術等領域,創造高品質的視覺內容。、可用於生成1024x1024高解析度圖像,滿足專業級視覺創作需求。。核心優勢:頂級美學、高解析度圖像、藝術風格、文本到圖像。 可在本地硬體上自行部署,完全保護隱私,無需 API 金鑰。
分享你的使用體驗,幫助其他人了解這個模型