update DB

This commit is contained in:
dr.lt.data 2024-01-25 09:36:30 +09:00
parent 4b96bf1e4e
commit 2e0374ff04
6 changed files with 217 additions and 15 deletions

View File

@ -1878,6 +1878,16 @@
"install_type": "git-clone",
"description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image. Provides nodes geared towards using ComfyUI as a backend for external tools.\nNOTE: This extension is necessary when using an external tool like [comfyui-capture-inference](https://github.com/minux302/comfyui-capture-inference)."
},
{
"author": "Acly",
"title": "ComfyUI Inpaint Nodes",
"reference": "https://github.com/Acly/comfyui-inpaint-nodes",
"files": [
"https://github.com/Acly/comfyui-inpaint-nodes"
],
"install_type": "git-clone",
"description": "Experimental nodes for better inpainting with ComfyUI. Adds two nodes which allow using [a/Fooocus](https://github.com/Acly/comfyui-inpaint-nodes) inpaint model. It's a small and flexible patch which can be applied to any SDXL checkpoint and will transform it into an inpaint model. This model can then be used like other inpaint models, and provides the same benefits. [a/Read more](https://github.com/lllyasviel/Fooocus/discussions/414)"
},
{
"author": "picturesonpictures",
"title": "comfy_PoP",
@ -3030,6 +3040,16 @@
"install_type": "git-clone",
"description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI PhotoMaker (ZHO)",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUI"
},
{
"author": "kenjiqq",
"title": "qq-nodes-comfyui",
@ -4555,14 +4575,14 @@
"description": "Use ngrok to allow external access to ComfyUI.\nNOTE: Need to manually modify a token inside the __init__.py file."
},
{
"author": "abdozmantar",
"author": "Abdullah Ozmantar",
"title": "InstaSwap Face Swap Node for ComfyUI",
"reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap",
"files": [
"https://github.com/abdozmantar/ComfyUI-InstaSwap"
],
"install_type": "git-clone",
"description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects."
"description": "A quick and easy ComfyUI custom nodes for ultra-quality, lightning-speed face swapping of humans."
},
{
"author": "FlyingFireCo",
@ -4574,6 +4594,17 @@
"install_type": "git-clone",
"description": "Nodes:Tiled KSampler, Asymmetric Tiled KSampler, Circular VAEDecode."
},
{
"author": "Nlar",
"title": "ComfyUI_CartoonSegmentation",
"reference": "https://github.com/Nlar/ComfyUI_CartoonSegmentation",
"files": [
"https://github.com/Nlar/ComfyUI_CartoonSegmentation"
],
"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."
},

View File

