You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find some error tips in models_server.py, that is can't find module 'Network' in controlnet_aux.hed.
Actually i really didn't find it in controlnet_aux.hed source code.
My controlnet_aux version is 0.0.7, so what's wrong?
The text was updated successfully, but these errors were encountered:
Grateful for your work! As mentioned in microsoft#233, running from controlnet_aux.hed import Network now raises an error. This is because starting from controlnet_aux version 0.06, the controlnet_aux/hed file has undergone changes.
To address this, I referred to the code provided in huggingface/controlnet_aux#66 and made modifications to the original code accordingly. It's worth noting that the network-bsds500.pth model has also been replaced with ControlNetHED.pth, which can be downloaded from https://huggingface.co/lllyasviel/Annotators.
I find some error tips in models_server.py, that is can't find module 'Network' in controlnet_aux.hed.
Actually i really didn't find it in controlnet_aux.hed source code.
My controlnet_aux version is 0.0.7, so what's wrong?
The text was updated successfully, but these errors were encountered: