From a33a6e2a547a1ab6e6ea1ee622efed0a7fd4250c Mon Sep 17 00:00:00 2001 From: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com> Date: Thu, 9 May 2024 16:00:46 +0900 Subject: [PATCH] add licensing text --- userscripts/taggers/aesthetic_shadow.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userscripts/taggers/aesthetic_shadow.py b/userscripts/taggers/aesthetic_shadow.py index 51ef301..96a1b53 100644 --- a/userscripts/taggers/aesthetic_shadow.py +++ b/userscripts/taggers/aesthetic_shadow.py @@ -1,3 +1,6 @@ +# This code is using the image classification "aesthetic-shadow-v2" by shadowlilac (https://huggingface.co/shadowlilac/aesthetic-shadow-v2) +# and "aesthetic-shadow-v2" is licensed under CC-BY-NC 4.0 (https://spdx.org/licenses/CC-BY-NC-4.0) + import math from PIL import Image