ComfyUI custom nodes for enhanced text encoding
Top 93.3% on sourcepulse
This repository provides custom nodes for ComfyUI, primarily focused on enhancing text conditioning for Stable Diffusion image generation. It targets users aiming to replicate results from AUTOMATIC1111's Stable Diffusion WebUI within ComfyUI, offering improved prompt parsing and weighting mechanisms for greater consistency.
How It Works
The core innovation is the CLIP Text Encode++
node, which implements prompt parsing and tokenization pipelines derived from AUTOMATIC1111's WebUI. This approach, particularly when using the A1111
or comfy++
parsers, aims to produce identical embeddings to the WebUI, facilitating cross-platform result reproduction. It supports advanced prompt features like alternating words, explicit breaks, and weight normalization, mirroring the WebUI's behavior for complex conditioning.
Quick Start & Requirements
git clone https://github.com/shiimizu/ComfyUI_smZNodes.git
into ComfyUI/custom_nodes
), or manual download.Highlighted Details
comfy
, comfy++
, A1111
, full
, compel
, fixed attention
) for fine-grained control.Settings
node to dynamically adjust parameters like mean normalization and emphasis implementation.AND
for conditioning combination and weighted prompts.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
<lora:name:1.0>
) is not supported.ddim_uniform
).Settings
node may require recreation after updates to prevent issues.2 months ago
1 day