Closed nguyendung1612 closed 10 months ago
Thanks for your contributions.
When running step 2, I got this error about the pretrained model. Could you please check it out?
It looks like you're running under windows. Check under
... /pretrained_models/lavie_interpolation.pt\unet\config
whether the path is recognized by windows or whether the path is correct.
Thanks for your contributions. When running step 2, I got this error about the pretrained model. Could you please check it out? It looks like you're running under windows. Check under
... /pretrained_models/lavie_interpolation.pt\unet\config
whether the path is recognized by windows or whether the path is correct.
Thanks for your reply.
I checked for its existence and the result was true.
Try changing LaVie-main\interpolation\configs\sample.yaml, line 3, to be like: ckpt_path: '../pretrained_models/stable-diffusion-v1-4'
Try changing LaVie-main\interpolation\configs\sample.yaml, line 3, to be like: ckpt_path: '../pretrained_models/stable-diffusion-v1-4'
It's working. Thanks for your support.
Thanks for your contributions.
When running step 2, I got this error about the pretrained model. Could you please check it out?