mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-10 05:15:05 +08:00
Update nodes.py
This commit is contained in:
parent
46e91987be
commit
26fbf1f03d
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user