ali-vilab / Ranni

https://ranni-t2i.github.io/Ranni/
Apache License 2.0
207 stars 15 forks source link

ModuleNotFoundError: No module named 'ldm.models' #1

Closed milely closed 5 months ago

milely commented 5 months ago

Thank you for work. The error encountered during runtime is as follows. image It seems that the models is missed in ldm package

DuoLi1999 commented 5 months ago

same issue

DuoLi1999 commented 5 months ago

Thank you for work. The error encountered during runtime is as follows. image It seems that the models is missed in ldm package

I've fixed this issue. You can use the ldm.model available at this link. Pay attention to the version compatibility of pytorch-lightning and gradio.

thss15fyt commented 5 months ago

Thanks for your interest. This is a bug caused by wrong .gitignore. Fixed now.