diff --git a/custom-node-list.json b/custom-node-list.json index 6043e045..b55fd9b0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14559,6 +14559,16 @@ "install_type": "git-clone", "description": "This custom node allow upscaling an image by a factor using a model." }, + { + "author": "Kinglord", + "title": "ComfyUI_Slider_Sidebar", + "reference": "https://github.com/Kinglord/ComfyUI_Slider_Sidebar", + "files": [ + "https://github.com/Kinglord/ComfyUI_Slider_Sidebar" + ], + "install_type": "git-clone", + "description": "A custom node that adds a UI element to the sidebar allowing easy access, navigation, and use of a massive collection (100+) of LECO (Slider) LoRAs. LECOs are an amazing tool to generate variance in your output with a minimal impact to consistency, i.e. deviating form your prompt. They can also allow you access to control parts of your image without taking up CLIP space, saving your token weights for more valuable keywords. If you haven't used them, there's never been a better time to try!" + }, diff --git a/extension-node-map.json b/extension-node-map.json index c60b21e9..4e535bd4 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -626,6 +626,7 @@ ], "https://github.com/AIFSH/SeedVC-ComfyUI": [ [ + "SeedVC4SingNode", "SeedVCNode" ], { @@ -662,6 +663,7 @@ ], "https://github.com/AIFSH/VocalSeparation-ComfyUI": [ [ + "CombineAudioNode", "VocalSeparationNode" ], { @@ -972,8 +974,10 @@ "GLSL COLOR PALETTE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL CONICAL GRADIENT (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL DIRECTIONAL WARP (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL FILTER RANGE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL HSV ADJUST (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL INVERT (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL POSTERIZE (JOV) \ud83e\uddd9\ud83c\udffd", @@ -5472,7 +5476,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ [ - "AudioPath", + "LoadAudio", "Wav2Lip" ], { @@ -11121,6 +11125,7 @@ "Eden_IMG_unpadder", "Eden_Int", "Eden_MaskBoundingBox", + "Eden_Seed", "Eden_String", "Eden_gpt4_node", "FolderScanner", @@ -12565,6 +12570,7 @@ "replace_string", "save_ebd_database", "save_openai_ebd", + "selenium_tool", "show_text_party", "sql_tool", "start_anything", @@ -14029,6 +14035,8 @@ "CogVideoImageEncode", "CogVideoSampler", "CogVideoTextEncode", + "CogVideoXFunSampler", + "CogVideoXFunVid2VidSampler", "DownloadAndLoadCogVideoModel" ], { diff --git a/github-stats.json b/github-stats.json index b93a5374..08e0d9fc 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1199,6 +1199,11 @@ "last_update": "2024-09-09 15:52:44", "author_account_age_days": 4976 }, + "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { + "stars": 2, + "last_update": "2024-09-18 16:41:42", + "author_account_age_days": 4976 + }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 152, "last_update": "2024-09-01 03:57:22", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4752e6f6..ac61afc9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ + { + "author": "Kinglord", + "title": "ComfyUI_Slider_Sidebar", + "reference": "https://github.com/Kinglord/ComfyUI_Slider_Sidebar", + "files": [ + "https://github.com/Kinglord/ComfyUI_Slider_Sidebar" + ], + "install_type": "git-clone", + "description": "A custom node that adds a UI element to the sidebar allowing easy access, navigation, and use of a massive collection (100+) of LECO (Slider) LoRAs. LECOs are an amazing tool to generate variance in your output with a minimal impact to consistency, i.e. deviating form your prompt. They can also allow you access to control parts of your image without taking up CLIP space, saving your token weights for more valuable keywords. If you haven't used them, there's never been a better time to try!" + }, { "author": "amorano", "title": "Cozy Link Toggle", @@ -685,17 +695,6 @@ ], "install_type": "git-clone", "description": "Nodes:KolorsAwesomePrompts" - }, - { - "author": "florestefano1975", - "title": "Advanced Sequence Seed Generator", - "id": "adv-seq-seed-gen", - "reference": "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed", - "files": [ - "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed" - ], - "install_type": "git-clone", - "description": "A simple seed generator based on special number sequences: Fibonacci, Prime, Padovan, Triangular, Catalan, Pell, Lucas" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c60b21e9..4e535bd4 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -626,6 +626,7 @@ ], "https://github.com/AIFSH/SeedVC-ComfyUI": [ [ + "SeedVC4SingNode", "SeedVCNode" ], { @@ -662,6 +663,7 @@ ], "https://github.com/AIFSH/VocalSeparation-ComfyUI": [ [ + "CombineAudioNode", "VocalSeparationNode" ], { @@ -972,8 +974,10 @@ "GLSL COLOR PALETTE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL CONICAL GRADIENT (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL DIRECTIONAL WARP (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL FILTER RANGE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL HSV ADJUST (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL INVERT (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL POSTERIZE (JOV) \ud83e\uddd9\ud83c\udffd", @@ -5472,7 +5476,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ [ - "AudioPath", + "LoadAudio", "Wav2Lip" ], { @@ -11121,6 +11125,7 @@ "Eden_IMG_unpadder", "Eden_Int", "Eden_MaskBoundingBox", + "Eden_Seed", "Eden_String", "Eden_gpt4_node", "FolderScanner", @@ -12565,6 +12570,7 @@ "replace_string", "save_ebd_database", "save_openai_ebd", + "selenium_tool", "show_text_party", "sql_tool", "start_anything", @@ -14029,6 +14035,8 @@ "CogVideoImageEncode", "CogVideoSampler", "CogVideoTextEncode", + "CogVideoXFunSampler", + "CogVideoXFunVid2VidSampler", "DownloadAndLoadCogVideoModel" ], {