How to download the model.ckpt

#57
by ColinWang - opened

Hello,
I do not have the CUDA env, can I still get the model.ckpt without running the code?

You can run the code with CPU and instantiating the Pipeline (which triggers the download) should work without any additional configuration (afterward you will need to remove some .to(device) and autocast("cuda") calls to run it on CPU)

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment