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...
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 connections to enhance the generation process preserving the model’s characteristics 使用可学习跳层连接的自编码器...