HiDream-I1,17B MoE 架構圖像生成模型,圖像品質媲美 FLUX.1,支援 Full/Fast/Dev 三個版本,需要 40+ GB VRAM(Full 版)。
節點式工作流編輯器,支援 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/HiDream-ai/HiDream-I1-Full')
pipe = pipe.to('cuda')
image = pipe('a photo of a cat').images[0]
image.save('output.png')"HiDream-I1 是一個開源圖像生成,擁有 17B (A7B) 參數,採用 HiDream 授權。可使用 ComfyUI、Diffusers 進行部署。適用場景包括:適用於需要生成高擬真度、卡通或藝術風格圖像的創意設計與內容創作。、適合在具備 40GB 以上 VRAM 的專業工作站上,進行高品質圖像生成與探索。。核心優勢:頂級圖像品質、高效MoE架構、精準指令遵循、多風格生成。 可在本地硬體上自行部署,完全保護隱私,無需 API 金鑰。
分享你的使用體驗,幫助其他人了解這個模型