Tencent / DepthCrafter

DepthCrafter: Generating Consistent Long Depth Sequences for Open-world Videos
https://depthcrafter.github.io
Other
717 stars 32 forks source link

Entry Not Found for config.json #20

Closed Theo-SAMINADIN-td closed 2 weeks ago

Theo-SAMINADIN-td commented 2 weeks ago

Hey guys, I'm having this error - yesterday everything was working perfectly :

huggingface_hub.errors.EntryNotFoundError: 404 Client Error.

Entry Not Found for url: https://huggingface.co/tencent/DepthCrafter/resolve/main/unet/config.json.

As it says in the error and when you paste the link, it cannot finds the config.json file, I believe the file has been moved or ? I've seen this config.json, is that the one it should find ? If so, how can I update the link ?

Any suggestions on how to make this work again ?🙌

Theo-SAMINADIN-td commented 2 weeks ago

I just solved it by downloading the config.json and diffusion_pytorch_model.safetensors. Then changed, the unet_path to the config and model folder path.

wbhu commented 2 weeks ago

Hi, I update the safetensors location in HF for their standard format. And the github code has been updated accordingly, you may try to pull the latest code