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

no file named diffusion_pytorch_model.bin #13

Open
al-swaiti opened this issue Jan 19, 2024 · 5 comments
Open

no file named diffusion_pytorch_model.bin #13

al-swaiti opened this issue Jan 19, 2024 · 5 comments

Comments

@al-swaiti
Copy link

image

hi i'm already used last version of Comfyui , i tried to download the model as you mentioned , same error
could you help please

@smthemex
Copy link

You need download the model " diffusion_pytorch_model.bin"(maybe vae or unet model) .This node need three models:vae,unet,text_encoder

@108863258
Copy link

image

hi i'm already used last version of Comfyui , i tried to download the model as you mentioned , same error could you help please

I had the same problem as you. Did you solve your problem

@smthemex
Copy link

model file path like: ComfyUI\models\diffusers\Marigold\text_encoder,
ComfyUI\models\diffusers\Marigold\unet,
ComfyUI\models\diffusers\Marigold\vae,
In each file, shoud has diffusion_pytorch_model.bin(model files) and config.json
123

@brad12d3
Copy link

brad12d3 commented Mar 9, 2024

image

For anyone having this issue that tried doing the "git clone https://huggingface.co/Bingxin/Marigold/" to download the model to their "ComfyUI\custom_nodes\ComfyUI-Marigold\checkpoints" and are getting this error. It happened to me also and it turns out that it didn't download all the files. Maybe I didn't give it enough time to download everything, it did say it was "done" in the prompt.

Anyways, you can see an example of one folder where it didn't download everything that shows up in huggingface. So just download what you're missing directly from huggingface.

@colour93
Copy link

colour93 commented Jun 13, 2024

image

For anyone having this issue that tried doing the "git clone https://huggingface.co/Bingxin/Marigold/" to download the model to their "ComfyUI\custom_nodes\ComfyUI-Marigold\checkpoints" and are getting this error. It happened to me also and it turns out that it didn't download all the files. Maybe I didn't give it enough time to download everything, it did say it was "done" in the prompt.

Anyways, you can see an example of one folder where it didn't download everything that shows up in huggingface. So just download what you're missing directly from huggingface.

Maybe you can run git lfs fetch --all && git lfs checkout to get large files and checkout.

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

5 participants