@ -150,6 +150,15 @@
"title_aux": "ComfyUI_BadgerTools"
}
],
"https://github.com/Acly/comfyui-inpaint-nodes": [
[
"INPAINT_ApplyFooocusInpaint",
"INPAINT_LoadFooocusInpaint"
],
{
"title_aux": "ComfyUI Inpaint Nodes"
}
],
"https://github.com/Acly/comfyui-tooling-nodes": [
[
"ETN_ApplyMaskToImage",
@ -734,6 +743,7 @@
"Scribble_XDoG_Preprocessor",
"SemSegPreprocessor",
"ShufflePreprocessor",
"TEEDPreprocessor",
"TilePreprocessor",
"UniFormer-SemSegPreprocessor",
"Unimatch_OptFlowPreprocessor",
@ -1438,6 +1448,21 @@
"title_aux": "ComfyUi-NoodleWebcam"
}
],
"https://github.com/Nlar/ComfyUI_CartoonSegmentation": [
[
"AnimeSegmentation",
"KenBurnsConfigLoader",
"KenBurns_Processor",
"LoadImageFilename"
],
{
"author": "Nels Larsen",
"description": "This extension offers a front end to the Cartoon Segmentation Project (https://github.com/CartoonSegmentation/CartoonSegmentation)",
"nickname": "CfyCS",
"title": "ComfyUI_CartoonSegmentation",
"title_aux": "ComfyUI_CartoonSegmentation"
}
],
"https://github.com/NotHarroweD/Harronode": [
[
"Harronode"
@ -1962,6 +1987,7 @@
"CR Color Gradient",
"CR Color Panel",
"CR Color Tint",
"CR Combine Prompt",
"CR Combine Schedules",
"CR Comic Panel Templates",
"CR Composite Text",
@ -1978,6 +2004,7 @@
"CR Data Bus In",
"CR Data Bus Out",
"CR Debatch Frames",
"CR Diamond Panel",
"CR Draw Perspective Text",
"CR Draw Pie",
"CR Draw Shape",
@ -2811,13 +2838,29 @@
"IDControlNetLoader",
"IDGenerationNode",
"ID_Prompt_Styler",
"InsightFaceLoader",
"InsightFaceLoader_Zho",
"Ipadapter_instantidLoader"
],
{
"title_aux": "ComfyUI-InstantID"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": [
[
"BaseModel_Loader_fromhub",
"BaseModel_Loader_local",
"LoRALoader",
"NEW_PhotoMaker_Generation",
"PhotoMakerAdapter_Loader_fromhub",
"PhotoMakerAdapter_Loader_local",
"PhotoMaker_Generation",
"Prompt_Styler",
"Ref_Image_Preprocessing"
],
{
"title_aux": "ComfyUI PhotoMaker (ZHO)"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [
[
"QAlign_Zho"
@ -3714,6 +3757,8 @@
"LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur",
"LayerMask: MaskBoxDetect",
"LayerMask: MaskEdgeShrink",
"LayerMask: MaskGrow",
"LayerMask: MaskInvert",
"LayerMask: MaskPreview",
"LayerStyle: ColorOverlay",
@ -3724,9 +3769,12 @@
"LayerStyle: OuterGlow",
"LayerStyle: Stroke",
"LayerStyle_Illumine",
"LayerUtility: ColorImage",
"LayerUtility: ColorPicker",
"LayerUtility: ExtendCanvas",
"LayerUtility: GetColorTone",
"LayerUtility: GetImageSize",
"LayerUtility: GradientImage",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageOpacity",
@ -4009,6 +4057,8 @@
"ModelSamplingDiscrete",
"PatchModelAddDownscale",
"PerpNeg",
"PhotoMakerEncode",
"PhotoMakerLoader",
"PolyexponentialScheduler",
"PorterDuffImageComposite",
"PreviewImage",
@ -5200,8 +5250,11 @@
"FlowBuilderSetter",
"FlowBuilderSetter (adv)",
"Getter",
"ImageCropByRatio",
"ImageCropByRatioAndResize",
"ImageGetter",
"ImageMerger",
"ImagesCropByRatioAndResizeBatch",
"KSamplerAdvancedCacheable",
"KSamplerCacheable",
"Setter",
@ -5299,6 +5352,8 @@
],
"https://github.com/longgui0318/comfyui-mask-util": [
[
"Mask Region Info",
"Mask Selection Of Masks",
"Split Masks"
],
{
@ -6272,6 +6327,7 @@
"LimitNumber",
"LoadImagesFromPath",
"LoadImagesFromURL",
"LoraNames_",
"MergeLayers",
"MirroredImage",
"MultiplicationNode",

View File

@ -11,7 +11,16 @@
{
"author": "unanan",
"title": "ComfyUI-clip-interrogator [WIP]",
"reference": "https://github.com/unanan/ComfyUI-clip-interrogator",
"files": [
"https://github.com/unanan/ComfyUI-clip-interrogator"
],
"install_type": "git-clone",
"description": "Unofficial ComfyUI extension of clip-interrogator"
},
{
"author": "solarpush",
"title": "comfyui_sendimage_node",
@ -32,16 +41,6 @@
"install_type": "git-clone",
"description": "prism-tools"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ZHO-ZHO-ZHO/ComfyUI PhotoMaker (WIP)",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUIWIP Testing……\n[w/WARN:Currently, it is not distinguishable because it shares the same repository name as https://github.com/shiimizu/ComfyUI-PhotoMaker]"
},
{
"author": "poisenbery",
"title": "NudeNet-Detector-Provider [WIP]",

View File

@ -10,6 +10,46 @@
},
{
"author": "Nlar",
"title": "ComfyUI_CartoonSegmentation",
"reference": "https://github.com/Nlar/ComfyUI_CartoonSegmentation",
"files": [
"https://github.com/Nlar/ComfyUI_CartoonSegmentation"
],
"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."
},
{
"author": "Acly",
"title": "ComfyUI Inpaint Nodes",
"reference": "https://github.com/Acly/comfyui-inpaint-nodes",
"files": [
"https://github.com/Acly/comfyui-inpaint-nodes"
],
"install_type": "git-clone",
"description": "Experimental nodes for better inpainting with ComfyUI. Adds two nodes which allow using [a/Fooocus](https://github.com/Acly/comfyui-inpaint-nodes) inpaint model. It's a small and flexible patch which can be applied to any SDXL checkpoint and will transform it into an inpaint model. This model can then be used like other inpaint models, and provides the same benefits. [a/Read more](https://github.com/lllyasviel/Fooocus/discussions/414)"
},
{
"author": "Abdullah Ozmantar",
"title": "InstaSwap Face Swap Node for ComfyUI",
"reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap",
"files": [
"https://github.com/abdozmantar/ComfyUI-InstaSwap"
],
"install_type": "git-clone",
"description": "A quick and easy ComfyUI custom nodes for ultra-quality, lightning-speed face swapping of humans."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI PhotoMaker (ZHO)",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUI"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-InstantID",

View File

@ -150,6 +150,15 @@
"title_aux": "ComfyUI_BadgerTools"
}
],
"https://github.com/Acly/comfyui-inpaint-nodes": [
[
"INPAINT_ApplyFooocusInpaint",
"INPAINT_LoadFooocusInpaint"
],
{
"title_aux": "ComfyUI Inpaint Nodes"
}
],
"https://github.com/Acly/comfyui-tooling-nodes": [
[
"ETN_ApplyMaskToImage",
@ -734,6 +743,7 @@
"Scribble_XDoG_Preprocessor",
"SemSegPreprocessor",
"ShufflePreprocessor",
"TEEDPreprocessor",
"TilePreprocessor",
"UniFormer-SemSegPreprocessor",
"Unimatch_OptFlowPreprocessor",
@ -1438,6 +1448,21 @@
"title_aux": "ComfyUi-NoodleWebcam"
}
],
"https://github.com/Nlar/ComfyUI_CartoonSegmentation": [
[
"AnimeSegmentation",
"KenBurnsConfigLoader",
"KenBurns_Processor",
"LoadImageFilename"
],
{
"author": "Nels Larsen",
"description": "This extension offers a front end to the Cartoon Segmentation Project (https://github.com/CartoonSegmentation/CartoonSegmentation)",
"nickname": "CfyCS",
"title": "ComfyUI_CartoonSegmentation",
"title_aux": "ComfyUI_CartoonSegmentation"
}
],
"https://github.com/NotHarroweD/Harronode": [
[
"Harronode"
@ -1962,6 +1987,7 @@
"CR Color Gradient",
"CR Color Panel",
"CR Color Tint",
"CR Combine Prompt",
"CR Combine Schedules",
"CR Comic Panel Templates",
"CR Composite Text",
@ -1978,6 +2004,7 @@
"CR Data Bus In",
"CR Data Bus Out",
"CR Debatch Frames",
"CR Diamond Panel",
"CR Draw Perspective Text",
"CR Draw Pie",
"CR Draw Shape",
@ -2811,13 +2838,29 @@
"IDControlNetLoader",
"IDGenerationNode",
"ID_Prompt_Styler",
"InsightFaceLoader",
"InsightFaceLoader_Zho",
"Ipadapter_instantidLoader"
],
{
"title_aux": "ComfyUI-InstantID"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": [
[
"BaseModel_Loader_fromhub",
"BaseModel_Loader_local",
"LoRALoader",
"NEW_PhotoMaker_Generation",
"PhotoMakerAdapter_Loader_fromhub",
"PhotoMakerAdapter_Loader_local",
"PhotoMaker_Generation",
"Prompt_Styler",
"Ref_Image_Preprocessing"
],
{
"title_aux": "ComfyUI PhotoMaker (ZHO)"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [
[
"QAlign_Zho"
@ -3714,6 +3757,8 @@
"LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur",
"LayerMask: MaskBoxDetect",
"LayerMask: MaskEdgeShrink",
"LayerMask: MaskGrow",
"LayerMask: MaskInvert",
"LayerMask: MaskPreview",
"LayerStyle: ColorOverlay",
@ -3724,9 +3769,12 @@
"LayerStyle: OuterGlow",
"LayerStyle: Stroke",
"LayerStyle_Illumine",
"LayerUtility: ColorImage",
"LayerUtility: ColorPicker",
"LayerUtility: ExtendCanvas",
"LayerUtility: GetColorTone",
"LayerUtility: GetImageSize",
"LayerUtility: GradientImage",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageOpacity",
@ -4009,6 +4057,8 @@
"ModelSamplingDiscrete",
"PatchModelAddDownscale",
"PerpNeg",
"PhotoMakerEncode",
"PhotoMakerLoader",
"PolyexponentialScheduler",
"PorterDuffImageComposite",
"PreviewImage",
@ -5200,8 +5250,11 @@
"FlowBuilderSetter",
"FlowBuilderSetter (adv)",
"Getter",
"ImageCropByRatio",
"ImageCropByRatioAndResize",
"ImageGetter",
"ImageMerger",
"ImagesCropByRatioAndResizeBatch",
"KSamplerAdvancedCacheable",
"KSamplerCacheable",
"Setter",
@ -5299,6 +5352,8 @@
],
"https://github.com/longgui0318/comfyui-mask-util": [
[
"Mask Region Info",
"Mask Selection Of Masks",
"Split Masks"
],
{
@ -6272,6 +6327,7 @@
"LimitNumber",
"LoadImagesFromPath",
"LoadImagesFromURL",
"LoraNames_",
"MergeLayers",
"MirroredImage",
"MultiplicationNode",

View File

@ -69,6 +69,26 @@
],
"install_type": "git-clone",
"description": "Nodes:WW_ImageResize"
},
{
"author": "bmz55",
"title": "bmz nodes",
"reference": "https://github.com/bmz55/comfyui-bmz-nodes",
"files": [
"https://github.com/bmz55/comfyui-bmz-nodes"
],
"install_type": "git-clone",
"description": "Nodes:Load Images From Dir With Name (Inspire - BMZ), Count Images In Dir (BMZ), Get Level Text (BMZ), Get Level Float (BMZ)"
},
{
"author": "azure-dragon-ai",
"title": "ComfyUI-HPSv2-Nodes",
"reference": "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes",
"files": [
"https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:Loader, Image Processor, Text Processor, ImageScore"
}
]
}