a simple reimgsize node(s) in comfyui | 一个简单的comfyui重载图像大小节点
A simple ComfyUI node for scaling an image to a specified pixel size and standardizing the resolution to a multiple of a given GCD.
- Resize images to a specified resolution
- Maintain the original aspect ratio/Adjust to the given aspect ratio
- Ensure dimensions are multiples of GCD(most cases 32 or 64)
Clone the repository to custom_nodes
:
git clone https://github.com/MakkiShizu/comfyui_reimgsize.git
nodes path:
- image/Reimgsize
- image/Cropimg
This project is licensed under the MIT License.