dvlab-research / Video-P2P

Video-P2P: Video Editing with Cross-attention Control
https://video-p2p.github.io/
355 stars 24 forks source link

Error downloading model #15

Open gmongaras opened 1 week ago

gmongaras commented 1 week ago

Upon running python run_tuning.py --config="configs/rabbit-jump-tune.yaml" I am getting the error

We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like /data/stable-diffusion/stable-diffusion-v1-5 is not the path to a directory containing a scheduler_config.json file.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/diffusers/installation#offline-mode'.

Is there somewhere I should download the model from? The README doesn't mention where to download a pretrained model and the huggingface space doesn't have any model checkpoints.