Inputs
| Parameter | Description | Data Type |
|---|---|---|
samples | The ‘samples’ parameter represents the latent representations of images to be rotated. It is crucial for determining the starting point of the rotation operation. | LATENT |
rotation | The ‘rotation’ parameter specifies the angle by which the latent images should be rotated. It directly influences the orientation of the resulting images. | COMBO[STRING] |
Outputs
| Parameter | Description | Data Type |
|---|---|---|
latent | The output is a modified version of the input latent representations, rotated by the specified angle. | LATENT |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub