Skip to content

Commit

Permalink
update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Sep 18, 2024
1 parent 79b4136 commit 0e4b47c
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 13 deletions.
10 changes: 10 additions & 0 deletions custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
},



Expand Down
10 changes: 9 additions & 1 deletion extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@
],
"https://github.com/AIFSH/SeedVC-ComfyUI": [
[
"SeedVC4SingNode",
"SeedVCNode"
],
{
Expand Down Expand Up @@ -662,6 +663,7 @@
],
"https://github.com/AIFSH/VocalSeparation-ComfyUI": [
[
"CombineAudioNode",
"VocalSeparationNode"
],
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -5472,7 +5476,7 @@
],
"https://github.com/ShmuelRonen/ComfyUI_wav2lip": [
[
"AudioPath",
"LoadAudio",
"Wav2Lip"
],
{
Expand Down Expand Up @@ -11121,6 +11125,7 @@
"Eden_IMG_unpadder",
"Eden_Int",
"Eden_MaskBoundingBox",
"Eden_Seed",
"Eden_String",
"Eden_gpt4_node",
"FolderScanner",
Expand Down Expand Up @@ -12565,6 +12570,7 @@
"replace_string",
"save_ebd_database",
"save_openai_ebd",
"selenium_tool",
"show_text_party",
"sql_tool",
"start_anything",
Expand Down Expand Up @@ -14029,6 +14035,8 @@
"CogVideoImageEncode",
"CogVideoSampler",
"CogVideoTextEncode",
"CogVideoXFunSampler",
"CogVideoXFunVid2VidSampler",
"DownloadAndLoadCogVideoModel"
],
{
Expand Down
5 changes: 5 additions & 0 deletions github-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
21 changes: 10 additions & 11 deletions node_db/new/custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]
}
10 changes: 9 additions & 1 deletion node_db/new/extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@
],
"https://github.com/AIFSH/SeedVC-ComfyUI": [
[
"SeedVC4SingNode",
"SeedVCNode"
],
{
Expand Down Expand Up @@ -662,6 +663,7 @@
],
"https://github.com/AIFSH/VocalSeparation-ComfyUI": [
[
"CombineAudioNode",
"VocalSeparationNode"
],
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -5472,7 +5476,7 @@
],
"https://github.com/ShmuelRonen/ComfyUI_wav2lip": [
[
"AudioPath",
"LoadAudio",
"Wav2Lip"
],
{
Expand Down Expand Up @@ -11121,6 +11125,7 @@
"Eden_IMG_unpadder",
"Eden_Int",
"Eden_MaskBoundingBox",
"Eden_Seed",
"Eden_String",
"Eden_gpt4_node",
"FolderScanner",
Expand Down Expand Up @@ -12565,6 +12570,7 @@
"replace_string",
"save_ebd_database",
"save_openai_ebd",
"selenium_tool",
"show_text_party",
"sql_tool",
"start_anything",
Expand Down Expand Up @@ -14029,6 +14035,8 @@
"CogVideoImageEncode",
"CogVideoSampler",
"CogVideoTextEncode",
"CogVideoXFunSampler",
"CogVideoXFunVid2VidSampler",
"DownloadAndLoadCogVideoModel"
],
{
Expand Down

0 comments on commit 0e4b47c

Please sign in to comment.