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)

Sign up or log in to comment