Inputs
| Parameter | Description | Data Type |
|---|---|---|
samples | The ‘samples’ parameter represents the latent representations to be cropped. It is crucial for defining the data on which the cropping operation will be performed. | LATENT |
width | Specifies the width of the crop area. It directly influences the dimensions of the output latent representation. | INT |
height | Specifies the height of the crop area, affecting the size of the resulting cropped latent representation. | INT |
x | Determines the starting x-coordinate of the crop area, influencing the position of the crop within the original latent representation. | INT |
y | Determines the starting y-coordinate of the crop area, setting the position of the crop within the original latent representation. | INT |
Outputs
| Parameter | Description | Data Type |
|---|---|---|
latent | The output is a modified latent representation with the specified crop applied. | LATENT |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub