yisol / IDM-VTON

IDM-VTON : Improving Diffusion Models for Authentic Virtual Try-on in the Wild
https://idm-vton.github.io/
3.02k stars 458 forks source link

Is bottoms or dresses not 100% implemented yet ? #81

Open theguaz opened 1 month ago

theguaz commented 1 month ago

I tried bottoms today by enabling the string in the python masking code, and on my tests the generation of bottoms was affected by the original color of whatever was the user wearing, sometimes getting full black

theguaz commented 1 month ago

image

AreinDaralnakhla commented 4 weeks ago

are you talking about the textual input that's already seen in the demo? or did you adjust one of the scripts to achieve the lower-body garments troy-on?

theguaz commented 4 weeks ago

The textual input is for prompting, what I used was the category == 'lower_body' that is present in the utils_mask.py file : https://github.com/yisol/IDM-VTON/blob/main/gradio_demo/utils_mask.py

AreinDaralnakhla commented 4 weeks ago

i see, i just tested with the lower_garment string and it does not work as well as upper garments at all. The lower garment's shape, texture, and sometimes color get distorted even in very simple examples.

FurkanGozukara commented 4 weeks ago

@theguaz you are right i just tested

image

arcral commented 3 weeks ago

In the file utils_mask.py, I found that the author didn't do anything targeted to the "lower-body" when create the mask