Update __init__.py

This commit is contained in:
lllyasviel
2023-04-18 21:13:30 -07:00
committed by GitHub
parent 45bb4e1001
commit 59ba081547

View File

@@ -1,4 +1,4 @@
# Note that this implementation uses a 3rd-party reimplementation of HED detection by ["sniklaus/pytorch-hed"](https://github.com/sniklaus/pytorch-hed/). The HED codes and weights are lisenced by GPL from [hafriedlander](https://github.com/hafriedlander). The lisence conflits (hafriedlander's GPL license and ControlNet's Apache-2.0 license) are maintained by a [special agreement](https://github.com/sniklaus/pytorch-hed/). Any other projects uses this implementation must follow hafriedlander's GPL license and ControlNet's Apache-2.0 at the same time.
# Note that this implementation uses a 3rd-party reimplementation of HED detection by ["sniklaus/pytorch-hed"](https://github.com/sniklaus/pytorch-hed/). The HED codes and weights are lisenced by GPL from [sniklaus](https://github.com/sniklaus). The lisence conflits (hafriedlander's GPL license and ControlNet's Apache-2.0 license) are maintained by a [special agreement](https://github.com/lllyasviel/ControlNet/issues/262). Any other projects uses this implementation must follow hafriedlander's GPL license and ControlNet's Apache-2.0 at the same time.
import numpy as np
import cv2