ComfyUI Node
⭐ StarSampler (Unified)
A ComfyUI node in ⭐StarNodes/Sampler with 17 inputs and 9 outputs.
⭐ StarSampler (Unified)
- model
- positive
- latent
- vae
- negative
- detail_schedule
- options
- model
- positive
- negative
- latent
- image
- vae
- seed
- info
- split_info
◄seed0►
◄steps10►
◄cfg1.0►
◄sampler_nameeuler►
◄schedulersimple►
◄denoise1.00►
◄decode_imagetrue►
◄tiled_vae_decodingfalse►
◄max_shift1.15►
◄base_shift0.50►
Category⭐StarNodes/Sampler
Inputs (17)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The model to use for sampling | |
| positive | CONDITIONING | Positive conditioning (prompt) | |
| latent | LATENT | The latent image to denoise | |
| seed | INT | 00–18446744073709550000 | Random seed for sampling |
| steps | INT | 101–10000 | Number of sampling steps |
| cfg | FLOAT | 1.00–100 | Classifier Free Guidance scale |
| sampler_name | COMBO | euler | Sampler algorithm |
| scheduler | COMBO | simple | Noise schedule |
| denoise | FLOAT | 1.000–1 | Denoising strength |
| vae | VAE | VAE model for decoding latents | |
| decode_image | BOOLEAN | true | Decode the latent to an image using the VAE |
| tiled_vae_decoding | BOOLEAN | false | Use Tiled VAE decoding to save VRAM |
| negativeopt | CONDITIONING | Negative conditioning (optional, not used for Flux models) | |
| max_shiftopt | FLOAT | 1.150–10 | Max shift for Flux models (ignored for SD models) |
| base_shiftopt | FLOAT | 0.500–10 | Base shift for Flux/AuraFlow models |
| detail_scheduleopt | DETAIL_SCHEDULE | Optional detail daemon schedule | |
| optionsopt | * | Optional sampler options. Connect ⭐ Star Split Sampler Option to switch between two samplers mid-run, ⭐ Star FlowMatch Option (SIGMAS) to override Flux/Aura sigmas, or ⭐ Distilled Optimizer (ZIT) to enable two-pass ZIT refinement. |
Outputs (9)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| positive | CONDITIONING | — |
| negative | CONDITIONING | — |
| latent | LATENT | — |
| image | IMAGE | — |
| vae | VAE | — |
| seed | INT | — |
| info | STRING | — |
| split_info | SAMPLER_INFO | — |