mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
800a0d0449
commit
119c107834
@ -6777,6 +6777,14 @@
|
||||
"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": [
|
||||
[
|
||||
"PixelArtDownscaleNode",
|
||||
@ -10912,6 +10920,15 @@
|
||||
"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": [
|
||||
[
|
||||
"GLM-4 Inferencing",
|
||||
@ -14958,6 +14975,7 @@
|
||||
"Random Entry",
|
||||
"Randomize List",
|
||||
"Replace List",
|
||||
"Select Bounding Box",
|
||||
"Sort List",
|
||||
"Timestamp"
|
||||
],
|
||||
@ -23311,6 +23329,14 @@
|
||||
"title_aux": "ComfyUI-MaskBatchPermutations"
|
||||
}
|
||||
],
|
||||
"https://github.com/cyan9977/ComfyUI_PromptQueue": [
|
||||
[
|
||||
"PromptQueue"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PromptQueue"
|
||||
}
|
||||
],
|
||||
"https://github.com/cyberhirsch/seb_nodes": [
|
||||
[
|
||||
"AspectRatioSeb",
|
||||
@ -38062,7 +38088,8 @@
|
||||
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [
|
||||
[
|
||||
"VTONAPINode",
|
||||
"VTONAPIPaidNode"
|
||||
"VTONAPIPaidNode",
|
||||
"VTONLookbookNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_sm4ll-Wrapper"
|
||||
@ -38343,6 +38370,7 @@
|
||||
],
|
||||
"https://github.com/ru4ls/ComfyUI_Wan": [
|
||||
[
|
||||
"WanI2IGenerator",
|
||||
"WanI2VEffectGenerator",
|
||||
"WanI2VGenerator",
|
||||
"WanII2VGenerator",
|
||||
@ -42255,6 +42283,9 @@
|
||||
"FastLaplacianSharpen",
|
||||
"FastSobelSharpen",
|
||||
"FastUnsharpSharpen",
|
||||
"GeminiImageNode",
|
||||
"GeminiInputFiles",
|
||||
"GeminiNode",
|
||||
"VRGDG_CalculateSetsFromAudio",
|
||||
"VRGDG_CombinevideosV2",
|
||||
"VRGDG_ConditionalLoadVideos",
|
||||
|
||||
1592
github-stats.json
1592
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -3134,16 +3134,6 @@
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "comfyui-telegram-send",
|
||||
|
||||
@ -10746,14 +10746,6 @@
|
||||
"title_aux": "ComfyUI-Classifiers"
|
||||
}
|
||||
],
|
||||
"https://github.com/usman2003/ComfyUI-RaceDetect": [
|
||||
[
|
||||
"RaceDetectionNodeV2"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RaceDetect"
|
||||
}
|
||||
],
|
||||
"https://github.com/usrname0/ComfyUI-AllergicPack": [
|
||||
[
|
||||
"FolderFileCounter_Allergic",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI-CSV-Random-Picker [REMOVED]",
|
||||
|
||||
@ -6777,6 +6777,14 @@
|
||||
"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": [
|
||||
[
|
||||
"PixelArtDownscaleNode",
|
||||
@ -10912,6 +10920,15 @@
|
||||
"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": [
|
||||
[
|
||||
"GLM-4 Inferencing",
|
||||
@ -14958,6 +14975,7 @@
|
||||
"Random Entry",
|
||||
"Randomize List",
|
||||
"Replace List",
|
||||
"Select Bounding Box",
|
||||
"Sort List",
|
||||
"Timestamp"
|
||||
],
|
||||
@ -23311,6 +23329,14 @@
|
||||
"title_aux": "ComfyUI-MaskBatchPermutations"
|
||||
}
|
||||
],
|
||||
"https://github.com/cyan9977/ComfyUI_PromptQueue": [
|
||||
[
|
||||
"PromptQueue"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PromptQueue"
|
||||
}
|
||||
],
|
||||
"https://github.com/cyberhirsch/seb_nodes": [
|
||||
[
|
||||
"AspectRatioSeb",
|
||||
@ -38062,7 +38088,8 @@
|
||||
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [
|
||||
[
|
||||
"VTONAPINode",
|
||||
"VTONAPIPaidNode"
|
||||
"VTONAPIPaidNode",
|
||||
"VTONLookbookNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_sm4ll-Wrapper"
|
||||
@ -38343,6 +38370,7 @@
|
||||
],
|
||||
"https://github.com/ru4ls/ComfyUI_Wan": [
|
||||
[
|
||||
"WanI2IGenerator",
|
||||
"WanI2VEffectGenerator",
|
||||
"WanI2VGenerator",
|
||||
"WanII2VGenerator",
|
||||
@ -42255,6 +42283,9 @@
|
||||
"FastLaplacianSharpen",
|
||||
"FastSobelSharpen",
|
||||
"FastUnsharpSharpen",
|
||||
"GeminiImageNode",
|
||||
"GeminiInputFiles",
|
||||
"GeminiNode",
|
||||
"VRGDG_CalculateSetsFromAudio",
|
||||
"VRGDG_CombinevideosV2",
|
||||
"VRGDG_ConditionalLoadVideos",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user