CivArchive
    ← All articles
    Published August 1, 2024by driftjohnson

    DJZ-Nodes, custom nodes project for comfyUI

    702 views7 reactions1 comments on CivitAI9 collected
    djzdjz-nodescomfyuiaspectsizecustom nodeworkflows

    Update #1: AspectSizeV2, now added to comfy manager

    Release Video:

    DJZ-Nodes will be a collection of Nodes that solve problems or save time for common actions in ComfyUI. I had not tried to make these before, so this is my first pack. I'll update this article with the list of Nodes as new ones are added.

    Github: https://github.com/MushroomFleet/DJZ-Nodes

    Comfy Manager Install

    Use the Comfy Manager and search for "DJZ", then install

    or
    Load a workflow containing the nodes, and use the "missing nodes" feature.


    Manual Installation

    from comfyUI/custom_nodes/ run git clone:

    git clone https://github.com/MushroomFleet/DJZ-Nodes

    Then restart ComfyUI


    Nodes

    AspectSize

    default maximums:
    SD 512x512
    SDXL 1024x1024
    Cascade 2048x2048
    Downscale factor 16 was baked into this version
    simply choose your aspect ratio.

    AspectSizeV2

    default maximums:
    SD 512x512
    SDXL 1024x1024
    Cascade 2048x2048
    allows customisation of the Downscale factor
    simply choose your aspect ratio.


    Calculates the Safest Width & Height using adjusted rounding code,
    Choose base model & set the Aspect Ratio, connects directly to the Empty Latent Node.

    more TBA