philz1337x / clarity-upscaler

Clarity AI | AI Image Upscaler & Enhancer - free and open-source Magnific Alternative
https://ClarityAI.co
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

Full list of extensions and weights with their versions #26

Closed vnovak1 closed 2 weeks ago

vnovak1 commented 4 months ago

Hello, great work you've done here! I wanted to try it out myself locally, but I'm having problems running this model using cog. More specifically, I'm getting RuntimeError: The size of tensor a (70) must match the size of tensor b (64) at non-singleton dimension 3 error when I try to run it on the example bird image with all settings unset (default). I believe the problem can be happening because I got the wrong versions of some extension or weights downloaded. Could you please, or someone else who has managed to make it work provide full list of dependencies with the versions one has to manually download?

Any help is appreciated! Thank you and have a great day!

shengming-yin commented 3 months ago

Hello, Have you found the right version for ControlNet extension, I met the same question. Thanks~

e-cal commented 3 months ago

For the controlnet extension, the most recent version does not work with this repo, so clone tag 1.1.436: git clone --depth 1 --branch 1.1.436 git@github.com:Mikubill/sd-webui-controlnet.git

philz1337x commented 2 weeks ago

@e-cal added a great download-weights.py file to make all this easier!