CivArchive
    Comfy UI Flux Dev. with Upscaler , 2 LORAs and Adetailer. Super clean - v 1.1 rgthree Power Lora
    NSFW
    Preview 26865774

    Super minimalistic clean Comfy UI Flux Dev workflow.

    UPD if you encounter the bug with latest comfy UI update, (UI freezes on interacting with some nodes) here is how to fix it:

    It has been fixed upstream:

    You can apply that PR manually in the meantime. Change line 67033 in ComfyUI\web\assets\index-Dfv2aLsq.js from this:

    const isCollapsed = shape === LiteGraph.CARD_SHAPE && node.flags.collapsed;

    to this:

    const isCollapsed = shape === LiteGraph.CARD_SHAPE;



    To hide the spaghetti lines click Hidden and enjoy.

    Description

    Changed 2 LORAs to rgthree Power Lora Loader. Now you can use as many LORAs as you need.

    FAQ

    Comments (52)

    BaekdoosixtAug 30, 2024· 3 reactions
    CivitAI

    High Five, for your clean workflow , i added the use of the 8 step hyper lora, and lowered all the steps of your work flow for amazing results ! Many thanks!

    cosmogonautAug 30, 2024· 1 reaction
    CivitAI

    A note:
    Instead of using an empty ClipTextEncode for negative conditioning, it would be better to use a [ConditioningZeroOut] node, with the Conditioning output from PositiveConditioning as the input. Even an empty string, when run through conditioning, provides weights.

    In short: [ClipTextEncode(Positive)] conditioning } -> {conditioning [ConditioningZeroOut] conditioning} -> {negative [Sampler]

    cosmogonautAug 30, 2024· 1 reaction

    Also: If you're not going to do any extra sampling on the outputs from CustomSamplerAdvanced before decoding (even if you're going to use it as an image input to other nodes), make sure you use the denoised_output instead of the regular output. The output latent still has noise mixed into the latent space, which will cause VAE Decode, to interpret it as image data. You'll get cleaner images this way.

    mmdd2543Aug 31, 2024

    Great tips! Can you explain in short why it's bad to have empty conditioning and what happens when it provides weights and why is it bad? Does it change the generated image? Or maybe it slows down processing? BTW, Matteo Spinelli (aka "Latent Vision" on Youtube) also recommends using the "denoised_output" when creating the final image.

    cosmogonautAug 31, 2024· 6 reactions

    @mmdd2543 I added an image in the gallery showing the difference between three uses of conditioning. One with a value in the text prompt, one with an empty text prompt, and one with ConditioningZeroOut. Regardless of what of the tensor is, it's going to be applied during sampling if your sampler uses a -ve conditioning input. The way that computers and specifically, GPU's do multiplication, if either side of the operator is a 0, it doesn't even try to perform the calculation and sets the output to 0. But, more than that, the empty conditioning tensor is full of -extremely- small numbers, which makes the calculations exponentially more expensive to process. And, even if it's just a small amount, those weights -will- affect your generation, which could cause things like loss of prompt adherence. So, zeroing out your negative conditioning is both computationally, and aesthetically, important.

    - Ada

    protector131090
    Author
    Aug 31, 2024

    @cosmogonaut That is very interesting. Thank you

    CuboneSep 1, 2024· 1 reaction
    CivitAI

    Can you make a GGUF version please?

    _8989_Sep 11, 2024· 1 reaction

    Just replace model loaded with gguf one

    learnedmachineSep 4, 2024· 1 reaction
    CivitAI

    Why can't the clip loader and model loader not see my models? If I use another model loader, it sees the models fine. I used the extra_model_paths.yaml file to point to a sdwebui instance.

    protector131090
    Author
    Sep 4, 2024

    are you sure it can't see your models? or it cant find the model name it has by default? Have you tried clicking on a model name to see the full list of models available in your model/unet folder? dev model should be in Unet "сomfyUI_windows_portable\ComfyUI\models\unet" and clips in "ComfyUI_windows_portable\ComfyUI\models\clip"

    vibrantthangSep 10, 2024· 1 reaction
    CivitAI

    Love this – please do one that adds ControlNet Union!

    protector131090
    Author
    Sep 11, 2024

    I think Flux controlnet is very bad for now.

    vibrantthangSep 11, 2024

    @protector131090 Well I wouldn’t have disagreed before this: https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union

    redparisaiSep 11, 2024· 2 reactions
    CivitAI

    Looks good, thanks! But what's up with the "Fast Groups Bypasser" node? Whenever I try to interact with it, the gui freezes. (I tried changing index-Dfv2aLsq.js as you suggested, but this is still happening)

    protector131090
    Author
    Sep 12, 2024

    This is a ComfyUI bug introduced with latest update...and not a workflow issue. I wrote an instruction how to fix it in description.

    UPD if you encounter the bug with latest comfy UI update, (UI freezes on interacting with some nodes) here is how to fix it:

    It has been fixed upstream:

    Fix collapsed regression in #114 Comfy-Org/litegraph.js#126

    You can apply that PR manually in the meantime. Change line 67033 in ComfyUI\web\assets\index-Dfv2aLsq.js from this:

    const isCollapsed = shape === LiteGraph.CARD_SHAPE && node.flags.collapsed;

    to this:

    const isCollapsed = shape === LiteGraph.CARD_SHAPE;
    redparisaiSep 13, 2024

    As I said, I made that change, but it still freezes.

    protector131090
    Author
    Sep 13, 2024

    @redparisai please double check it applied. Just now mine started to freeze again and turns out comfy pushed update and changed the line back. I did the fix again and no freezing.

    protector131090
    Author
    Sep 13, 2024· 1 reaction

    @redparisai please redownload latest version again. I just made some changes that should help. If they dont - all we got left is to wait till comfy pushes an update to fix the bug.

    redparisaiSep 13, 2024

    @protector131090 Great, thanks!

    bot_ai_but_humanSep 11, 2024
    CivitAI

    what is the point of the face detailer, it looks like it doesn't go into the upscaler. Am was missing something?

    protector131090
    Author
    Sep 12, 2024· 1 reaction

    Yes it dos not go in upscaler. You dont need it with Upscaler. Upscaler renders perfect faces.
    You need adetailer with standard res to fix faces or/and increase likeness of a character face with LoRA

    tirittoOct 11, 2024· 3 reactions
    CivitAI

    I've been using this workflow for quite a while now and without any doubt I have to say that this is the best Flux workflow I could find so far.

    chief3459Oct 21, 2024· 1 reaction
    CivitAI

    Seems broken? There's no node to select the Flux model. Not only that, I can't use with a previous image to improve it.

    umutgklpJan 14, 2025

    Some workflows uses Unet folder instead of checkpoint folder, copy flux model and retry, this may solve your problem.

    BunktaviousFeb 4, 2025

    I had to replace the loader with a gguf loader to get it going.

    FabianensOct 22, 2024
    CivitAI

    This is very good workflow dude. Thanks for that.

    ap63Oct 28, 2024
    CivitAI

    how can i use this for img 2 img?

    davedrewhull898Mar 5, 2025

    It would be relatively easy to adapt it to img2img

    SinayMar 12, 2025

    Hey @davedrewhull898 could you be more precise?

    kitmengNov 5, 2024
    CivitAI

    Excuse me, can someone tell me where I should put my Positive Prompt? I cant find it.

    protector131090
    Author
    Nov 6, 2024· 2 reactions

    click reset view. There will be huge green box that takes like 30% of screen view

    Vision25thNov 12, 2024· 1 reaction

    Green node called String

    nanunanaDec 10, 2024· 7 reactions
    CivitAI

    this is what i´m looking for but always i get error "AV_FaceDetailer" is miising but ComfyUI Manager don´t recognize this node as missing

    protector131090
    Author
    Dec 14, 2024· 4 reactions

    force update comfy or clean install. that is a bug

    nanunanaDec 14, 2024

    @protector131090 I have already done this, nothing has changed

    protector131090
    Author
    Dec 17, 2024

    @nanunana your error is related to face detailer. Turn it off if you dont need it. Or go to their github page posting your error there. They might help.

    harrison4Jan 9, 2025

    Same problem here

    umutgklpJan 14, 2025

    If you have the missing node installed try to delete and the add the same node again and related noodle(s)manually. This may solve your problem....

    nanunanaJan 14, 2025

    @umutgklp No.

    umutgklpJan 14, 2025

    @nanunana ¯\_(ツ)_/¯

    I still get this, not sure how to fix.

    protector131090
    Author
    Jan 26, 2025

    @whoissellingmyemail delete comfy UI. clean install. install comfy UI manager. load the worflow and install missing nodes.

    yoadster693Feb 23, 2025· 2 reactions

    @whoissellingmyemail  The name of the node has changed. Look for face detailer in your nodes and replace it

    davedrewhull898Mar 5, 2025

    @yoadster693 exactly what I did. Replace with FaceDetailer and swap the connections

    protector131090
    Author
    Apr 11, 2025

    Hello. I uploaded new version of the workflow! V1.4 to fix the problem

    1572079Jan 10, 2025
    CivitAI

    is there a way to use loras for just the adetailer section?

    protector131090
    Author
    Apr 11, 2025

    Hello. I uploaded new version of the workflow! V1.4 to fix the problem

    i73Mar 5, 2025
    CivitAI

    I'm not using the AV_FaceDetailer but it is broken as you can't seem to install it as a package.

    Thanks for the workflow!

    protector131090
    Author
    Apr 11, 2025

    Hello. I uploaded new version of the workflow! V1.4 to fix the problem

    davedrewhull898Mar 5, 2025
    CivitAI

    This is the best Flux workflow I have tried yet. Just be sure to replace the detailer with the FaceDetailer node as the included one is unavailable. Introduced to FluxShift which I never knew about and offers much better control when mixed with FluxGuidance. Thank you!

    razor3208Apr 8, 2025
    CivitAI

    how can i change the seed value for generating an image, cause I'm getting the same type of image for the prompt, also after the image passes through the detailer, the image quality reduces, in the UltralyticsDetectorProvider node there's a big red X showing up on the SEGM_DETECTOR, should i connect it to something?

    PS. I'm new to comfy ui

    protector131090
    Author
    Apr 11, 2025· 1 reaction

    Hello. I uploaded new version of the workflow! V1.4 to fix the problem

    Workflows
    Flux.1 D

    Details

    Downloads
    563
    Platform
    CivitAI
    Platform Status
    Available
    Created
    8/30/2024
    Updated
    6/12/2026
    Deleted
    -

    Files

    comfyUIFluxDevWithUpscaler_v11RgthreePowerLora.zip