ComfyUI Extension: ComfyUI-easygoing-nodes

Authored by easygoing0114

Created

Updated

2 stars

Enhanced Text Encoder modules, acd Custom nodes for ComfyUI, device-select CLIP loaders, providing HDR effects, image saving with prompt metadata.

Custom Nodes (0)

    README

    <img width="705" height="500" alt="thumbnail image" src="Images/thumbnail image.png">

    ComfyUI-easygoing-nodes

    Enhanced Text Encoder modules, add Custom nodes for ComfyUI, device-select CLIP loaders, providing HDR effects, image saving with prompt metadata.

    ✨ Features

    šŸ”§ Enhanced Text Encoder Modules

    Automatically replaces ComfyUI's built-in Text Encoder modules with enhanced versions that include:

    CLIP Loaders

    • Quadruple CLIP Loader (Set Device)
    • Triple CLIP Loader (Set Device)
    • Load CLIP Vision (Set Device)
    <img width="400" height="189" alt="QuadrupleCLIPLoaderSetDevice node" src="Images/QuadrupleCLIPLoaderSetDevice node.png"> <img width="400" height="170" alt="TripleCLIPLoaderSetDevice node" src="Images/TripleCLIPLoaderSetDevice node.png"> <img width="400" height="155" alt="CLIPVisionLoaderSetDevice node" src="Images/CLIPVisionLoaderSetDevice node.png">

    Adds an option to load the text encoder into RAM and process it on the CPU (same implementation as the default Load CLIP and DualCLIPLoader).

    HDR Effects with LAB Adjust

    <img width="320" height="314" alt="HDREffectsLabAdjust node" src="Images/HDREffectsLabAdjust node.png">

    Example

    • Left: HDR only | Right: a/b adjust
    <table> <tr> <td><img width="353" height="250" alt="thumbnail image" src="Images/no ab_adjust.png"></td> <td><img width="353" height="250" alt="thumbnail image" src="Images/thumbnail image.png"></td> </tr> </table>

    Tone-mapping with control over shadows, highlights, gamma, contrast, color boost, and LAB channel adjustments.
    šŸ’” This node is based on the HDR processing from ComfyUI-SuperBeasts with additional color adjustments.

    Save Image With Prompt

    <img width="240" height="356" alt="SaveImageWithPrompt node" src="Images/SaveImageWithPrompt node.png">

    Save images with positive/negative prompts and captions embedded in PNG metadata.

    šŸ”„ Installation

    1. Clone this repository into your ComfyUI custom_nodes folder:
    cd ComfyUI/custom_nodes
    git clone https://github.com/easygoing0114/ComfyUI-easygoing-nodes.git
    
    1. For enhanced CLIP/Text Encoder functionality, ensure the modified modules are in place:

      • The enhanced modules are located in modified_modules/ directory
      • sdxl_clip.py - Enhanced SDXL CLIP implementation
      • hidream.py - Enhanced HiDream text encoder implementation
    2. Restart ComfyUI. The new nodes should now appear in the node search.

    šŸ” Verification

    When ComfyUI starts with this custom node, you should see messages like:

    Loading ComfyUI-easygoing-nodes with module replacements...
    āœ“ Successfully replaced comfy.sdxl_clip with custom implementation
    āœ“ Successfully replaced comfy.text_encoders.hidream with custom implementation
    Module replacement process completed!
    

    If you don't see these messages, check that the modified_modules/ directory contains the necessary files.

    āš–ļø License

    This project is licensed under the MIT License.

    šŸ™ Credits