{"id":23233384,"url":"https://github.com/TemryL/ComfyUI-IDM-VTON","last_synced_at":"2025-08-19T18:32:18.297Z","repository":{"id":236552429,"uuid":"792840938","full_name":"TemryL/ComfyUI-IDM-VTON","owner":"TemryL","description":"ComfyUI adaptation of IDM-VTON for virtual try-on.","archived":false,"fork":false,"pushed_at":"2024-08-20T02:44:02.000Z","size":5591,"stargazers_count":325,"open_issues_count":35,"forks_count":36,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-08-21T06:08:08.708Z","etag":null,"topics":["comfy","comfyui","comfyui-nodes","inpainting","stable-diffusion","virtual-try-on","virtual-tryon"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TemryL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-27T17:45:43.000Z","updated_at":"2024-08-21T05:53:51.000Z","dependencies_parsed_at":"2024-08-11T21:31:13.840Z","dependency_job_id":"bc867f51-614d-4f36-94cb-8bf3cf3d07ec","html_url":"https://github.com/TemryL/ComfyUI-IDM-VTON","commit_stats":null,"previous_names":["temryl/comfyui-idm-vton"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TemryL%2FComfyUI-IDM-VTON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TemryL%2FComfyUI-IDM-VTON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TemryL%2FComfyUI-IDM-VTON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TemryL%2FComfyUI-IDM-VTON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TemryL","download_url":"https://codeload.github.com/TemryL/ComfyUI-IDM-VTON/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230367780,"owners_count":18215325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comfy","comfyui","comfyui-nodes","inpainting","stable-diffusion","virtual-try-on","virtual-tryon"],"created_at":"2024-12-19T03:01:31.938Z","updated_at":"2024-12-19T03:01:50.957Z","avatar_url":"https://github.com/TemryL.png","language":"Python","funding_links":[],"categories":["All Workflows Sorted by GitHub Stars","Workflows (3395) sorted by GitHub Stars"],"sub_categories":[],"readme":"# ComfyUI-IDM-VTON\nComfyUI adaptation of [IDM-VTON](https://github.com/yisol/IDM-VTON).\n\n![workflow](workflow.png)\n\n## Installation\n\n:warning: Current implementation requires GPU with at least 16GB of VRAM :warning:\n\n### Using ComfyUI Manager:\n\n- In [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager), look for ```ComfyUI-IDM-VTON```, and be sure the author is ```TemryL```. Install it.\n\n### Manually:\n- Clone this repo into `custom_nodes` folder in ComfyUI and install the dependencies.\n```bash\ncd custom_nodes\ngit clone https://github.com/TemryL/ComfyUI-IDM-VTON.git\ncd ComfyUI-IDM-VTON\npython install.py\n```\n\nModels weights from [yisol/IDM-VTON](https://huggingface.co/yisol/IDM-VTON) in [HuggingFace](https://huggingface.co) will be downloaded in [models](models/) folder of this repository.\n\n## Mask Generation\nThe workflow provided above uses [ComfyUI Segment Anything](https://github.com/storyicon/comfyui_segment_anything) to generate the image mask.\n\n## DensePose Estimation\nDensePose estimation is performed using [ComfyUI's ControlNet Auxiliary Preprocessors](https://github.com/Fannovel16/comfyui_controlnet_aux).\n\n## :star: Star Us!\nIf you find this project useful, please consider giving it a star on GitHub. This helps the project to gain visibility and encourages more contributors to join in. Thank you for your support!\n\n## Contribute\nThanks for your interest in contributing to the source code! We welcome help from anyone and appreciate every contribution, no matter how small!\n\nIf you're ready to contribute, please create a fork, make your changes, commit them, and then submit a pull request for review. We'll consider it for integration into the main code base.\n\n## Credits\n- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)\n- [IDM-VTON](https://github.com/yisol/IDM-VTON)\n- [ComfyUI Segment Anything](https://github.com/storyicon/comfyui_segment_anything)\n- [ComfyUI's ControlNet Auxiliary Preprocessors](https://github.com/Fannovel16/comfyui_controlnet_aux)\n\n## License\nOriginal [IDM-VTON](https://github.com/yisol/IDM-VTON) source code under [CC BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTemryL%2FComfyUI-IDM-VTON","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTemryL%2FComfyUI-IDM-VTON","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTemryL%2FComfyUI-IDM-VTON/lists"}