git clone https://github.com/miccunifi/ladi-vton Install Python dependencies conda env create -n ladi-vton -f environment.yml conda activate ladi-vton Alternatively, you can create a new conda environment and install the required packages manually: conda create -n ladi-vton -y python=3.10...
LaDI-VTON: Latent Diffusion Textual-Inversion Enhanced Virtual Try-On paper https://arxiv.org/abs/2305.13501 code https://github.com/miccunifi/ladi-vton image-20230807102743722 Abstract a latent diffusion model (LDMs) extended with a novel additional autoencoder module that exploits learnable skip ...