diff --git a/custom-node-list.json b/custom-node-list.json index 6d28148b..e8fffbea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1661,6 +1661,16 @@ "install_type": "git-clone", "description": "Manage models: browsing, donwload and delete." }, + { + "author": "Tropfchen", + "title": "Embedding Picker", + "reference": "https://github.com/Tropfchen/ComfyUI-Embedding_Picker", + "files": [ + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker" + ], + "install_type": "git-clone", + "description": "Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed?" + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index f6e69da5..01eee81d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -426,23 +426,26 @@ ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ - "Filename Get Date Time String (JPS)", - "Math Largest Int (JPS)", - "Math Multiply Float Float (JPS)", - "Math Multiply Int Float (JPS)", - "Math Multiply Int Int (JPS)", - "Math Resolution Multiply (JPS)", - "Math Substract Int Int (JPS)", - "Menu Disable Enable Switch (JPS)", - "Menu Enable Disable Switch (JPS)", - "Menu Sampler Scheduler (JPS)", + "Disable Enable Switch (JPS)", + "Enable Disable Switch (JPS)", + "Generation Mode (JPS)", + "Generation Mode TXT IMG (JPS)", + "Get Date Time String (JPS)", + "Get Image Size (JPS)", + "IP Adapter Mode (JPS)", + "Largest Int (JPS)", + "Lora Loader (JPS)", + "Multiply Float Float (JPS)", + "Multiply Int Float (JPS)", + "Multiply Int Int (JPS)", + "Resolution Multiply (JPS)", + "Revision Mode (JPS)", "SDXL Basic Settings (JPS)", "SDXL Recommended Resolution Calc (JPS)", "SDXL Resolutions (JPS)", - "Switch Generation Mode (JPS)", - "Switch Generation Mode 4in1 (JPS)", - "Switch IP Adapter Mode (JPS)", - "Switch Revision Mode (JPS)" + "Sampler Scheduler (JPS)", + "Substract Int Int (JPS)", + "Text Concatenate (JPS)" ], { "title_aux": "JPS Custom Nodes for ComfyUI" @@ -2431,12 +2434,14 @@ [ "CheckpointLoader|pysssss", "ConstrainImage|pysssss", + "LoadText|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", "MultiPrimitive|pysssss", "PlaySound|pysssss", "Repeater|pysssss", "ReroutePrimitive|pysssss", + "SaveText|pysssss", "ShowText|pysssss", "StringFunction|pysssss" ], diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 2d2fb8d6..8fe6f33e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Tropfchen", + "title": "Embedding Picker", + "reference": "https://github.com/Tropfchen/ComfyUI-Embedding_Picker", + "files": [ + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker" + ], + "install_type": "git-clone", + "description": "Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed?" + }, { "author": "Kosinkadink", "title": "AnimateDiff (Kosinkadink version)", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f6e69da5..01eee81d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -426,23 +426,26 @@ ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ - "Filename Get Date Time String (JPS)", - "Math Largest Int (JPS)", - "Math Multiply Float Float (JPS)", - "Math Multiply Int Float (JPS)", - "Math Multiply Int Int (JPS)", - "Math Resolution Multiply (JPS)", - "Math Substract Int Int (JPS)", - "Menu Disable Enable Switch (JPS)", - "Menu Enable Disable Switch (JPS)", - "Menu Sampler Scheduler (JPS)", + "Disable Enable Switch (JPS)", + "Enable Disable Switch (JPS)", + "Generation Mode (JPS)", + "Generation Mode TXT IMG (JPS)", + "Get Date Time String (JPS)", + "Get Image Size (JPS)", + "IP Adapter Mode (JPS)", + "Largest Int (JPS)", + "Lora Loader (JPS)", + "Multiply Float Float (JPS)", + "Multiply Int Float (JPS)", + "Multiply Int Int (JPS)", + "Resolution Multiply (JPS)", + "Revision Mode (JPS)", "SDXL Basic Settings (JPS)", "SDXL Recommended Resolution Calc (JPS)", "SDXL Resolutions (JPS)", - "Switch Generation Mode (JPS)", - "Switch Generation Mode 4in1 (JPS)", - "Switch IP Adapter Mode (JPS)", - "Switch Revision Mode (JPS)" + "Sampler Scheduler (JPS)", + "Substract Int Int (JPS)", + "Text Concatenate (JPS)" ], { "title_aux": "JPS Custom Nodes for ComfyUI" @@ -2431,12 +2434,14 @@ [ "CheckpointLoader|pysssss", "ConstrainImage|pysssss", + "LoadText|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", "MultiPrimitive|pysssss", "PlaySound|pysssss", "Repeater|pysssss", "ReroutePrimitive|pysssss", + "SaveText|pysssss", "ShowText|pysssss", "StringFunction|pysssss" ],