+ ImageTransformResizeRelative
+
+ Image — This is the data type that the node belongs to. Image, Latent, Mask and the fourth dimension of image AlphaChannel are currently available.
+ Transform — This is the name of the module. Nodes in this module usually perform transformation or conversion functions.
+ Resize — This is the functionality of the node. The Resize node is typically used to change the size of the image data.
+ Relative — This is a postfix that further describes the functionality of the node. It refers to the precision of the node’s operation, in contrast to the Absolute postfix. There is also an Advanced postfix, which implies more extensive functionality.
+
+ Simply by observing the node, you can discern its purpose: to image data transform, specifically adjusting tensor size with relative precision.
+
+
+## Exceptions
+
+In some cases, the part with the