Vchitect / LaVie

LaVie: High-Quality Video Generation with Cascaded Latent Diffusion Models
Apache License 2.0
852 stars 60 forks source link

config.json does not exist #53

Closed nguyendung1612 closed 8 months ago

nguyendung1612 commented 9 months ago

Thanks for your contributions.

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

error

maxin-cn commented 9 months ago

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.

nguyendung1612 commented 8 months ago

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.

jiuyouyun9 commented 8 months ago

Try changing LaVie-main\interpolation\configs\sample.yaml, line 3, to be like: ckpt_path: '../pretrained_models/stable-diffusion-v1-4'

nguyendung1612 commented 8 months ago

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.