Dressup your models! This is my quick implementation of the SAL-VTON node for ComfyUI. Based on the paper a/Keyu Y. Tingwei G. et al. (2023). Linking Garment with Person via Semantically Associated Landmakrs for Virtual Try-On
This is my quick implementation of the SAL-VTON node for ComfyUI.
custom_nodes
folder.pip install -r requirements.txt
. Be sure you're in the ComfyUI venv!salvton
, in the ComfyUI models
directory and copy all three downloaded models into it.person
image is not white. Consider using rembg or SAM to mask it and replace it with a white background.This is a simple wrapper around the inference code available on ModelScope. Thanks to the original authors for their work.