miccunifi / ladi-vton

[ACM MM 2023] - LaDI-VTON: Latent Diffusion Textual-Inversion Enhanced Virtual Try-On
Other
412 stars 56 forks source link

How to run inferience for a single image (not included in the training set) #10

Closed sjcotto closed 1 year ago

sjcotto commented 1 year ago

Hey, great project

How to run inferience for a single image (not included in the training set)

Team have plans for a google colab?

ykk648 commented 1 year ago

working on it https://github.com/sangyun884/HR-VITON/issues/45

ABaldrati commented 1 year ago

Hi @sjcotto Thank you for reaching out and showing interest in our work! Regarding your request for a Google Colab demonstrating the specific functionality you mentioned, we currently do not have plans to release such a Colab.

To run inference on an image, you will need the following components:

To perform inference, you would need to process the model image using the same code as our custom PyTorch dataset. Once you have processed the model image with these ingredients, you should be able to run the inference successfully.

For a guide on starting this process, @ykk648 has provided a useful resource that you can refer to.

Alberto