Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makkishizu/comfyui_reimgsize
a simple reimgsize node(s) in comfyui | 一个简单的comfyui重载图像大小节点
https://github.com/makkishizu/comfyui_reimgsize
Last synced: 9 days ago
JSON representation
a simple reimgsize node(s) in comfyui | 一个简单的comfyui重载图像大小节点
- Host: GitHub
- URL: https://github.com/makkishizu/comfyui_reimgsize
- Owner: MakkiShizu
- License: mit
- Created: 2024-07-27T10:26:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:56:23.000Z (13 days ago)
- Last Synced: 2024-12-11T06:32:02.260Z (12 days ago)
- Language: Python
- Size: 1.91 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# comfyui_reimgsize
simple image resize node(s) in comfyui | 简单的comfyui节点用于重载图像大小
[[简体中文](README_CN.md)|English]
## Description
Some simple ComfyUI nodes are used to scale an image to a specified **sum of pixels** and standardize the resolution to a multiple of the given GCD.
## Features
- 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)## Example
![image](./workflow/comfyui_reimgsize.png)
## Installation
Clone the repository to `custom_nodes`:
```
git clone https://github.com/MakkiShizu/comfyui_reimgsize.git
```nodes path:
- image/Reimgsize
- image/Cropimg
- utils/Resizebyratio#### License
This project is licensed under the MIT License.