update DB

This commit is contained in:
dr.lt.data 2024-01-26 17:12:05 +09:00
parent 86ecc194ac
commit 9ab66cf1ae
4 changed files with 67 additions and 55 deletions

View File

@ -4382,7 +4382,7 @@
"https://github.com/abyz22/image_control" "https://github.com/abyz22/image_control"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:abyz22_Padding Image, abyz22_ImpactWildcardEncode, abyz22_setimageinfo, abyz22_SaveImage, abyz22_ImpactWildcardEncode_GetPrompt, abyz22_SetQueue, abyz22_drawmask, abyz22_FirstNonNull, abyz22_blendimages, abyz22_blend_onecolor" "description": "Nodes:abyz22_Padding Image, abyz22_ImpactWildcardEncode, abyz22_setimageinfo, abyz22_SaveImage, abyz22_ImpactWildcardEncode_GetPrompt, abyz22_SetQueue, abyz22_drawmask, abyz22_FirstNonNull, abyz22_blendimages, abyz22_blend_onecolor. Please check workflow in [a/https://github.com/abyz22/image_control](https://github.com/abyz22/image_control)"
}, },
{ {
"author": "HAL41", "author": "HAL41",
@ -4604,6 +4604,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Front end ComfyUI nodes for CartoonSegmentation Based upon the work of the CartoonSegmentation repository this project will provide a front end to some of the features." "description": "Front end ComfyUI nodes for CartoonSegmentation Based upon the work of the CartoonSegmentation repository this project will provide a front end to some of the features."
}, },
{
"author": "godspede",
"title": "ComfyUI Substring",
"reference": "https://github.com/godspede/ComfyUI_Substring",
"files": [
"https://github.com/godspede/ComfyUI_Substring"
],
"install_type": "git-clone",
"description": "Just a simple substring node that takes text and length as input, and outputs the first length characters."
},

View File

