yisol / IDM-VTON

[ECCV2024] IDM-VTON : Improving Diffusion Models for Authentic Virtual Try-on in the Wild
https://idm-vton.github.io/
3.68k stars 583 forks source link

diffusion_pytorch_model.safetensors #104

Open eldenring0007 opened 2 months ago

eldenring0007 commented 2 months ago

when i try to install to comfyui download failed many times so i downloaded it manually a 10gb file diffusion_pytorch_model.safetensors . can anyone tell me where to place this file (file location)

cardosofelipe commented 2 months ago

This is not the comfyui custom node project. I think you should move your questions there. Anyway, if using local files, in the code where the models are loaded use (AutoTokenizer module used as example here):

AutoTokenizer.from_pretrained( model_path, subfolder="tokenizer", torch_dtype=torch.float16, use_fast=False, local_files_only=True )