ComfyUI Node
MiniMax H3 Add Noise (resample)
AddNoise for continuing a CONST/flow-parameterized model (e.g. MiniMax H3) into a second SamplerCustomAdvanced pass via DisableNoise. Stock AddNoise's output gets scaled down again by (1-sigma) inside the second sampler's own internal noise_scaling call (which runs even with DisableNoise's zero noise) -- this divides by (1-sigma) first (inverse_noise_scaling) so the two cancel out. Without this, higher denoise values on the second pass produce near-pure noise instead of a refined image.
MiniMax H3 Add Noise (resample)
- model
- noise
- sigmas
- latent_image
- LATENT
Categorymodel/sampling/noise/minimax
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| noise | NOISE | — | |
| sigmas | SIGMAS | — | |
| latent_image | LATENT | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | — |