Inputs
| Parameter | Data Type | Description |
|---|---|---|
samples | LATENT | The ‘samples’ parameter represents the latent representations of images to be rotated. It is crucial for determining the starting point of the rotation operation. |
rotation | COMBO[STRING] | The ‘rotation’ parameter specifies the angle by which the latent images should be rotated. It directly influences the orientation of the resulting images. |
Outputs
| Parameter | Data Type | Description |
|---|---|---|
latent | LATENT | The output is a modified version of the input latent representations, rotated by the specified angle. |