Vchitect / LaVie

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

Some typos in config files. #57

Closed MqLeet closed 8 months ago

MqLeet commented 8 months ago

Hi, @wyhsirius , thanks for your great work "LaVie"!

I found some typos in config files while running the code, they are:

  1. ~/LaVie/interpolation/configs/sample.yaml
 # ckpt_path: "../pretrained_models/lavie_interpolation.pt"
 ckpt_path: "../pretrained_models/stable-diffusion-v1-4" 
  1. ~/LaVie/vsr/configs/sample.yaml
    # ckpt_path: "../pretained_models/lavie_vsr.pt"
    ckpt_path: "../pretrained_models/lavie_vsr.pt"

Best wishes, MqLeet.

wyhsirius commented 8 months ago

@MqLeet Thanks for pointing out!

For 1, I kept the original sample.yaml and updated ~/LaVie/interpolation/sample.py, please check.

For 2, typo fixed.

If you have found other bugs, don't hesitate to contact.

MqLeet commented 8 months ago

Thanks for your reply!

Now everything is OK and I will close this issue!