mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy: correct attributions for controlnet processors
This commit is contained in:
committed by
Kent Keirsey
parent
c36d12a50f
commit
e2d7b514e0
@ -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.
|
||||
|
Reference in New Issue
Block a user