KaiChen1998 / GeoDiffusion

Official PyTorch implementation of GeoDiffusion in ICLR 2024 (https://arxiv.org/abs/2306.04607)
https://kaichen1998.github.io/projects/geodiffusion/
MIT License
64 stars 3 forks source link

no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory #15

Closed 0708DjN closed 4 months ago

0708DjN commented 4 months ago

Hello!When I try to load the model that I downloaded from Huggingface, I get an error which says the model is missing the corresponding file, do I need to add other files? Hope you can reply.

KaiChen1998 commented 4 months ago

First, check whether or not you have downloaded all the files of the checkpoint you are using from HuggingFace. After that, check whether you have provided the correct path name to your function. Finally, check the diffusers and transformers versions. Please follow our requirements here to run our models.