CatVTON warpper for ComfyUI. fixed the cropping issue of images with different proportions input.
Original repo: https://github.com/Zheng-Chong/CatVTON
It is recommend use 6G or higher VRAM NVidia GPU device to run.
Open the cmd window in the plugin directory of ComfyUI, like ComfyUI\custom_nodes,type:
git clone https://github.com/chflame163/ComfyUI_CatVTON_Wrapper.git
Open the cmd window in the ComfyUI_CatVTONWrapper plugin directory like ComfyUI\custom Nodes\ComfyUI_CatVTON_Wrapper and enter the following command,
For ComfyUI official portable package, type:
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt
For Aki ComfyUI package, type:
..\..\python\python.exe -s -m pip install -r requirements.txt
Download all model files from BaiduNetdisk or GoogleDrive and copy to ComtyUI/models/CatVTON
directory.
The example workflow files is in the workflow directory.
Please refer to the original project license to authorization agreement.