update DB

This commit is contained in:
Dr.Lt.Data 2024-07-20 18:19:18 +09:00
parent 3976a5dc8c
commit f06afbd423
6 changed files with 968 additions and 908 deletions

View File

@ -4297,7 +4297,7 @@
"https://github.com/wmatson/easy-comfy-nodes" "https://github.com/wmatson/easy-comfy-nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: HTTP POST, Empty Dict, Assoc Str, Assoc Dict, Assoc Img, Load Img From URL (EZ), Load Img Batch From URLs (EZ), Video Combine + upload (EZ), ..." "description": "A collection of utility nodes primarily for interacting with comfy via automated systems"
}, },
{ {
"author": "DrJKL", "author": "DrJKL",
@ -11754,6 +11754,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Just a simple node to filter out NSFW outputs. This node utilizes [a/AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) to score the outputs. I chose this model because it's small, fast, and performed very well in my testing. Nudity tends to be scored in the 0.95+ range, but I've set the default to 0.8 as a safe baseline." "description": "Just a simple node to filter out NSFW outputs. This node utilizes [a/AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) to score the outputs. I chose this model because it's small, fast, and performed very well in my testing. Nudity tends to be scored in the 0.95+ range, but I've set the default to 0.8 as a safe baseline."
}, },
{
"author": "WX-NPS1598",
"title": "Auto Crop By NPS",
"id": "autocrop-nps",
"reference": "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS",
"files": [
"https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS"
],
"install_type": "git-clone",
"description": "A very useful automatic cropping tool! It can realize cropping, expansion and rotation functions in the form of a slider. "
},

View File