@ -55,9 +55,13 @@
"DM_DareModelMerger", "DM_DareModelMerger",
"DM_DareModelMergerMBW", "DM_DareModelMergerMBW",
"DM_MagnitudeMasker", "DM_MagnitudeMasker",
"DM_MaskEdit",
"DM_MaskOperations", "DM_MaskOperations",
"DM_MaskReporting",
"DM_MaskedModelMerger", "DM_MaskedModelMerger",
"DM_NormalizeModel" "DM_ModelReporting",
"DM_NormalizeModel",
"DM_SimpleMasker"
], ],
{ {
"title_aux": "ComfyUI-DareMerge" "title_aux": "ComfyUI-DareMerge"
@ -154,6 +158,7 @@
"https://github.com/Acly/comfyui-inpaint-nodes": [ "https://github.com/Acly/comfyui-inpaint-nodes": [
[ [
"INPAINT_ApplyFooocusInpaint", "INPAINT_ApplyFooocusInpaint",
"INPAINT_FillInpaintArea",
"INPAINT_LoadFooocusInpaint" "INPAINT_LoadFooocusInpaint"
], ],
{ {
@ -716,6 +721,7 @@
"DWPreprocessor", "DWPreprocessor",
"DensePosePreprocessor", "DensePosePreprocessor",
"DepthAnythingPreprocessor", "DepthAnythingPreprocessor",
"DiffusionEdge_Preprocessor",
"FacialPartColoringFromPoseKps", "FacialPartColoringFromPoseKps",
"FakeScribblePreprocessor", "FakeScribblePreprocessor",
"HEDPreprocessor", "HEDPreprocessor",
@ -952,7 +958,9 @@
"PromptLimit", "PromptLimit",
"PromptMix", "PromptMix",
"PromptRandomWeight", "PromptRandomWeight",
"PromptRemove",
"Ranbooru", "Ranbooru",
"RanbooruURL",
"RandomPicturePath" "RandomPicturePath"
], ],
{ {
@ -3667,6 +3675,8 @@
], ],
"https://github.com/chaojie/ComfyUI-DragNUWA": [ "https://github.com/chaojie/ComfyUI-DragNUWA": [
[ [
"BrushMotion",
"CompositeMotionBrush",
"DragNUWA Run", "DragNUWA Run",
"DragNUWA Run MotionBrush", "DragNUWA Run MotionBrush",
"Get First Image", "Get First Image",
@ -4265,6 +4275,7 @@
"https://github.com/darkpixel/darkprompts": [ "https://github.com/darkpixel/darkprompts": [
[ [
"DarkCombine", "DarkCombine",
"DarkLoRALoader",
"DarkPrompt" "DarkPrompt"
], ],
{ {
@ -4776,6 +4787,14 @@
"title_aux": "Load Image From Base64 URI" "title_aux": "Load Image From Base64 URI"
} }
], ],
"https://github.com/godspede/ComfyUI_Substring": [
[
"SubstringTheory"
],
{
"title_aux": "ComfyUI Substring"
}
],
"https://github.com/guoyk93/yk-node-suite-comfyui": [ "https://github.com/guoyk93/yk-node-suite-comfyui": [
[ [
"YKImagePadForOutpaint", "YKImagePadForOutpaint",
@ -6351,6 +6370,7 @@
"RandomPrompt", "RandomPrompt",
"ResizeImageMixlab", "ResizeImageMixlab",
"SamplerNames_", "SamplerNames_",
"SaveImageToLocal",
"ScreenShare", "ScreenShare",
"Seed_", "Seed_",
"ShowLayer", "ShowLayer",
@ -7136,6 +7156,7 @@
"EZLoadImgBatchFromUrlsNode", "EZLoadImgBatchFromUrlsNode",
"EZLoadImgFromUrlNode", "EZLoadImgFromUrlNode",
"EZRemoveImgBackground", "EZRemoveImgBackground",
"EZS3Uploader",
"EZVideoCombiner" "EZVideoCombiner"
], ],
{ {

View File

@ -10,6 +10,16 @@
}, },
{
"author": "godspede",
"title": "ComfyUI Substring",
"reference": "https://github.com/godspede/ComfyUI_Substring",
"files": [
"https://github.com/godspede/ComfyUI_Substring"
],
"install_type": "git-clone",
"description": "Just a simple substring node that takes text and length as input, and outputs the first length characters."
},
{ {
"author": "Nlar", "author": "Nlar",
"title": "ComfyUI_CartoonSegmentation", "title": "ComfyUI_CartoonSegmentation",
@ -378,7 +388,7 @@
"https://github.com/abyz22/image_control" "https://github.com/abyz22/image_control"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:abyz22_Padding Image, abyz22_ImpactWildcardEncode, abyz22_setimageinfo, abyz22_SaveImage, abyz22_ImpactWildcardEncode_GetPrompt, abyz22_SetQueue, abyz22_drawmask, abyz22_FirstNonNull, abyz22_blendimages, abyz22_blend_onecolor" "description": "Nodes:abyz22_Padding Image, abyz22_ImpactWildcardEncode, abyz22_setimageinfo, abyz22_SaveImage, abyz22_ImpactWildcardEncode_GetPrompt, abyz22_SetQueue, abyz22_drawmask, abyz22_FirstNonNull, abyz22_blendimages, abyz22_blend_onecolor. Please check workflow in [a/https://github.com/abyz22/image_control](https://github.com/abyz22/image_control)"
}, },
{ {
"author": "foxtrot-roger", "author": "foxtrot-roger",
@ -681,56 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Aspect ratio selector for ComfyUI based on [a/sd-webui-ar](https://github.com/alemelis/sd-webui-ar?tab=readme-ov-file)." "description": "Aspect ratio selector for ComfyUI based on [a/sd-webui-ar](https://github.com/alemelis/sd-webui-ar?tab=readme-ov-file)."
},
{
"author": "Crystian",
"title": "Crystools-save",
"reference": "https://github.com/crystian/ComfyUI-Crystools-save",
"files": [
"https://github.com/crystian/ComfyUI-Crystools-save"
],
"install_type": "git-clone",
"description": "With this quality of life extension, you can save your workflow with a specific name and include additional details such as the author, a description, and the version (in metadata/json). Important: When you share your workflow (via png/json), others will be able to see your information!"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-Q-Align",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align"
],
"install_type": "git-clone",
"description": "Nodes:Q-Align Scoring. Implementation of [a/Q-Align](https://arxiv.org/abs/2312.17090) for ComfyUI"
},
{
"author": "Ryuukeisyou",
"title": "comfyui_image_io_helpers",
"reference": "https://github.com/Ryuukeisyou/comfyui_image_io_helpers",
"files": [
"https://github.com/Ryuukeisyou/comfyui_image_io_helpers"
],
"install_type": "git-clone",
"description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64."
},
{
"author": "Millyarde",
"title": "Pomfy - Photoshop and ComfyUI 2-way sync",
"reference": "https://github.com/Millyarde/Pomfy",
"files": [
"https://github.com/Millyarde/Pomfy"
],
"install_type": "git-clone",
"description": "Photoshop custom nodes inside of ComfyUi, send and get data via Photoshop UXP plugin for cross platform support"
},
{
"author": "ntc-ai",
"title": "ComfyUI - Apply LoRA Stacker with DARE",
"reference": "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge",
"files": [
"https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge"
],
"install_type": "git-clone",
"description": "An experiment about combining multiple LoRAs with [a/DARE](https://arxiv.org/pdf/2311.03099.pdf)"
} }
] ]
} }

View File

@ -55,9 +55,13 @@
"DM_DareModelMerger", "DM_DareModelMerger",
"DM_DareModelMergerMBW", "DM_DareModelMergerMBW",
"DM_MagnitudeMasker", "DM_MagnitudeMasker",
"DM_MaskEdit",
"DM_MaskOperations", "DM_MaskOperations",
"DM_MaskReporting",
"DM_MaskedModelMerger", "DM_MaskedModelMerger",
"DM_NormalizeModel" "DM_ModelReporting",
"DM_NormalizeModel",
"DM_SimpleMasker"
], ],
{ {
"title_aux": "ComfyUI-DareMerge" "title_aux": "ComfyUI-DareMerge"
@ -154,6 +158,7 @@
"https://github.com/Acly/comfyui-inpaint-nodes": [ "https://github.com/Acly/comfyui-inpaint-nodes": [
[ [
"INPAINT_ApplyFooocusInpaint", "INPAINT_ApplyFooocusInpaint",
"INPAINT_FillInpaintArea",
"INPAINT_LoadFooocusInpaint" "INPAINT_LoadFooocusInpaint"
], ],
{ {
@ -716,6 +721,7 @@
"DWPreprocessor", "DWPreprocessor",
"DensePosePreprocessor", "DensePosePreprocessor",
"DepthAnythingPreprocessor", "DepthAnythingPreprocessor",
"DiffusionEdge_Preprocessor",
"FacialPartColoringFromPoseKps", "FacialPartColoringFromPoseKps",
"FakeScribblePreprocessor", "FakeScribblePreprocessor",
"HEDPreprocessor", "HEDPreprocessor",
@ -952,7 +958,9 @@
"PromptLimit", "PromptLimit",
"PromptMix", "PromptMix",
"PromptRandomWeight", "PromptRandomWeight",
"PromptRemove",
"Ranbooru", "Ranbooru",
"RanbooruURL",
"RandomPicturePath" "RandomPicturePath"
], ],
{ {
@ -3667,6 +3675,8 @@
], ],
"https://github.com/chaojie/ComfyUI-DragNUWA": [ "https://github.com/chaojie/ComfyUI-DragNUWA": [
[ [
"BrushMotion",
"CompositeMotionBrush",
"DragNUWA Run", "DragNUWA Run",
"DragNUWA Run MotionBrush", "DragNUWA Run MotionBrush",
"Get First Image", "Get First Image",
@ -4265,6 +4275,7 @@
"https://github.com/darkpixel/darkprompts": [ "https://github.com/darkpixel/darkprompts": [
[ [
"DarkCombine", "DarkCombine",
"DarkLoRALoader",
"DarkPrompt" "DarkPrompt"
], ],
{ {
@ -4776,6 +4787,14 @@
"title_aux": "Load Image From Base64 URI" "title_aux": "Load Image From Base64 URI"
} }
], ],
"https://github.com/godspede/ComfyUI_Substring": [
[
"SubstringTheory"
],
{
"title_aux": "ComfyUI Substring"
}
],
"https://github.com/guoyk93/yk-node-suite-comfyui": [ "https://github.com/guoyk93/yk-node-suite-comfyui": [
[ [
"YKImagePadForOutpaint", "YKImagePadForOutpaint",
@ -6351,6 +6370,7 @@
"RandomPrompt", "RandomPrompt",
"ResizeImageMixlab", "ResizeImageMixlab",
"SamplerNames_", "SamplerNames_",
"SaveImageToLocal",
"ScreenShare", "ScreenShare",
"Seed_", "Seed_",
"ShowLayer", "ShowLayer",
@ -7136,6 +7156,7 @@
"EZLoadImgBatchFromUrlsNode", "EZLoadImgBatchFromUrlsNode",
"EZLoadImgFromUrlNode", "EZLoadImgFromUrlNode",
"EZRemoveImgBackground", "EZRemoveImgBackground",
"EZS3Uploader",
"EZVideoCombiner" "EZVideoCombiner"
], ],
{ {