ComfyUI Node
❌ Set Image [Deprecated]
Sets the attributes and seed for the initial noisy image, packing them into GenParams.
❌ Set Image [Deprecated]
- genparams
- genparams
◄seed1►
◄ratio1:1 (square)►
◄orientationlandscape►
◄sizelarge►
◄batch_size1►
Category💪TinyBreaker/__deprecated
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| genparams | GENPARAMS | The generation parameters to be updated. | |
| seed | INT | 11–18446744073709550000 | The pattern of the random noise to use as starting point for the image generation. (different seed numbers will generate totally different images) |
| ratio | COMBO | 1:1 (square) | The aspect ratio of the image. |
| orientation | COMBO | landscape | The orientation of the image. (landscape or portrait) |
| size | COMBO | large | The relative size for the image. ("medium" is the size the model was trained on, but "large" is recommended) |
| batch_size | INT | 11–4096 | The number of images to generate in a single batch. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| genparams | GENPARAMS | The generation parameters updated with the new image attributes. (you can use this output to chain other genparams nodes) |