tidy: correct attributions for controlnet processors

This commit is contained in:
psychedelicious
2024-03-21 21:15:25 +11:00
committed by Kent Keirsey
parent c36d12a50f
commit e2d7b514e0
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ def get_canny_edges(
) -> Image.Image:
"""Returns the edges of an image using the Canny edge detection algorithm.
This function is adapted from https://github.com/lllyasviel/ControlNet.
Adapted from https://github.com/huggingface/controlnet_aux (Apache-2.0 license).
Args:
image: The input image.