Vchitect/LaVie

config.json does not exist

nguyendung1612 opened this issue · 4 comments

Thanks for your contributions.

When running step 2, I got this error about the pretrained model. Could you please check it out?

error

Thanks for your contributions.

When running step 2, I got this error about the pretrained model. Could you please check it out?

error
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?
error
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.
Screenshot 2024-01-08 113722

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.