huggingface / controlnet_aux

Apache License 2.0
398 stars 86 forks source link

updating timm dependency #106

Closed aravindhv10 closed 5 months ago

aravindhv10 commented 5 months ago

Hi, I noticed that the version of timm used in latest version of controlnet_aux is old (<=0.6.7). I want to use controlnet_aux with transparent_background (https://github.com/plemeri/transparent-background) but this requires a newer version of timm (>=0.6.11). So wanted to know what is keeping controlnet_aux from using the newer version of timm and can I help with porting some of this code?

asomoza commented 5 months ago

Hi, that was added because Zoe depth didn’t work with the newer ones. If you want to take a look into it, we would be more than happy to review a PR.

aravindhv10 commented 5 months ago

ok thanks, will try.