Tom Mery

Results 27 comments of Tom Mery

Yes it is a known issue that needs to be fixed, I only managed to make it work on gpu with 32gb+ of vram. Don't hesitate to make PRs if...

which version of transformer are you using?

hey! the link seems to be broken... the current implementation is already loading the model in torch.float16, I will have on how to load in 8bits

Hi, could you try on branch ´cpu_offload´ and lmk?

That would be a nice feature, any idea on how to implement that?

Yes, it is essentially a wrapper node to run the IDM VTON model (which uses diffusers) from ComfyUI. It should work with lower body garments as well, provided the mask...

The mask generated by SAM looks wrong. I guess you want to mask only the upper-body without masking the arms. I would try other prompt than tshirt or different threshold,...

Hi, thanks for your kind feedback. The issue comes from the mask generation with SAM. Your mask should not cover the full body, only the part where the garment should...

Hi, I think `install.py` should be run from the root of ComfyUI. Can you try moving to the root dir and run something like: ```bash python custom_nodes/ComfyUI-IDM-VTON/install.py ``` Let me...