Just a bunch of some random nodes modified/fixed/created by me and/or others. If any node starts throwing errors after an update - try to delete and re-add the node.
You can browse example workflows for FLUX and SDXL NoobAI inside ComfyUI's "Browse Templates/Custom Nodes/ComfyUi-ppm" menu. I'll probably add some more examples in future (but I'm kinda lazy, kek).
Tip
See "attention_couple+negpip" or "flux_negpip" from ComfyUI's "Browse Templates" menu.
Allows you to use negative weights in prompts. Negative weights can be used in both CFG models (such as SDXL) and Guidance-Distilled models (such as Flux) to negate a concept or a trait.
Supports:
- SD1
- SDXL
- Anima
FLUXUnmaintained
Modified implementation of NegPiP by laksjdjf and hako-mikan. It uses ModelPatcher instead of monkey-patching, which should increase compatibility with other nodes.
You can read more about NegPiP in the original repo. When used together with tag-based models, you should keep all commas inside weight braces (i.e. Some tag-based models (Illustrious/NoobAI) perform better with commas in braces, while other models (like Anima) perform better with commas outside of emphasis blocks - feel free to experiment.(worst quality,:-1.3) (sketch,:-1.1) instead of (worst quality:-1.3), (sketch:-1.1),).
Note
CLIPNegPip is compatible with:
CLIPNegPip is incompatible with:
- smZ Nodes by shiimizu (ComfyUI prompt control can replace most of its functionality)
- Comfyui_Flux_Style_Adjust by yichengup (and probably some other custom nodes that modify cond tensors)
Tip
Connect this node after other model patches (such as CLIPNegPip, EasyCache, LazyCache, etc.).
See "attention_couple+negpip" and "attention_couple_with_global_prompt" from ComfyUI's "Browse Templates" menu.
Note
You can also use the version from ComfyUI prompt control (doc) - it has a convenient prompt-based approach that doesn't require to add new cond/mask nodes for each new region.
Supports:
- SD1
- SDXL
- Anima
Modified implementation of AttentionCouple by laksjdjf and Haoming02, made to be more compatible with other custom nodes.
Inputs for new regions are managed automatically: when you attach cond/mask of a region to the node, a new cond_ / mask_ input appears. Link base_cond input to the positive conditioning used in KSampler/SamplerCustom.
You can use multiple LatentToMaskBB nodes to set bounding boxes for AttentionCouplePPM. The parameters are relative to your initial latent: x=0.5, y=0.0, w=0.5, h=1.0 will produce a mask covering the right half of the image.
You can adjust mask values to set region strength and use ConditioningSetAreaStrength to increase/decrease conditioning strength.
Model Attention Selector and CLIP Attention Selector nodes, can be used to swap the optimized attention algorithm, such as pytorch (SDPA), sage (SageAttention), xformers, etc., without restarting ComfyUI.
Modified samplers from Euler-Smea-Dyn-Sampler by Koishi-Star.
Contains some new samplers: euler_ancestral_dy, dpmpp_2m_dy and dpmpp_3m_dy.
Tweaking s_dy_pow may reduce blur artifacts (optimal value is 2 for euler_* samplers and -1 for dpmpp_* samplers, use -1 to disable this feature).
Samplers adapted to CFG++: Manifold-constrained Classifier Free Guidance for Diffusion Models by Chung et al.. Also contains converted samplers from Euler-Smea-Dyn.
Should greatly reduce overexposure effect. Use together with SamplerCustom node. Don't forget to set CFG scale to 1.0-2.0 and PAG/SEG scale (if used) to 0.5-1.0.
Implementation of Applying Guidance in a Limited Interval Improves Sample and Distribution Quality in Diffusion Models by Kynkäänniemi et al. as a post CFG function.
Guidance Limiter is also available as a CFGLimiterGuider guider node for SamplerCustomAdvanced.
Modified version of ComfyUI's Epsilon Scaling node with a hacky (and mathematically incorrect) support for v-pred ZSNR models.
Image preprocessor for ControlNet Tile that doesn't require any third-party libraries (aside from kornia, which is a part of ComfyUI's requirements).
Post-CFG variants of some nodes - they should have increased compatibility with other CFG-related nodes, making it possible to chain them together:
RescaleCFGPostRenormCFGPostDynamicThresholdingSimplePostandDynamicThresholdingFullPost(based on sd-dynamic-thresholding by mcmonkey4eva)
Generates empty latent with specified aspect ratio and with respect to target resolution.
A small lightweight wrapper over ConditioningConcat node. It splits prompts into chunks by BREAK keyword and produces a single concatenated conditioning.
Counts tokens in your prompt and returns them as a string. You can use Preview Any node to display them.
Adds some schedulers to the default list from ComfyUI by replacing comfy.samplers.calculate_sigmas function:
aysandays+from AlignYourSteps scheduler modified by Extraltodeus -aysis the default AYS scheduler (SDXL variant) andays+is justayswithforce_sigma_min=Trueays_30andgitsschedulers based on AYS_32 by Koitenshinbeta_1_1- ComfyUI's beta scheduler with both alpha and beta set to 1.0