update DB

This commit is contained in:
Dr.Lt.Data 2023-11-01 20:26:50 +09:00
parent 908a44429e
commit 466b8a5ef8
5 changed files with 76 additions and 16 deletions

View File

@ -2100,7 +2100,6 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
], ],
"pip": ["librosa"],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability." "description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
}, },
@ -2232,7 +2231,7 @@
"https://github.com/chibiace/ComfyUI-Chibi-Nodes" "https://github.com/chibiace/ComfyUI-Chibi-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Loader, Prompts, ..." "description": "Nodes:Loader, Prompts, ImageTool, Wildcards, LoadEmbedding, ConditionText, SaveImages, ..."
}, },
{ {
"author": "DigitalIO", "author": "DigitalIO",
@ -2395,6 +2394,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This project is a fork of <a href='https://github.com/Extraltodeus/LoadLoraWithTags'>https://github.com/Extraltodeus/LoadLoraWithTags</a> The aim of these custom nodes is to get an easy access to the tags used to trigger a lora." "description": "This project is a fork of <a href='https://github.com/Extraltodeus/LoadLoraWithTags'>https://github.com/Extraltodeus/LoadLoraWithTags</a> The aim of these custom nodes is to get an easy access to the tags used to trigger a lora."
}, },
{
"author": "aianimation55",
"title": "Comfy UI FatLabels",
"reference": "https://github.com/aianimation55/ComfyUI-FatLabels",
"files": [
"https://github.com/aianimation55/ComfyUI-FatLabels"
],
"install_type": "git-clone",
"description": "It's a super simple custom node for Comfy UI, to generate text, with a font size option. Useful for bigger labelling of nodes, helpful for wider screen captures or tutorials. Plus you can of course use the text within your generations."
},
{ {
"author": "Ser-Hilary", "author": "Ser-Hilary",
"title": "SDXL_sizing", "title": "SDXL_sizing",

View File

@ -452,7 +452,8 @@
], ],
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [ "https://github.com/Fictiverse/ComfyUI_Fictiverse": [
[ [
"Color correction" "Color correction",
"Displace Images with Mask"
], ],
{ {
"title_aux": "ComfyUI Fictiverse Nodes" "title_aux": "ComfyUI Fictiverse Nodes"
@ -637,6 +638,7 @@
"ADE_AnimateDiffLoaderV1Advanced", "ADE_AnimateDiffLoaderV1Advanced",
"ADE_AnimateDiffLoaderWithContext", "ADE_AnimateDiffLoaderWithContext",
"ADE_AnimateDiffModelSettings", "ADE_AnimateDiffModelSettings",
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
"ADE_AnimateDiffModelSettingsSimple", "ADE_AnimateDiffModelSettingsSimple",
"ADE_AnimateDiffUniformContextOptions", "ADE_AnimateDiffUniformContextOptions",
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
@ -994,6 +996,8 @@
], ],
"https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [
[ [
"CR Add Annotation",
"CR Apply Annotations",
"CR Apply ControlNet", "CR Apply ControlNet",
"CR Apply LoRA Stack", "CR Apply LoRA Stack",
"CR Apply Model Merge", "CR Apply Model Merge",
@ -1033,7 +1037,6 @@
"CR Latent Input Switch", "CR Latent Input Switch",
"CR LoRA Stack", "CR LoRA Stack",
"CR Load LoRA", "CR Load LoRA",
"CR Load XY Annotation From File",
"CR Mask Text", "CR Mask Text",
"CR Model Input Switch", "CR Model Input Switch",
"CR Model Merge Stack", "CR Model Merge Stack",
@ -1042,9 +1045,12 @@
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Multi Upscale Stack", "CR Multi Upscale Stack",
"CR Multi-ControlNet Stack", "CR Multi-ControlNet Stack",
"CR Multi-Panel Meme Template",
"CR Overlay Text", "CR Overlay Text",
"CR Page Layout",
"CR Pipe Switch", "CR Pipe Switch",
"CR Polygons", "CR Polygons",
"CR Popular Meme Templates",
"CR Prompt Text", "CR Prompt Text",
"CR Radial Gradient", "CR Radial Gradient",
"CR SD1.5 Aspect Ratio", "CR SD1.5 Aspect Ratio",
@ -1054,6 +1060,7 @@
"CR SDXL Style Text", "CR SDXL Style Text",
"CR Seed", "CR Seed",
"CR Seed to Int", "CR Seed to Int",
"CR Simple Annotations",
"CR Simple Meme Template", "CR Simple Meme Template",
"CR Split String", "CR Split String",
"CR Starburst Colors", "CR Starburst Colors",
@ -1069,12 +1076,10 @@
"CR Upscale Image", "CR Upscale Image",
"CR VAE Input Switch", "CR VAE Input Switch",
"CR XY From Folder", "CR XY From Folder",
"CR XY Grid",
"CR XY Index", "CR XY Index",
"CR XY Interpolate", "CR XY Interpolate",
"CR XY List", "CR XY List",
"CR XY Save Grid Image", "CR XY Save Grid Image"
"CR XYZ Index"
], ],
{ {
"title_aux": "ComfyUI_Comfyroll_CustomNodes" "title_aux": "ComfyUI_Comfyroll_CustomNodes"
@ -1790,6 +1795,14 @@
"title_aux": "DynamicPrompts Custom Nodes" "title_aux": "DynamicPrompts Custom Nodes"
} }
], ],
"https://github.com/aianimation55/ComfyUI-FatLabels": [
[
"FatLabels"
],
{
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/alpertunga-bile/prompt-generator-comfyui": [ "https://github.com/alpertunga-bile/prompt-generator-comfyui": [
[ [
"Prompt Generator" "Prompt Generator"
@ -2742,6 +2755,7 @@
], ],
"https://github.com/kijai/ComfyUI-KJNodes": [ "https://github.com/kijai/ComfyUI-KJNodes": [
[ [
"ColorMatch",
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
"ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine",
@ -2754,6 +2768,7 @@
"CreateGradientMask", "CreateGradientMask",
"CreateTextMask", "CreateTextMask",
"CrossFadeImages", "CrossFadeImages",
"EmptyLatentImagePresets",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant", "INTConstant",
"SomethingToString", "SomethingToString",
@ -2917,6 +2932,7 @@
"ImpactImageInfo", "ImpactImageInfo",
"ImpactInt", "ImpactInt",
"ImpactInversedSwitch", "ImpactInversedSwitch",
"ImpactIsNotEmptySEGS",
"ImpactKSamplerAdvancedBasicPipe", "ImpactKSamplerAdvancedBasicPipe",
"ImpactKSamplerBasicPipe", "ImpactKSamplerBasicPipe",
"ImpactLogger", "ImpactLogger",
@ -3053,6 +3069,7 @@
"RetrieveBackendData //Inspire", "RetrieveBackendData //Inspire",
"RetrieveBackendDataNumberKey //Inspire", "RetrieveBackendDataNumberKey //Inspire",
"ShowCachedInfo //Inspire", "ShowCachedInfo //Inspire",
"TilePreprocessor_Provider_for_SEGS //Inspire",
"UnzipPrompt //Inspire", "UnzipPrompt //Inspire",
"WildcardEncode //Inspire", "WildcardEncode //Inspire",
"XY Input: Lora Block Weight //Inspire", "XY Input: Lora Block Weight //Inspire",
@ -3532,7 +3549,6 @@
"ColorCorrect", "ColorCorrect",
"DeepDanbooruCaption", "DeepDanbooruCaption",
"DependenciesEdit", "DependenciesEdit",
"FaceAnalyze",
"Fooocus_KSampler", "Fooocus_KSampler",
"Fooocus_KSamplerAdvanced", "Fooocus_KSamplerAdvanced",
"GetBoolFromJson", "GetBoolFromJson",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "PluMaZero",
"title": "ComfyUI-SpaceFlower",
"reference": "https://github.com/PluMaZero/ComfyUI-SpaceFlower",
"files": [
"https://github.com/PluMaZero/ComfyUI-SpaceFlower"
],
"install_type": "git-clone",
"description": "Nodes: SpaceFlower_Prompt."
},
{ {
"author": "laksjdjf", "author": "laksjdjf",
"title": "ssd-1b-comfyui", "title": "ssd-1b-comfyui",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "aianimation55",
"title": "Comfy UI FatLabels",
"reference": "https://github.com/aianimation55/ComfyUI-FatLabels",
"files": [
"https://github.com/aianimation55/ComfyUI-FatLabels"
],
"install_type": "git-clone",
"description": "It's a super simple custom node for Comfy UI, to generate text, with a font size option. Useful for bigger labelling of nodes, helpful for wider screen captures or tutorials. Plus you can of course use the text within your generations."
},
{ {
"author": "idrirap", "author": "idrirap",
"title": "ComfyUI-Lora-Auto-Trigger-Words", "title": "ComfyUI-Lora-Auto-Trigger-Words",
@ -239,7 +249,7 @@
"https://github.com/chibiace/ComfyUI-Chibi-Nodes" "https://github.com/chibiace/ComfyUI-Chibi-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Loader, Prompts, ..." "description": "Nodes:Loader, Prompts, ImageTool, Wildcards, LoadEmbedding, ConditionText, SaveImages, ..."
}, },
{ {
"author": "YMC", "author": "YMC",
@ -458,7 +468,6 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
], ],
"pip": ["librosa"],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability." "description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
}, },

View File

@ -452,7 +452,8 @@
], ],
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [ "https://github.com/Fictiverse/ComfyUI_Fictiverse": [
[ [
"Color correction" "Color correction",
"Displace Images with Mask"
], ],
{ {
"title_aux": "ComfyUI Fictiverse Nodes" "title_aux": "ComfyUI Fictiverse Nodes"
@ -637,6 +638,7 @@
"ADE_AnimateDiffLoaderV1Advanced", "ADE_AnimateDiffLoaderV1Advanced",
"ADE_AnimateDiffLoaderWithContext", "ADE_AnimateDiffLoaderWithContext",
"ADE_AnimateDiffModelSettings", "ADE_AnimateDiffModelSettings",
"ADE_AnimateDiffModelSettingsAdvancedAttnStrengths",
"ADE_AnimateDiffModelSettingsSimple", "ADE_AnimateDiffModelSettingsSimple",
"ADE_AnimateDiffUniformContextOptions", "ADE_AnimateDiffUniformContextOptions",
"ADE_AnimateDiffUnload", "ADE_AnimateDiffUnload",
@ -994,6 +996,8 @@
], ],
"https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [
[ [
"CR Add Annotation",
"CR Apply Annotations",
"CR Apply ControlNet", "CR Apply ControlNet",
"CR Apply LoRA Stack", "CR Apply LoRA Stack",
"CR Apply Model Merge", "CR Apply Model Merge",
@ -1033,7 +1037,6 @@
"CR Latent Input Switch", "CR Latent Input Switch",
"CR LoRA Stack", "CR LoRA Stack",
"CR Load LoRA", "CR Load LoRA",
"CR Load XY Annotation From File",
"CR Mask Text", "CR Mask Text",
"CR Model Input Switch", "CR Model Input Switch",
"CR Model Merge Stack", "CR Model Merge Stack",
@ -1042,9 +1045,12 @@
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Multi Upscale Stack", "CR Multi Upscale Stack",
"CR Multi-ControlNet Stack", "CR Multi-ControlNet Stack",
"CR Multi-Panel Meme Template",
"CR Overlay Text", "CR Overlay Text",
"CR Page Layout",
"CR Pipe Switch", "CR Pipe Switch",
"CR Polygons", "CR Polygons",
"CR Popular Meme Templates",
"CR Prompt Text", "CR Prompt Text",
"CR Radial Gradient", "CR Radial Gradient",
"CR SD1.5 Aspect Ratio", "CR SD1.5 Aspect Ratio",
@ -1054,6 +1060,7 @@
"CR SDXL Style Text", "CR SDXL Style Text",
"CR Seed", "CR Seed",
"CR Seed to Int", "CR Seed to Int",
"CR Simple Annotations",
"CR Simple Meme Template", "CR Simple Meme Template",
"CR Split String", "CR Split String",
"CR Starburst Colors", "CR Starburst Colors",
@ -1069,12 +1076,10 @@
"CR Upscale Image", "CR Upscale Image",
"CR VAE Input Switch", "CR VAE Input Switch",
"CR XY From Folder", "CR XY From Folder",
"CR XY Grid",
"CR XY Index", "CR XY Index",
"CR XY Interpolate", "CR XY Interpolate",
"CR XY List", "CR XY List",
"CR XY Save Grid Image", "CR XY Save Grid Image"
"CR XYZ Index"
], ],
{ {
"title_aux": "ComfyUI_Comfyroll_CustomNodes" "title_aux": "ComfyUI_Comfyroll_CustomNodes"
@ -1790,6 +1795,14 @@
"title_aux": "DynamicPrompts Custom Nodes" "title_aux": "DynamicPrompts Custom Nodes"
} }
], ],
"https://github.com/aianimation55/ComfyUI-FatLabels": [
[
"FatLabels"
],
{
"title_aux": "Comfy UI FatLabels"
}
],
"https://github.com/alpertunga-bile/prompt-generator-comfyui": [ "https://github.com/alpertunga-bile/prompt-generator-comfyui": [
[ [
"Prompt Generator" "Prompt Generator"
@ -2742,6 +2755,7 @@
], ],
"https://github.com/kijai/ComfyUI-KJNodes": [ "https://github.com/kijai/ComfyUI-KJNodes": [
[ [
"ColorMatch",
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
"ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine",
@ -2754,6 +2768,7 @@
"CreateGradientMask", "CreateGradientMask",
"CreateTextMask", "CreateTextMask",
"CrossFadeImages", "CrossFadeImages",
"EmptyLatentImagePresets",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant", "INTConstant",
"SomethingToString", "SomethingToString",
@ -2917,6 +2932,7 @@
"ImpactImageInfo", "ImpactImageInfo",
"ImpactInt", "ImpactInt",
"ImpactInversedSwitch", "ImpactInversedSwitch",
"ImpactIsNotEmptySEGS",
"ImpactKSamplerAdvancedBasicPipe", "ImpactKSamplerAdvancedBasicPipe",
"ImpactKSamplerBasicPipe", "ImpactKSamplerBasicPipe",
"ImpactLogger", "ImpactLogger",
@ -3053,6 +3069,7 @@
"RetrieveBackendData //Inspire", "RetrieveBackendData //Inspire",
"RetrieveBackendDataNumberKey //Inspire", "RetrieveBackendDataNumberKey //Inspire",
"ShowCachedInfo //Inspire", "ShowCachedInfo //Inspire",
"TilePreprocessor_Provider_for_SEGS //Inspire",
"UnzipPrompt //Inspire", "UnzipPrompt //Inspire",
"WildcardEncode //Inspire", "WildcardEncode //Inspire",
"XY Input: Lora Block Weight //Inspire", "XY Input: Lora Block Weight //Inspire",
@ -3532,7 +3549,6 @@
"ColorCorrect", "ColorCorrect",
"DeepDanbooruCaption", "DeepDanbooruCaption",
"DependenciesEdit", "DependenciesEdit",
"FaceAnalyze",
"Fooocus_KSampler", "Fooocus_KSampler",
"Fooocus_KSamplerAdvanced", "Fooocus_KSamplerAdvanced",
"GetBoolFromJson", "GetBoolFromJson",