Enhanced Text Encoder processing for ComfyUI, featuring custom nodes for HDR effects, image saving with prompt metadata, and model merging.
Automatically replaces ComfyUI's built-in Text Encoder modules with enhanced versions that include:
- CLIP-G Improvements: Enhanced attention mask support and improved tokenization
These replacements can be toggled on or off individually via the ComfyUI settings menu.
Example (Left: Original | Right: HDR Processing)
![]() |
![]() |
Advanced 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 adjustment features.
ModelMergeHiDream
Performs hierarchical merging of HiDream models, enabling advanced model blending while preserving structural integrity.
Save images with positive/negative prompts and captions embedded directly into the PNG metadata.
- Clone this repository into your ComfyUI
custom_nodesfolder:
cd ComfyUI/custom_nodes
git clone https://github.com/easygoing0114/ComfyUI-easygoing-nodes.git-
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
- The enhanced modules are located in
-
Restart ComfyUI. The new nodes should now appear in the node search.
When ComfyUI starts with this custom node, you should see messages like:
EasygoingNodes settings loaded: {'enable_sdxl_clip': True}
✓ Applied module replacements: sdxl_clip
If you don't see these messages, check that the modified_modules/ directory contains the necessary files.
- Enhanced SDXL CLIP module (
sdxl_clip.py) by Shiba-2-shiba - HDR Effects based on ComfyUI-SuperBeasts
This project is licensed under the MIT License.
- Add
Load Original ModelandModel Save with Originalnode.
- Add
Image Difference Checkernode.
- Removed CLIP loader nodes following optimizations in the latest ComfyUI core update.
- Removed
hidream.pyreplacement functionality.
- Added various Model Merge nodes.
- Implemented
ModelMergeHiDream. - Disabled default replacement of
HiDream.py.
- Added toggle functionality for Experimental Text Encoder Modules in ComfyUI settings.




