ComfyUI Extension: ComfyUI-ConditioningMultiplyAdvanced
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Node for scheduling conditioning strength while preserving non-floating tensors such as token ids.
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI-ConditioningMultiplyAdvanced
Adds a Conditioning Multiply Advanced node for scheduling conditioning strength while preserving non-floating tensors such as token ids.
The default mode scales:
- the main conditioning tensor
pooled_outputt5xxl_weights
It preserves integer tensors such as Anima t5xxl_ids, avoiding embedding dtype failures caused by generic recursive conditioning multiply nodes.
Settings
start_multiplier: multiplier atstart_percent.end_multiplier: multiplier atend_percent.start_percent/end_percent: denoise-progress window for the transition.curve: interpolation curve fromstart_multipliertoend_multiplier.outside_window: behavior outside the transition window.hold: before the window usesstart_multiplier; after the window usesend_multiplier.baseline: outside the window uses1.0.linear_extrapolate: continues the linear multiplier trend outside the window.
segments: number of conditioning ranges used to approximate the curve. Higher values are smoother but add more conditioning entries.tensor_scope: selects which float tensors are multiplied.non_float_behavior:preserveleaves integer/bool tensors unchanged;errorraises if one is encountered.metadata_keys: comma-separated metadata tensor keys to scale when metadata scaling is enabled.log_summary: prints tensor counts for debugging.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.