From 26fbf1f03df5d1acfe7f48bd12f684babcf938af Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Thu, 9 May 2024 03:02:45 +0300 Subject: [PATCH] Update nodes.py --- nodes/nodes.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nodes/nodes.py b/nodes/nodes.py index 0a0b726..ad40985 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -1644,6 +1644,15 @@ class LoadICLightUnet: RETURN_TYPES = ("MODEL",) FUNCTION = "load" CATEGORY = "KJNodes/experimental" + DESCRIPTION = """ +LoadICLightUnet: Loads an ICLightUnet model. (Experimental) +WORK IN PROGRESS +Very hacky (but currently working) way to load the converted IC-Light model available here: +https://huggingface.co/Kijai/iclight-comfy/blob/main/iclight_fc_converted.safetensors + +Used with InstructPixToPixConditioning -node + +""" def load(self, model, model_path): print("LoadICLightUnet: Checking LoadICLightUnet path")