mirror of
https://github.com/lllyasviel/ControlNet.git
synced 2026-04-24 03:00:54 -04:00
Update __init__.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user