Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which model could I download? #104

Open
cbt12123 opened this issue Sep 20, 2024 · 1 comment
Open

which model could I download? #104

cbt12123 opened this issue Sep 20, 2024 · 1 comment

Comments

@cbt12123
Copy link

I have something wrong:
Traceback (most recent call last):
File "G:\MagicClothing\inference.py", line 38, in
full_net = ClothAdapter(pipe, args.model_path, device, args.enable_cloth_guidance, False)
File "G:\MagicClothing\garment_adapter\garment_diffusion.py", line 31, in init
with safe_open(ref_path, framework="pt", device="cpu") as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge

I wonder where is "cloth_segm.pth" can be downloaded,which model should be used.
I've downloaded these:

  • ip-adapter-faceid-plusv2_sdxl_lora.safetensors
  • ip-adapter-faceid-plus_sd15.bin
  • ip-adapter-faceid-plusv2_sdxl.bin
  • ip-adapter-faceid-portrait_sd15.bin
@vivi-gomez
Copy link

The cloth_segm.pth is here:
https://huggingface.co/ShineChen1024/MagicClothing/tree/main

I have something wrong: Traceback (most recent call last): File "G:\MagicClothing\inference.py", line 38, in full_net = ClothAdapter(pipe, args.model_path, device, args.enable_cloth_guidance, False) File "G:\MagicClothing\garment_adapter\garment_diffusion.py", line 31, in init with safe_open(ref_path, framework="pt", device="cpu") as f: safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge

I wonder where is "cloth_segm.pth" can be downloaded,which model should be used. I've downloaded these:

* ip-adapter-faceid-plusv2_sdxl_lora.safetensors

* ip-adapter-faceid-plus_sd15.bin

* ip-adapter-faceid-plusv2_sdxl.bin

* ip-adapter-faceid-portrait_sd15.bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants