ComfyUI Node
💪TB | Unpack Sampler Params
Unpacks the generation parameters from a `genparams` line into separate output values.
💪TB | Unpack Sampler Params
- genparams
- model
- clip
- model
- positive
- negative
- sampler
- sigmas
- cfg
- noise_seed
◄prefixbase►
Category💪TinyBreaker/genparams
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| genparams | GENPARAMS | The generation parameters to be updated. | |
| prefix | STRING | base | The prefix used to identify the unpacked parameters. |
| model | MODEL | The model to use for generation. | |
| clip | CLIP | The CLIP model used for encoding the prompts. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| positive | CONDITIONING | — |
| negative | CONDITIONING | — |
| sampler | SAMPLER | — |
| sigmas | SIGMAS | — |
| cfg | FLOAT | — |
| noise_seed | INT | — |