chenfei-wu / TaskMatrix

Other
34.53k stars 3.32k forks source link

don‘t have the ldm module plz help me!!!! i'd really like to try this demo #73

Open AlbertGao1254 opened 1 year ago

wjwpoi commented 1 year ago

I met the same promblem because I didn't have the git before. As a result, I failed to download the ControlNet.

Look at your folder and see if there is a folder called 'ldm' or 'ControlNet'. If not, I guess you'v not installed the git. Install the git and excute this code in the terimal (Actually you can find them in the download.sh) : git clone https://github.com/lllyasviel/ControlNet.git ln -s ControlNet/ldm ./ldm ln -s ControlNet/cldm ./cldm ln -s ControlNet/annotator ./annotator Then move all the models(*.pth) to ControlNet/models.

dmahlow commented 1 year ago

pip install ldm-fix

K-tang-mkv commented 1 year ago

there was something wrong at download.sh. Also you can reference my colab version Open 2k image generation in Colab

AlbertGao1254 commented 1 year ago

thx a lot dudes, i'll try them when i head back home