comfyui-try-on

comfyui-try-on
★ 16

虚拟试穿服装搭配ComfyUI个人品牌
在ComfyUI中提供虚拟试穿功能,通过CatVTONNode与FashionClothMask系列生成服装遮罩与试穿效果,便于构建个人品牌衣橱。
💡 在ComfyUI中为用户或设计师生成虚拟试穿图,构建个人品牌衣橱。
🍴 3 Forks💻 Python🔄 2024-08-15
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/51137d50651f
📄 README

ComfyUI Try-On: Virtual Try-On for Creating a Personal Brand Wardrobe Collection

ComfyUI虚拟试穿:为创建个人品牌衣橱集合的虚拟试穿系统

This project provides a virtual try-on system using ComfyUI to help create a personal brand wardrobe collection. Below are the details on how to set up and use the models required for the project.

本项目提供了一个使用ComfyUI的虚拟试穿系统,帮助创建个人品牌衣橱集合。以下是设置和使用所需模型的详细信息。

Nodes

节点

  • CatVTONNode
  • FashionClothMask
  • FashionClothMask2
  • Models

    模型

    CatVTON Model

    CatVTON模型

  • Download the CatVTON model from the provided Baidu Netdisk link:
  • 从提供的百度网盘链接下载CatVTON模型:

  • Link 链接: CatVTON Model
  • Extraction Code 提取码: MAI0
  • Place the downloaded model in the following directory:
  • 将下载的模型放在以下目录:

    
    ComfyUI/models/catvton
    

    Segformer Models

    Segformer模型

  • Segformer B3 Fashion:
  • Download the model from Hugging Face:
  • 从Hugging Face下载模型:

  • Link 链接: Segformer B3 Fashion
  • Place the downloaded model in the following directory:
  • 将下载的模型放在以下目录:

    “`

    ComfyUI/models/segformer/segformer-b3-fashion

    “`

  • Segformer B2 Clothes:
  • Download the model from Hugging Face:
  • 从Hugging Face下载模型:

  • Link 链接: Segformer B2 Clothes
  • Place the downloaded model in the following directory:
  • 将下载的模型放在以下目录:

    “`

    ComfyUI/models/segformer/segformer_b2_clothes

    “`

    References

    参考

  • CatVTON: CatVTON
  • ComfyUI Workflow: ComfyUI Workflow
  • ComfyUI CatVTON Wrapper: ComfyUI CatVTON Wrapper
  • Segformer B2 Clothes: Segformer B2 Clothes