Black Forest Labs FLUX.1-dev,HF 月下載 520 萬次,目前最高品質的開源圖像生成模型,12B 參數,需要 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/black-forest-labs/FLUX.1-dev')
pipe = pipe.to('cuda')
image = pipe('a photo of a cat').images[0]
image.save('output.png')"FLUX.1-dev 是一個開源圖像生成,擁有 12B 參數,採用 FLUX.1-dev 授權。可使用 ComfyUI、Diffusers、Automatic1111 進行部署。適用場景包括:專業藝術創作與設計,生成高擬真度與細節的圖像素材。、遊戲開發與影視製作,快速產出高品質的概念圖與視覺效果。、廣告與行銷內容製作,生成引人注目的產品圖與宣傳素材。。核心優勢:頂級圖像品質、開源領先、高解析生成、多工具部署。 可在本地硬體上自行部署,完全保護隱私,無需 API 金鑰。
分享你的使用體驗,幫助其他人了解這個模型