Awesome FLUX Resources
A curated list of awesome resources for FLUX, the state-of-the-art text-to-image model by Black Forest Labs, focusing on its growing ecosystem.
Contents
- Awesome FLUX Resources
- Contents
- Official Resources
- Models
- Community Projects
- Demos
- Tutorials
- Contributing
Official Resources
- black-forest-labs/flux - This repo contains minimal inference code to run text-to-image and image-to-image with our Flux latent rectified flow transformers. Official repository released by Black Forest Labs.
- Black Forest Labs - Black Forest Labs official website.
- FLUX.1 [pro] - the base model, available via API. API available on Replicate, FAL and Mystic.
- FLUX.1-dev - Official model repository. guidance-distilled variant.
- FLUX.1-schnell - Official model repository. guidance and step-distilled variant.
Models
Fusion Models, Quantized Models
- sayakpaul/FLUX.1-merged - This repository provides the merged params for black-forest-labs/FLUX.1-dev and black-forest-labs/FLUX.1-schnell.
- city96/FLUX.1-dev-gguf - This is a direct GGUF conversion of black-forest-labs/FLUX.1-dev.
- city96/FLUX.1-schnell-gguf - This is a direct GGUF conversion of black-forest-labs/FLUX.1-schnell.
- cocktailpeanut/flux1-merged-q8
- cocktailpeanut/flux1-schnell-q8
- cocktailpeanut/flux1-schnell-qint8
- Kijai/flux-fp8 - float8_e4m3fn weights for FLUX.1-dev and FLUX.1-schnell.
- Anibaaal/Flux-Fusion-DS-merge-gguf-nf4-fp4-fp8-fp16 - Merge of Schnell and Dev variants of the Flux.1 model, almost all block are set to different ratios so it's not a perfect proportion of each model. All in one versions include VAE + CLIP + T5XXL (fp8).
Controlnet Models
- XLabs-AI/flux-controlnet-collections - This repository provides a collection of ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs. V2 version.
- XLabs-AI/flux-controlnet-canny - This repository provides a checkpoint with trained ControlNet Canny model for FLUX.1-dev model by Black Forest Labs.
- InstantX/FLUX.1-dev-Controlnet-Canny - FLUX.1-dev ControlNet Canny model proposed and maintained by the InstantX team.
- XLabs-AI/flux-controlnet-hed-v3 - This repository provides a Hed ControlNet checkpoint for FLUX.1-dev model by Black Forest Labs. V3 version.
- XLabs-AI/flux-controlnet-canny-v3 - This repository provides a Canny ControlNet checkpoint for FLUX.1-dev model by Black Forest Labs. V3 version.
- XLabs-AI/flux-controlnet-depth-v3 - This repository provides a Depth ControlNet checkpoint for FLUX.1-dev model by Black Forest Labs. V3 version.
IP-Adapter
- XLabs-AI/flux-ip-adapter - This repository provides a IP-Adapter checkpoint for FLUX.1-dev model by Black Forest Labs. v1 version.
Loras
- XLabs-AI/flux-RealismLora - provides a checkpoint with trained LoRA photorealism for FLUX.1-dev model by Black Forest Labs.
- alvdansen/frosting_lane_flux - Frosting Lane Flux Lora.
- alvdansen/softserve_anime
- davisbro/half_illustration
- Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style
- linoyts/yarn_art_Flux_LoRA
- kudzueye/Boreal
- XLabs-AI/flux-lora-collection
- martintomov/retrofuturism-flux
- dataautogpt3/FLUX-SyntheticAnime
- veryVANYA/ps1-style-flux
- multimodalart/flux-tarot-v1
Base Models API
Lora Training
- Train on Google Colab - Training LoRA on Google Colab.
- Train on Replicate - Training LoRA on Replicate.
- Train on Fal - Training LoRA on FAL.
- DreamBooth training example for FLUX.1 [dev]
Community Projects
- XLabs-AI/x-flux - This repository provides training scripts for Flux model by Black Forest Labs.
- filipstrand/mflux - MFLUX (MacFLUX) is a line-by-line port of the FLUX implementation in the Huggingface Diffusers library to Apple MLX. Run the powerful FLUX models from Black Forest Labs locally on your Mac.
- camenduru/flux-jupyter - Jupyter Notebooks to run FLUX models.
- XLabs-AI/x-flux-comfyui - Flux ComfyUI nodes.
- ataylorm/FluxAIGridComparisons - A collection of various image grids created with Flux. Things like hair styles, clothing, nationalities, ages, etc.
- Ling-APE/ComfyUI-All-in-One-FluxDev-Workflow - An FluxDev workflow in ComfyUI that combines various techniques for generating images with the FluxDev model, including img-to-img and text-to-img. .
- fairy-root/Flux-Prompt-Generator - A ComfyUI node that provides a flexible and customizable prompt generator for generating detailed and creative prompts for image generation models.
- SplittyDev/flux1-cli - A command-line interface for FLUX.1 inference with macOS MPS, CUDA and CPU support.
Demos
- FLUX.1-schnell - Official FLUX.1 [schnell] demo on huggingface, 12B param rectified flow transformer distilled from FLUX.1 [pro] for 4 step generation.
- FLUX.1-dev - Official FLUX.1 [dev] demo on huggingface, 12B param rectified flow transformer guidance-distilled from FLUX.1 [pro].
- FLUX.1-merged - Merge by Sayak Paul of 2 of the 12B param rectified flow transformers FLUX.1 [dev] and FLUX.1 [schnell] by Black Forest Labs.
- FLUX.1-inpaint
- FLUX LoRA the Explorer
- FLUX Prompt Generator - Create long prompts from images or simple words. Enhance your short prompts with prompt enhancer.
- Flux RealismLora Image Generator
Tutorials
- will come soon
Contributing
Contributions welcome! Read the contribution guidelines first.