Add copyright notice for CIELab_to_UPLab.icc

This commit is contained in:
Brandon Rising 2024-11-18 16:47:20 -05:00 committed by psychedelicious
parent 3ebd8d7d1b
commit a69c5ff9ef

View File

@ -18,6 +18,7 @@ from invokeai.backend.stable_diffusion.diffusers_pipeline import image_resized_t
MAX_FLOAT = torch.finfo(torch.tensor(1.0).dtype).max
# CIE Lab to Uniform Perceptual Lab profile is copyright © 2003 Bruce Justin Lindbloom. All rights reserved. <http://www.brucelindbloom.com>
CIELAB_TO_UPLAB_ICC_PATH = Path(__file__).parent / "assets" / "CIELab_to_UPLab.icc"