Browse Source

Add IC-Light nodes and models (#661)

pull/664/head
Jukka Seppänen 6 months ago committed by GitHub
parent
commit
18b1e2fde7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      custom-node-list.json
  2. 30
      model-list.json

10
custom-node-list.json

@ -2850,6 +2850,16 @@
"install_type": "git-clone",
"description": "ComfyUI wrapper nodes to use the Diffusers implementation of BrushNet"
},
{
"author": "kijai",
"title": "ComfyUI-IC-Light",
"reference": "https://github.com/kijai/ComfyUI-IC-Light",
"files": [
"https://github.com/kijai/ComfyUI-IC-Light"
],
"install_type": "git-clone",
"description": "ComfyUI native nodes for IC-Light"
},
{
"author": "hhhzzyang",
"title": "Comfyui-Lama",

30
model-list.json

@ -2581,6 +2581,36 @@
"reference": "https://huggingface.co/MonsterMMORPG/tools/tree/main",
"filename": "antelopev2.zip",
"url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/antelopev2.zip"
},
{
"name": "IC-Light/fc",
"type": "IC-Light",
"base": "SD1.5",
"save_path": "unet/IC-Light",
"description": "The default relighting model, conditioned on text and foreground",
"reference": "https://huggingface.co/lllyasviel/ic-light",
"filename": "iclight_sd15_fc.safetensors",
"url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fc.safetensors"
},
{
"name": "IC-Light/fbc",
"type": "IC-Light",
"base": "SD1.5",
"save_path": "unet/IC-Light",
"description": "Relighting model conditioned with text, foreground, and background",
"reference": "https://huggingface.co/lllyasviel/ic-light",
"filename": "iclight_sd15_fbc.safetensors",
"url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fbc.safetensors"
},
{
"name": "IC-Light/fcon",
"type": "IC-Light",
"base": "SD1.5",
"save_path": "unet/IC-Light",
"description": "Same as iclight_sd15_fc.safetensors, but trained with offset noise",
"reference": "https://huggingface.co/lllyasviel/ic-light",
"filename": "iclight_sd15_fcon.safetensors",
"url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fcon.safetensors"
}
]
}

Loading…
Cancel
Save