update DB

This commit is contained in:
dr.lt.data 2023-10-05 11:02:02 +09:00
parent ef9e21d198
commit 3be211c941
4 changed files with 156 additions and 2 deletions

View File

@ -2083,6 +2083,36 @@
"install_type": "git-clone",
"description": "Nodes: LamaaModelLoad, LamaApply, YamlConfigLoader. a costumer node is realized to remove anything/inpainting anything from a picture by mask inpainting."
},
{
"author": "thedyze",
"title": "Save Image Extended for ComfyUI",
"reference": "https://github.com/thedyze/save-image-extended-comfyui",
"files": [
"https://github.com/thedyze/save-image-extended-comfyui"
],
"install_type": "git-clone",
"description": "Customize the information saved in file- and folder names. Use the values of sampler parameters as part of file or folder names. Save your positive & negative prompt as entries in a JSON (text) file, in each folder."
},
{
"author": "SOELexicon",
"title": "ComfyUI-LexTools",
"reference": "https://github.com/SOELexicon/ComfyUI-LexTools",
"files": [
"https://github.com/SOELexicon/ComfyUI-LexTools"
],
"install_type": "git-clone",
"description": "ComfyUI-LexTools is a Python-based image processing and analysis toolkit that uses machine learning models for semantic image segmentation, image scoring, and image captioning."
},
{
"author": "mikkel",
"title": "ComfyUI - Text Overlay Plugin",
"reference": "https://github.com/mikkel/ComfyUI-text-overlay",
"files": [
"https://github.com/mikkel/ComfyUI-text-overlay"
],
"install_type": "git-clone",
"description": "The ComfyUI Text Overlay Plugin provides functionalities for superimposing text on images. Users can select different font types, set text size, choose color, and adjust the text's position on the image."
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",

View File

@ -1020,6 +1020,32 @@
"title_aux": "LexMSDBNodes"
}
],
"https://github.com/SOELexicon/ComfyUI-LexTools": [
[
"AgeClassifierNode",
"ArtOrHumanClassifierNode",
"DocumentClassificationNode",
"FoodCategoryClassifierNode",
"ImageAspectPadNode",
"ImageCaptioning",
"ImageFilterByFloatScoreNode",
"ImageFilterByIntScoreNode",
"ImageQualityScoreNode",
"ImageRankingNode",
"ImageScaleToMin",
"MD5ImageHashNode",
"SamplerPropertiesNode",
"ScoreConverterNode",
"SeedIncrementerNode",
"SegformerNode",
"SegformerNodeMasks",
"SegformerNodeMergeSegments",
"StepCfgIncrementNode"
],
{
"title_aux": "ComfyUI-LexTools"
}
],
"https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py": [
[
"CLIPTextEncodeA1111",
@ -1047,6 +1073,7 @@
"SeargeFloatConstant",
"SeargeFloatMath",
"SeargeFloatPair",
"SeargeFreeU",
"SeargeGenerated1",
"SeargeGenerationParameters",
"SeargeHighResolution",
@ -1769,6 +1796,7 @@
[
"AdaptiveThresholding",
"Add String To Many",
"AddAlpha",
"AdjustRect",
"AnyToAny",
"BoundingRect (contours)",
@ -2261,6 +2289,7 @@
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
[
"BatchIndex_AS",
"CropImage_AS",
"ImageMixMasked_As",
"ImageToMask_AS",
"Increment_AS",
@ -2273,11 +2302,13 @@
"MapRange_AS",
"MaskToImage_AS",
"Math_AS",
"NoiseImage_AS",
"Number2Float_AS",
"Number2Int_AS",
"Number_AS",
"SaveLatent_AS",
"TextToImage_AS"
"TextToImage_AS",
"TextWildcardList_AS"
],
{
"title_aux": "As_ComfyUI_CustomNodes"
@ -2790,6 +2821,14 @@
"title_aux": "mihaiiancu/Inpaint"
}
],
"https://github.com/mikkel/ComfyUI-text-overlay": [
[
"Image Text Overlay"
],
{
"title_aux": "ComfyUI - Text Overlay Plugin"
}
],
"https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [
[
"LaMaPreprocessor",
@ -3310,6 +3349,14 @@
"title_aux": "Styles CSV Loader Extension for ComfyUI"
}
],
"https://github.com/thedyze/save-image-extended-comfyui": [
[
"SaveImageExtended"
],
{
"title_aux": "Save Image Extended for ComfyUI"
}
],
"https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata": [
[
"LoadImageWithMetadata"

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "mikkel",
"title": "ComfyUI - Text Overlay Plugin",
"reference": "https://github.com/mikkel/ComfyUI-text-overlay",
"files": [
"https://github.com/mikkel/ComfyUI-text-overlay"
],
"install_type": "git-clone",
"description": "The ComfyUI Text Overlay Plugin provides functionalities for superimposing text on images. Users can select different font types, set text size, choose color, and adjust the text's position on the image."
},
{
"author": "SOELexicon",
"title": "ComfyUI-LexTools",
"reference": "https://github.com/SOELexicon/ComfyUI-LexTools",
"files": [
"https://github.com/SOELexicon/ComfyUI-LexTools"
],
"install_type": "git-clone",
"description": "ComfyUI-LexTools is a Python-based image processing and analysis toolkit that uses machine learning models for semantic image segmentation, image scoring, and image captioning."
},
{
"author": "thedyze",
"title": "Save Image Extended for ComfyUI",
"reference": "https://github.com/thedyze/save-image-extended-comfyui",
"files": [
"https://github.com/thedyze/save-image-extended-comfyui"
],
"install_type": "git-clone",
"description": "Customize the information saved in file- and folder names. Use the values of sampler parameters as part of file or folder names. Save your positive & negative prompt as entries in a JSON (text) file, in each folder."
},
{
"author": "hhhzzyang",
"title": "Comfyui-Lama",

View File

@ -1020,6 +1020,32 @@
"title_aux": "LexMSDBNodes"
}
],
"https://github.com/SOELexicon/ComfyUI-LexTools": [
[
"AgeClassifierNode",
"ArtOrHumanClassifierNode",
"DocumentClassificationNode",
"FoodCategoryClassifierNode",
"ImageAspectPadNode",
"ImageCaptioning",
"ImageFilterByFloatScoreNode",
"ImageFilterByIntScoreNode",
"ImageQualityScoreNode",
"ImageRankingNode",
"ImageScaleToMin",
"MD5ImageHashNode",
"SamplerPropertiesNode",
"ScoreConverterNode",
"SeedIncrementerNode",
"SegformerNode",
"SegformerNodeMasks",
"SegformerNodeMergeSegments",
"StepCfgIncrementNode"
],
{
"title_aux": "ComfyUI-LexTools"
}
],
"https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py": [
[
"CLIPTextEncodeA1111",
@ -1047,6 +1073,7 @@
"SeargeFloatConstant",
"SeargeFloatMath",
"SeargeFloatPair",
"SeargeFreeU",
"SeargeGenerated1",
"SeargeGenerationParameters",
"SeargeHighResolution",
@ -1769,6 +1796,7 @@
[
"AdaptiveThresholding",
"Add String To Many",
"AddAlpha",
"AdjustRect",
"AnyToAny",
"BoundingRect (contours)",
@ -2261,6 +2289,7 @@
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
[
"BatchIndex_AS",
"CropImage_AS",
"ImageMixMasked_As",
"ImageToMask_AS",
"Increment_AS",
@ -2273,11 +2302,13 @@
"MapRange_AS",
"MaskToImage_AS",
"Math_AS",
"NoiseImage_AS",
"Number2Float_AS",
"Number2Int_AS",
"Number_AS",
"SaveLatent_AS",
"TextToImage_AS"
"TextToImage_AS",
"TextWildcardList_AS"
],
{
"title_aux": "As_ComfyUI_CustomNodes"
@ -2790,6 +2821,14 @@
"title_aux": "mihaiiancu/Inpaint"
}
],
"https://github.com/mikkel/ComfyUI-text-overlay": [
[
"Image Text Overlay"
],
{
"title_aux": "ComfyUI - Text Overlay Plugin"
}
],
"https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [
[
"LaMaPreprocessor",
@ -3310,6 +3349,14 @@
"title_aux": "Styles CSV Loader Extension for ComfyUI"
}
],
"https://github.com/thedyze/save-image-extended-comfyui": [
[
"SaveImageExtended"
],
{
"title_aux": "Save Image Extended for ComfyUI"
}
],
"https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata": [
[
"LoadImageWithMetadata"