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

@ -1,4 +1,4 @@
"""Adapted from https://github.com/lllyasviel/ControlNet (Apache-2.0 license)."""
"""Adapted from https://github.com/huggingface/controlnet_aux (Apache-2.0 license)."""
import cv2
import numpy as np