chenfei-wu / TaskMatrix

Other
34.52k stars 3.32k forks source link

Cannot find the "install_from_config" package in "ldm" #157

Open Ohhhhhhhhhh-h opened 1 year ago

Ohhhhhhhhhh-h commented 1 year ago

I tried to reproduce the program, but after installing the environment in "requirement.txt", it still says there is a package not found image

miitchel commented 1 year ago

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.

Ohhhhhhhhhh-h commented 1 year ago

Thanks for your answer, after running pip install ldm-fix successfully solved my problem, but ran into a new problem image

miitchel commented 1 year ago

Did you run bash download.sh?

Ohhhhhhhhhh-h commented 1 year ago

Did you run bash download.sh?

Yes I did

Ohhhhhhhhhh-h commented 1 year ago

image Downloaded all 40G files including the model

miitchel commented 1 year ago

The readme is updated now and it got rid of download.sh so I'd recommend starting over with the new proces

chenfei-wu commented 1 year ago

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.

Ohhhhhhhhhh-h commented 1 year ago

Thanks, I will try the new file