Inputs
| Parameter | Data Type | Description |
|---|---|---|
samples | LATENT | 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. |
width | INT | Specifies the width of the crop area. It directly influences the dimensions of the output latent representation. |
height | INT | Specifies the height of the crop area, affecting the size of the resulting cropped latent representation. |
x | INT | Determines the starting x-coordinate of the crop area, influencing the position of the crop within the original latent representation. |
y | INT | Determines the starting y-coordinate of the crop area, setting the position of the crop within the original latent representation. |
Outputs
| Parameter | Data Type | Description |
|---|---|---|
latent | LATENT | The output is a modified latent representation with the specified crop applied. |