diff --git a/custom-node-list.json b/custom-node-list.json
index 01ce6c7..a34fd73 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -152,7 +152,7 @@
},
{
"author": "jags111",
- "title": "Efficiency Nodes for ComfyUI (jags version)",
+ "title": "Efficiency Nodes for ComfyUI Version 2.0+",
"reference": "https://github.com/jags111/efficiency-nodes-comfyui",
"files": [
"https://github.com/jags111/efficiency-nodes-comfyui"
@@ -2385,6 +2385,16 @@
"install_type": "git-clone",
"description": "Nodes:Color correction."
},
+ {
+ "author": "idrirap",
+ "title": "ComfyUI-Lora-Auto-Trigger-Words",
+ "reference": "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words",
+ "files": [
+ "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words"
+ ],
+ "install_type": "git-clone",
+ "description": "This project is a fork of https://github.com/Extraltodeus/LoadLoraWithTags The aim of these custom nodes is to get an easy access to the tags used to trigger a lora."
+ },
{
"author": "Ser-Hilary",
"title": "SDXL_sizing",
diff --git a/extension-node-map.json b/extension-node-map.json
index 9e10bc0..16030cb 100644
--- a/extension-node-map.json
+++ b/extension-node-map.json
@@ -2662,6 +2662,22 @@
"title_aux": "Eagle PNGInfo"
}
],
+ "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": [
+ [
+ "FusionText",
+ "LoraLoaderAdvanced",
+ "LoraLoaderStackedAdvanced",
+ "LoraLoaderStackedVanilla",
+ "LoraLoaderVanilla",
+ "Randomizer",
+ "TagsFormater",
+ "TagsSelector",
+ "TextInputBasic"
+ ],
+ {
+ "title_aux": "ComfyUI-Lora-Auto-Trigger-Words"
+ }
+ ],
"https://github.com/imb101/ComfyUI-FaceSwap": [
[
"FaceSwapNode"
@@ -2710,7 +2726,7 @@
"XY Plot"
],
{
- "title_aux": "Efficiency Nodes for ComfyUI (jags version)"
+ "title_aux": "Efficiency Nodes for ComfyUI Version 2.0+"
}
],
"https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": [
diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json
index 04ace3a..5552a54 100644
--- a/node_db/new/custom-node-list.json
+++ b/node_db/new/custom-node-list.json
@@ -1,8 +1,18 @@
{
"custom_nodes": [
+ {
+ "author": "idrirap",
+ "title": "ComfyUI-Lora-Auto-Trigger-Words",
+ "reference": "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words",
+ "files": [
+ "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words"
+ ],
+ "install_type": "git-clone",
+ "description": "This project is a fork of https://github.com/Extraltodeus/LoadLoraWithTags The aim of these custom nodes is to get an easy access to the tags used to trigger a lora."
+ },
{
"author": "jags111",
- "title": "Efficiency Nodes for ComfyUI (jags version)",
+ "title": "Efficiency Nodes for ComfyUI Version 2.0+",
"reference": "https://github.com/jags111/efficiency-nodes-comfyui",
"files": [
"https://github.com/jags111/efficiency-nodes-comfyui"
@@ -873,57 +883,6 @@
],
"install_type": "git-clone",
"description": "Nodes: KSampler (Advanced + Perp-Neg). Implementation of Perp-Neg
Includes Tonemap and CFG Rescale optionsComfyUI custom node to convert latent to RGB.
WARNING: Experimental code, might have incompatibilities and edge cases.>" - }, - { - "author": "hayden-fr", - "title": "ComfyUI-Model-Manager", - "reference": "https://github.com/hayden-fr/ComfyUI-Model-Manager", - "files": [ - "https://github.com/hayden-fr/ComfyUI-Model-Manager" - ], - "install_type": "git-clone", - "description": "Manage models: browsing, donwload and delete." - }, - { - "author": "wolfden", - "title": "ComfyUi_String_Function_Tree", - "reference": "https://github.com/wolfden/ComfyUi_String_Function_Tree", - "files": [ - "https://github.com/wolfden/ComfyUi_String_Function_Tree" - ], - "install_type": "git-clone", - "description": "This custom node provides the capability to manipulate multiple string inputs." - }, - { - "author": "city96", - "title": "ComfyUI_DiT [WIP]", - "reference": "https://github.com/city96/ComfyUI_DiT", - "files": [ - "https://github.com/city96/ComfyUI_DiT" - ], - "pip": ["huggingface-hub"], - "install_type": "git-clone", - "description": "Testbed for DiT(Scalable Diffusion Models with Transformers).
None of this code is stable, expect breaking changes if for some reason you want to use this.
" - }, - { - "author": "braintacles", - "title": "braintacles-nodes", - "reference": "https://github.com/braintacles/braintacles-comfyui-nodes", - "files": [ - "https://github.com/braintacles/braintacles-comfyui-nodes" - ], - "install_type": "git-clone", - "description": "Nodes: CLIPTextEncodeSDXL-Multi-IO, CLIPTextEncodeSDXL-Pipe, Empty Latent Image from Aspect-Ratio, Random Find and Replace." - }, - { - "author": "mav-rik", - "title": "Facerestore CF (Code Former)", - "reference": "https://github.com/mav-rik/facerestore_cf", - "files": [ - "https://github.com/mav-rik/facerestore_cf" - ], - "install_type": "git-clone", - "description": "This is a copy of facerestore custom node with a bit of a change to support CodeFormer Fidelity parameter. These ComfyUI nodes can be used to restore faces in images similar to the face restore option in AUTOMATIC1111 webui.