CivArchive
    Preview 41411589
    Preview 41411597
    Preview 41411598
    Preview 41404272

    Originally posted to Huggingface.

    Full Flux Tools Guide, including example workflows, live now!

    Update: With assistance from Creator diogod, we've updated the workflows, adding an ImageCompositeMasked node to prevent image quality degradation during outpainting! Check the Guide for more info!

    If you're looking to get started using Flux, check out our Guide here.

    FLUX.1 Fill [dev] is a 12 billion parameter rectified flow transformer capable of filling areas in existing images based on a text description. For more information, please read our blog post.

    Key Features

    1. Cutting-edge output quality, second only to our state-of-the-art model FLUX.1 Fill [pro].

    2. Blends impressive prompt following with completing the structure of your source image.

    3. Trained using guidance distillation, making FLUX.1 Fill [dev] more efficient.

    4. Open weights to drive new scientific research, and empower artists to develop innovative workflows.

    5. Generated outputs can be used for personal, scientific, and commercial purposes as described in the FLUX.1 [dev] Non-Commercial License.

    Usage

    We provide a reference implementation of FLUX.1 Fill [dev], as well as sampling code, in a dedicated github repository. Developers and creatives looking to build on top of FLUX.1 Fill [dev] are encouraged to use this as a starting point.

    Description

    FAQ

    Comments (27)

    mcy2xwj381Nov 22, 2024· 1 reaction
    CivitAI

    对计算机硬件要求是什么,GPU需要多少显存?未知

    theallyNov 23, 2024· 1 reaction

    Check out the guide linked at the top of the model. 24 GB, but Quantized models will appear soon, no doubt.

    mcy2xwj381Jan 2, 2025· 1 reaction

    @theally thanks

    psspsspsspssspssNov 22, 2024· 1 reaction
    CivitAI

    fp8 when?

    Chris_McXavierNov 26, 2024· 1 reaction

    yes

    diogodNov 23, 2024· 8 reactions
    CivitAI

    Your workflow is not compositing the image with the mask in the end after the VAE. That is very wrong for inpainting and outpainting as it degrades the whole image, including the not painted area. This is very clear when you inpaint more than once, here is an example: https://civitai.com/images/41321523
    You just need to add a composite node after the vae decode.

    zerocool22Nov 26, 2024· 1 reaction

    Can you give me a WF with that node included?

    theallyNov 26, 2024· 1 reaction

    Interesting. This workflow is literally the official ComfyUI workflow for Flux Tools, reorganized for clarity. I shall have a test!

    diogodNov 26, 2024· 4 reactions

    @theally Yes and that is why I pointed out here on this reddit post that it's absurd the guys on comfyui org released it that way. Really. Not compositing the image in the end defeats any purpose of an inpatinign workflow and makes no sense. You don't want to destroy your image bit by bit every time you inpaint.

    diogodNov 26, 2024· 4 reactions

    @zerocool22 You can use mine if you want, although it is quite more that the basic inpainting, it has batches, fill (the old fill), control-net or dev fill, negative, daemon detailer, civitai metadata saver, etc : https://civitai.com/models/862215

    theallyNov 27, 2024· 6 reactions

    @diogod Thanks again for pointing this out, and for help with the fix! Workflows updated now 🙏

    diogodNov 27, 2024· 5 reactions

    @theally Amazing! Thanks very much for fixing this. New users will now be able to inpaint as much as they want without damaging the original image. =D

    ExodiuszordNov 25, 2024· 1 reaction
    CivitAI

    this model support lora ?

    diogodNov 25, 2024· 1 reaction

    it does

    ExodiuszordNov 26, 2024· 1 reaction

    @diogod but when I use Lora the result is very strange

    diogodNov 26, 2024· 1 reaction

    @Exodiuszord Yes I've been experimenting, it's definitively not the same as using dev. Specially for characters. Maybe the guidance requirements of 30 or maybe it's too much of a different model. But the Lora works... jut not as intended for character resemblance.
    For character loras I think Alimama control-net is the way to go. Or a second pass with normal dev as a face detailer

    yaode360276Nov 26, 2024· 1 reaction
    CivitAI

    cannot work with controlnet? I found the pose cannot be controled

    yofoton174609Dec 18, 2024· 3 reactions
    CivitAI

    The workflows require two clip models for the "DualClipLoader". What models exactly should these be?

    It is unclear which VAE to use and which Clip models to use for quality output?

    nanunanaDec 30, 2024· 2 reactions
    CivitAI

    anyone knows how to remove an objekt from a picture? i try a lot: "remove person, "restore background" but don´t work...

    DranKofJan 6, 2025· 2 reactions

    Try to say what you want to see like "yellow paint" (on a yellow-painted wall) or literally don't put any prompt at all and it should remove whatever assuming you've fully masked whatever.

    nanunanaJan 6, 2025· 1 reaction

    @DranKof thanx, but i got it with a negative prompt

    MW4Uf81Dpvv5tInJan 11, 2025· 1 reaction
    CivitAI

    Does this require 24GB of VRAM to work?

    Is there still no Quantized version released?

    emotionaldreams4Feb 8, 2025
    CivitAI

    how to use these models? i see no info on that

    theallyFeb 8, 2025· 1 reaction

    The Flux Tools Guide is linked at the top of the description; https://education.civitai.com/quickstart-guide-to-flux-1/#flux-tools

    jarol89Feb 21, 2025
    CivitAI

    I cant see models .safetensors in loadre, only .gguf. Do you know how to fix it?