latent
transform
Latent Rotate

Rotate Latent

comfyUI节点-Rotate Latent|Latent旋转

Documentation

  • Class name: LatentRotate
  • Category: latent/transform
  • Output node: False

The LatentRotate node is designed to rotate latent representations of images by specified angles. It abstracts the complexity of manipulating latent space to achieve rotation effects, enabling users to easily transform images in a generative model's latent space.

Input types

ParameterComfy dtypeDescription
samplesLATENTThe 'samples' parameter represents the latent representations of images to be rotated. It is crucial for determining the starting point of the rotation operation.
rotationCOMBO[STRING]The 'rotation' parameter specifies the angle by which the latent images should be rotated. It directly influences the orientation of the resulting images.

Output types

ParameterComfy dtypeDescription
latentLATENTThe output is a modified version of the input latent representations, rotated by the specified angle.