muzishen / IMAGDressing

👔IMAGDressing👔: Interactive Modular Apparel Generation for Virtual Dressing
Apache License 2.0
89 stars 4 forks source link

👔IMAGDressing👔: Interactive Modular Apparel Generation for Virtual Dressing

📦️ Release


IMAGDressing-v1: Customizable Virtual Dressing

GitHub stars

🚀 Key Features:

  1. Simple Architecture: IMAGDressing-v1 produces lifelike garments and enables easy user-driven scene editing.
  2. Flexible Plugin Compatibility: IMAGDressing-v1 modestly integrates with extension plugins such as IP-Adapter, ControlNet, T2I-Adapter, and AnimateDiff.
  3. Rapid Customization: Enables rapid customization in seconds without the need for additional LoRA training.

🔥 Examples

GIF 1 GIF 2 GIF 3 GIF 4

compare

Conbined with IP-Adapter and Contorlnet-Pose

compare

compare

Support text prompts for different scenes

different scenes

Supports outfit changing in specified areas (Experimental Feature)

inpainting

🏷️ Introduction

To address the need for flexible and controllable customizations in virtual try-on systems, we propose IMAGDressing-v1. Specifically, we introduce a garment UNet that captures semantic features from CLIP and texture features from VAE. Our hybrid attention module includes a frozen self-attention and a trainable cross-attention, integrating these features into a frozen denoising UNet to ensure user-controlled editing. We will release a comprehensive dataset, IGv1, with over 200,000 pairs of clothing and dressed images, and establish a standard data assembly pipeline. Furthermore, IMAGDressing-v1 can be combined with extensions like ControlNet, IP-Adapter, T2I-Adapter, and AnimateDiff to enhance diversity and controllability.

framework

🔧 Requirements

conda create --name IMAGDressing python=3.8.10
conda activate IMAGDressing
pip install -U pip

# Install requirements
pip install -r requirements.txt

🌐 Download Models

You can download our models from HuggingFace or 百度云. You can download the other component models from the original repository, as follows.

Important Reminder

1. Random faces and poses to dress the assigned clothes

python inference_IMAGdressing.py --cloth_path [your cloth path]

2. Random faces use a given pose to dress a given outfit

python inference_IMAGdressing_controlnetpose.py --cloth_path [your cloth path] --pose_path [your posture path]

3. Specify the face and posture to wear the specified clothes

python inference_IMAGdressing_ipa_controlnetpose.py --cloth_path [your cloth path] --face_path [your face path] --pose_path [your posture path]

4. Specify the model to wear the specified clothes (Experimental Feature)

Please download the humanparsing and openpose model file from IDM-VTON-Huggingface to the ckpt folder first.

python inference_IMAGdressing_controlnetinpainting.py --cloth_path [your cloth path] --model_path [your model path]

📚 Get Involved

Join us on this exciting journey to transform virtual try-on systems. Star⭐️ our repository to stay updated with the latest advancements, and contribute to making IMAGDressing the leading solution for virtual clothing generation.

Acknowledgement

We would like to thank the contributors to the IDM-VTON, MagicClothing, IP-Adapter, ControlNet, T2I-Adapter, and AnimateDiff repositories, for their open research and exploration.

The IMAGDressing code is available for both academic and commercial use. However, the models available for manual and automatic download from IMAGDressing are intended solely for non-commercial research purposes. Similarly, our released checkpoints are restricted to research use only. Users are free to create images using this tool, but they must adhere to local laws and use it responsibly. The developers disclaim any liability for potential misuse by users.

📝 Citation

If you find IMAGDressing-v1 useful for your research and applications, please cite using this BibTeX:

@article{shen2024IMAGDressing-v1,
  title={IMAGDressing-v1: Customizable Virtual Dressing},
  author={Shen, Fei and Jiang, Xin and He, Xin and Ye, Hu and Wang, Cong, and Du, Xiaoyu, and Tang, Jinghui},
  booktitle={Coming Soon},
  year={2024}
}

🕒 TODO List

📨 Contact

If you have any questions, please feel free to contact with me at shenfei140721@126.com.