@ -5686,6 +5686,14 @@
"title_aux": "WAS Node Suite" "title_aux": "WAS Node Suite"
} }
], ],
"https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": [
[
"AutoCropByNPS"
],
{
"title_aux": "Auto Crop By NPS"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [ "https://github.com/WebDev9000/WebDev9000-Nodes": [
[ [
"IgnoreBraces", "IgnoreBraces",
@ -8050,7 +8058,9 @@
[ [
"AudioCombine", "AudioCombine",
"AudioCrop", "AudioCrop",
"AudioGetTempo",
"AudioSeparation", "AudioSeparation",
"AudioSpeedShift",
"AudioTempoMatch", "AudioTempoMatch",
"AudioVideoCombine" "AudioVideoCombine"
], ],
@ -8211,6 +8221,7 @@
"AlignYourStepsScheduler", "AlignYourStepsScheduler",
"BasicGuider", "BasicGuider",
"BasicScheduler", "BasicScheduler",
"BetaSamplingScheduler",
"CFGGuider", "CFGGuider",
"CLIPAttentionMultiply", "CLIPAttentionMultiply",
"CLIPLoader", "CLIPLoader",
@ -9232,6 +9243,7 @@
"Animation_RGB_Mask", "Animation_RGB_Mask",
"CLIP_Interrogator", "CLIP_Interrogator",
"ConvertToGrayscale", "ConvertToGrayscale",
"DepthSlicer",
"Eden_Bool", "Eden_Bool",
"Eden_Compare", "Eden_Compare",
"Eden_DebugPrint", "Eden_DebugPrint",
@ -9258,6 +9270,7 @@
"Load_Embeddings_From_Folder", "Load_Embeddings_From_Folder",
"MaskFromRGB", "MaskFromRGB",
"MaskFromRGB_KMeans", "MaskFromRGB_KMeans",
"ParallaxZoom",
"Random_Style_Mixture", "Random_Style_Mixture",
"SaveImageAdvanced", "SaveImageAdvanced",
"SavePosEmbeds", "SavePosEmbeds",
@ -9447,6 +9460,7 @@
"FL_BulletHellGame", "FL_BulletHellGame",
"FL_CodeNode", "FL_CodeNode",
"FL_DirectoryCrawl", "FL_DirectoryCrawl",
"FL_Dither",
"FL_Glitch", "FL_Glitch",
"FL_HalftonePattern", "FL_HalftonePattern",
"FL_HexagonalPattern", "FL_HexagonalPattern",
@ -11599,8 +11613,11 @@
[ [
"DownloadAndLoadCLIPModel", "DownloadAndLoadCLIPModel",
"DownloadAndLoadCLIPVisionModel", "DownloadAndLoadCLIPVisionModel",
"DownloadAndLoadDynamiCrafterCNModel",
"DownloadAndLoadDynamiCrafterModel", "DownloadAndLoadDynamiCrafterModel",
"DynamiCrafterBatchInterpolation", "DynamiCrafterBatchInterpolation",
"DynamiCrafterCNLoader",
"DynamiCrafterControlnetApply",
"DynamiCrafterI2V", "DynamiCrafterI2V",
"DynamiCrafterLoadInitNoise", "DynamiCrafterLoadInitNoise",
"DynamiCrafterModelLoader", "DynamiCrafterModelLoader",

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,17 @@
{
"author": "WX-NPS1598",
"title": "Auto Crop By NPS",
"id": "autocrop-nps",
"reference": "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS",
"files": [
"https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS"
],
"install_type": "git-clone",
"description": "A very useful automatic cropping tool! It can realize cropping, expansion and rotation functions in the form of a slider. "
},
{ {
"author": "BetaDoggo", "author": "BetaDoggo",
"title": "ComfyUI YetAnotherSafetyChecker", "title": "ComfyUI YetAnotherSafetyChecker",
@ -682,17 +693,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Generate random prompts easily." "description": "Generate random prompts easily."
},
{
"author": "kijai",
"title": "ComfyUI-MimicMotionWrapper",
"id": "mimicmotion-kijai",
"reference": "https://github.com/kijai/ComfyUI-MimicMotionWrapper",
"files": [
"https://github.com/kijai/ComfyUI-MimicMotionWrapper"
],
"install_type": "git-clone",
"description": "Optimized wrapper nodes for MimicMotion: [a/https://github.com/tencent/MimicMotion](https://github.com/tencent/MimicMotion)"
} }
] ]
} }

View File

@ -5686,6 +5686,14 @@
"title_aux": "WAS Node Suite" "title_aux": "WAS Node Suite"
} }
], ],
"https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": [
[
"AutoCropByNPS"
],
{
"title_aux": "Auto Crop By NPS"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [ "https://github.com/WebDev9000/WebDev9000-Nodes": [
[ [
"IgnoreBraces", "IgnoreBraces",
@ -8050,7 +8058,9 @@
[ [
"AudioCombine", "AudioCombine",
"AudioCrop", "AudioCrop",
"AudioGetTempo",
"AudioSeparation", "AudioSeparation",
"AudioSpeedShift",
"AudioTempoMatch", "AudioTempoMatch",
"AudioVideoCombine" "AudioVideoCombine"
], ],
@ -8211,6 +8221,7 @@
"AlignYourStepsScheduler", "AlignYourStepsScheduler",
"BasicGuider", "BasicGuider",
"BasicScheduler", "BasicScheduler",
"BetaSamplingScheduler",
"CFGGuider", "CFGGuider",
"CLIPAttentionMultiply", "CLIPAttentionMultiply",
"CLIPLoader", "CLIPLoader",
@ -9232,6 +9243,7 @@
"Animation_RGB_Mask", "Animation_RGB_Mask",
"CLIP_Interrogator", "CLIP_Interrogator",
"ConvertToGrayscale", "ConvertToGrayscale",
"DepthSlicer",
"Eden_Bool", "Eden_Bool",
"Eden_Compare", "Eden_Compare",
"Eden_DebugPrint", "Eden_DebugPrint",
@ -9258,6 +9270,7 @@
"Load_Embeddings_From_Folder", "Load_Embeddings_From_Folder",
"MaskFromRGB", "MaskFromRGB",
"MaskFromRGB_KMeans", "MaskFromRGB_KMeans",
"ParallaxZoom",
"Random_Style_Mixture", "Random_Style_Mixture",
"SaveImageAdvanced", "SaveImageAdvanced",
"SavePosEmbeds", "SavePosEmbeds",
@ -9447,6 +9460,7 @@
"FL_BulletHellGame", "FL_BulletHellGame",
"FL_CodeNode", "FL_CodeNode",
"FL_DirectoryCrawl", "FL_DirectoryCrawl",
"FL_Dither",
"FL_Glitch", "FL_Glitch",
"FL_HalftonePattern", "FL_HalftonePattern",
"FL_HexagonalPattern", "FL_HexagonalPattern",
@ -11599,8 +11613,11 @@
[ [
"DownloadAndLoadCLIPModel", "DownloadAndLoadCLIPModel",
"DownloadAndLoadCLIPVisionModel", "DownloadAndLoadCLIPVisionModel",
"DownloadAndLoadDynamiCrafterCNModel",
"DownloadAndLoadDynamiCrafterModel", "DownloadAndLoadDynamiCrafterModel",
"DynamiCrafterBatchInterpolation", "DynamiCrafterBatchInterpolation",
"DynamiCrafterCNLoader",
"DynamiCrafterControlnetApply",
"DynamiCrafterI2V", "DynamiCrafterI2V",
"DynamiCrafterLoadInitNoise", "DynamiCrafterLoadInitNoise",
"DynamiCrafterModelLoader", "DynamiCrafterModelLoader",

View File

@ -239,6 +239,16 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Learning how to make my own comfy ui custom nodes" "description": "Learning how to make my own comfy ui custom nodes"
},
{
"author": "mira-6",
"title": "mira-wildcard-node",
"reference": "https://github.com/mira-6/mira-wildcard-node",
"files": [
"https://github.com/mira-6/mira-wildcard-node"
],
"install_type": "git-clone",
"description": "Mira's Simple Wildcard Node"
} }
] ]
} }