update DB

This commit is contained in:
Dr.Lt.Data 2025-09-26 12:41:49 +09:00
parent 800a0d0449
commit 119c107834
7 changed files with 1775 additions and 1706 deletions

View File

@ -6777,6 +6777,14 @@
"title_aux": "AuraSR-ComfyUI" "title_aux": "AuraSR-ComfyUI"
} }
], ],
"https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [
[
"SILVER_FL_BooruBrowser"
],
{
"title_aux": "ComfyUI-BooruBrowser"
}
],
"https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [ "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [
[ [
"PixelArtDownscaleNode", "PixelArtDownscaleNode",
@ -10912,6 +10920,15 @@
"title_aux": "ComfyUI_CartoonSegmentation" "title_aux": "ComfyUI_CartoonSegmentation"
} }
], ],
"https://github.com/No-22-Github/ComfyUI_RWKV_Studio": [
[
"RWKV_ModelLoader_V7",
"RWKV_Translator_Node"
],
{
"title_aux": "ComfyUI_RWKV_Studio"
}
],
"https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": [ "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": [
[ [
"GLM-4 Inferencing", "GLM-4 Inferencing",
@ -14958,6 +14975,7 @@
"Random Entry", "Random Entry",
"Randomize List", "Randomize List",
"Replace List", "Replace List",
"Select Bounding Box",
"Sort List", "Sort List",
"Timestamp" "Timestamp"
], ],
@ -23311,6 +23329,14 @@
"title_aux": "ComfyUI-MaskBatchPermutations" "title_aux": "ComfyUI-MaskBatchPermutations"
} }
], ],
"https://github.com/cyan9977/ComfyUI_PromptQueue": [
[
"PromptQueue"
],
{
"title_aux": "ComfyUI_PromptQueue"
}
],
"https://github.com/cyberhirsch/seb_nodes": [ "https://github.com/cyberhirsch/seb_nodes": [
[ [
"AspectRatioSeb", "AspectRatioSeb",
@ -38062,7 +38088,8 @@
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [ "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [
[ [
"VTONAPINode", "VTONAPINode",
"VTONAPIPaidNode" "VTONAPIPaidNode",
"VTONLookbookNode"
], ],
{ {
"title_aux": "ComfyUI_sm4ll-Wrapper" "title_aux": "ComfyUI_sm4ll-Wrapper"
@ -38343,6 +38370,7 @@
], ],
"https://github.com/ru4ls/ComfyUI_Wan": [ "https://github.com/ru4ls/ComfyUI_Wan": [
[ [
"WanI2IGenerator",
"WanI2VEffectGenerator", "WanI2VEffectGenerator",
"WanI2VGenerator", "WanI2VGenerator",
"WanII2VGenerator", "WanII2VGenerator",
@ -42255,6 +42283,9 @@
"FastLaplacianSharpen", "FastLaplacianSharpen",
"FastSobelSharpen", "FastSobelSharpen",
"FastUnsharpSharpen", "FastUnsharpSharpen",
"GeminiImageNode",
"GeminiInputFiles",
"GeminiNode",
"VRGDG_CalculateSetsFromAudio", "VRGDG_CalculateSetsFromAudio",
"VRGDG_CombinevideosV2", "VRGDG_CombinevideosV2",
"VRGDG_ConditionalLoadVideos", "VRGDG_ConditionalLoadVideos",

File diff suppressed because it is too large Load Diff

View File

@ -3134,16 +3134,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "The IPAdapter-Flux node may cause some GPU memory to not be properly released during multiple inferences or when alternating between two nodes, eventually leading to a memory overflow. This project addresses and fixes that issue." "description": "The IPAdapter-Flux node may cause some GPU memory to not be properly released during multiple inferences or when alternating between two nodes, eventually leading to a memory overflow. This project addresses and fixes that issue."
}, },
{
"author": "usman2003",
"title": "ComfyUI-RaceDetect",
"reference": "https://github.com/usman2003/ComfyUI-RaceDetect",
"files": [
"https://github.com/usman2003/ComfyUI-RaceDetect"
],
"install_type": "git-clone",
"description": "NODES: Race Detection V2"
},
{ {
"author": "Mervent", "author": "Mervent",
"title": "comfyui-telegram-send", "title": "comfyui-telegram-send",

View File

@ -10746,14 +10746,6 @@
"title_aux": "ComfyUI-Classifiers" "title_aux": "ComfyUI-Classifiers"
} }
], ],
"https://github.com/usman2003/ComfyUI-RaceDetect": [
[
"RaceDetectionNodeV2"
],
{
"title_aux": "ComfyUI-RaceDetect"
}
],
"https://github.com/usrname0/ComfyUI-AllergicPack": [ "https://github.com/usrname0/ComfyUI-AllergicPack": [
[ [
"FolderFileCounter_Allergic", "FolderFileCounter_Allergic",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "usman2003",
"title": "ComfyUI-RaceDetect [REMOVED]",
"reference": "https://github.com/usman2003/ComfyUI-RaceDetect",
"files": [
"https://github.com/usman2003/ComfyUI-RaceDetect"
],
"install_type": "git-clone",
"description": "NODES: Race Detection V2"
},
{ {
"author": "lihaoyun6", "author": "lihaoyun6",
"title": "ComfyUI-CSV-Random-Picker [REMOVED]", "title": "ComfyUI-CSV-Random-Picker [REMOVED]",

View File

@ -6777,6 +6777,14 @@
"title_aux": "AuraSR-ComfyUI" "title_aux": "AuraSR-ComfyUI"
} }
], ],
"https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [
[
"SILVER_FL_BooruBrowser"
],
{
"title_aux": "ComfyUI-BooruBrowser"
}
],
"https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [ "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [
[ [
"PixelArtDownscaleNode", "PixelArtDownscaleNode",
@ -10912,6 +10920,15 @@
"title_aux": "ComfyUI_CartoonSegmentation" "title_aux": "ComfyUI_CartoonSegmentation"
} }
], ],
"https://github.com/No-22-Github/ComfyUI_RWKV_Studio": [
[
"RWKV_ModelLoader_V7",
"RWKV_Translator_Node"
],
{
"title_aux": "ComfyUI_RWKV_Studio"
}
],
"https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": [ "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": [
[ [
"GLM-4 Inferencing", "GLM-4 Inferencing",
@ -14958,6 +14975,7 @@
"Random Entry", "Random Entry",
"Randomize List", "Randomize List",
"Replace List", "Replace List",
"Select Bounding Box",
"Sort List", "Sort List",
"Timestamp" "Timestamp"
], ],
@ -23311,6 +23329,14 @@
"title_aux": "ComfyUI-MaskBatchPermutations" "title_aux": "ComfyUI-MaskBatchPermutations"
} }
], ],
"https://github.com/cyan9977/ComfyUI_PromptQueue": [
[
"PromptQueue"
],
{
"title_aux": "ComfyUI_PromptQueue"
}
],
"https://github.com/cyberhirsch/seb_nodes": [ "https://github.com/cyberhirsch/seb_nodes": [
[ [
"AspectRatioSeb", "AspectRatioSeb",
@ -38062,7 +38088,8 @@
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [ "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [
[ [
"VTONAPINode", "VTONAPINode",
"VTONAPIPaidNode" "VTONAPIPaidNode",
"VTONLookbookNode"
], ],
{ {
"title_aux": "ComfyUI_sm4ll-Wrapper" "title_aux": "ComfyUI_sm4ll-Wrapper"
@ -38343,6 +38370,7 @@
], ],
"https://github.com/ru4ls/ComfyUI_Wan": [ "https://github.com/ru4ls/ComfyUI_Wan": [
[ [
"WanI2IGenerator",
"WanI2VEffectGenerator", "WanI2VEffectGenerator",
"WanI2VGenerator", "WanI2VGenerator",
"WanII2VGenerator", "WanII2VGenerator",
@ -42255,6 +42283,9 @@
"FastLaplacianSharpen", "FastLaplacianSharpen",
"FastSobelSharpen", "FastSobelSharpen",
"FastUnsharpSharpen", "FastUnsharpSharpen",
"GeminiImageNode",
"GeminiInputFiles",
"GeminiNode",
"VRGDG_CalculateSetsFromAudio", "VRGDG_CalculateSetsFromAudio",
"VRGDG_CombinevideosV2", "VRGDG_CombinevideosV2",
"VRGDG_ConditionalLoadVideos", "VRGDG_ConditionalLoadVideos",