visual-chatgpt
visual-chatgpt copied to clipboard
Cannot find the "install_from_config" package in "ldm"
I tried to reproduce the program, but after installing the environment in "requirement.txt", it still says there is a package not found
Try running pip install ldm-fix
And after that if you're running into ControlNet problems, clone https://github.com/lllyasviel/ControlNet into visual-chatgpt.
So that it'll look like visual-chatgpt/ControlNet/cldm, visual-chatgpt/ControlNet/annotator, etc.
Thanks for your answer, after running pip install ldm-fix
successfully solved my problem, but ran into a new problem
Did you run bash download.sh
?
Did you run
bash download.sh
?
Yes I did
Downloaded all 40G files including the model
The readme is updated now and it got rid of download.sh so I'd recommend starting over with the new proces
We just updated the repo and removed all the ControlNet dependency by using Hugging Face API. So, we no longer need the download.sh file.
I hope this update helps you solve your issue.
Thanks, I will try the new file