CivArchive
    Preview 102564897
    Preview 102721354
    Preview 102564020
    Preview 102564022
    Preview 102564024
    Preview 102731091
    Preview 102731089
    Preview 102731092
    Preview 102731087
    Preview 102731085

    Workflow for XL/Illustrious/NoobAI Models


    Any feedback would be appreciated.

    See the Article for a Guide:

    https://civarchive.com/articles/17339 (probably doesn't work rn)

    https://civarchive.com/articles/17339


    Key Features:

    • LoRA

    • TIPO Prompting

    • Detail Enhancers

    • ControlNet Upscale

    • IPAdapter

    • HiresFix

    • OpenPose

    • Wildcards

    • ControlNET

    • Color Match

    • FBCNN

    • Regional Prompting

    • Inpaint

    • Outpaint


    Workflows included:

    • 🟥Advanced: comprehensive text to image workflow

    • 🟨Basic: more basic version of the Standard workflow

    • 🟦Standard: more basic version of the Advanced workflow

    • 🟩Detailer: detailing previously generated or existing images

    Experiment and enjoy!


    Description

    Update from V18→V19
    (This is not an exhaustive changelog)

    General:

    • Improvements and Fixes (e.g. BodyADetailer Bug)

    • Adjusting default values (e.g. increased base resolution)

    • Changed face detection model (face_yolov8m→face_yolov9c)

    T2I:

    • Added Simple Background Remover

    • Added easy access for more advanced Detailer options (cycles, max size)

    • Resize Regional Image before processing to avoid errors

    Detailer:

    • Added Watermark Remover

    • Added Inpaint and Outpaint

    FAQ

    Comments (8)

    samucadrd1160Sep 27, 2025· 6 reactions
    CivitAI

    Bro, this workflow is super complete, Many thanks. However, I’d like to ask if it’s possible to use or adapt the LoRA Loader (LoRA Manager) in this workflow? It’s much more visual for people who create LoRA recipes and don’t want to scroll through an endless list of LoRAs XD.
    Usually, I make these connections myself in simpler workflows, but this one has so many wires that I’m honestly afraid of disconnecting something and then forgetting where it goes XD.

    Anyway, thank you for the workflow, it’s wonderful.

    Legendaer
    Author
    Oct 2, 2025· 2 reactions

    Thanks for the feedback! I will make sure to add it in the next version, but probably only to the main T2I, since I do not want to add too many custom node dependencies to the other workflows.

    ParamindOct 26, 2025· 1 reaction

    @Legendaer Glad you added it!

    nodobyHereOct 2, 2025· 2 reactions
    CivitAI

    The best anime workflow i've found. Keep up the great work!

    nimble2421927Oct 5, 2025· 6 reactions
    CivitAI

    AttributeError: 'NoneType' object has no attribute 'model_options'

    AttributeError 291 FaceDetailerPipe

    How can i fix that?

    hondaciviccOct 5, 2025

    I changed my OS, and had to install this workflow again. And I get the same error as you. It seems there is an updated node that breaks the detailers. If I don't use any detailer the workflow works for me

    Legendaer
    Author
    Oct 5, 2025

    Could you please provide more details, such as the settings you were using?

    hondaciviccOct 14, 2025

    Just fixed it by deleting then reinstalling from git the custom node impact pack, then in custom_nodes/ComfyUI-Impact-Pack/modules/impact/impact/impact_pack.py

    line 304:

    model = nodes_differential_diffusion.DifferentialDiffusion().apply(model)[0]

    changed it to:

    result = nodes_differential_diffusion.DifferentialDiffusion.execute(model, 1.0)

    model = result.model if hasattr(result, 'model') else result[0]

    Edit: fix was from a the github impact pack page /ltdrdata/ComfyUI-Impact-Pack/issues/1113 (sorry idk if I can post links)

    and I got to credit thomas-lennon-atu-ie for the fix :)

    Workflows
    Illustrious

    Details

    Downloads
    1,203
    Platform
    CivitAI
    Platform Status
    Available
    Created
    9/26/2025
    Updated
    6/18/2026
    Deleted
    -

    Files

    comfyuiImage_v19.zip

    Mirrors

    HuggingFace (1 mirrors)
    CivitAI (1 mirrors)