update DB

This commit is contained in:
Dr.Lt.Data 2024-05-06 18:15:31 +09:00
parent 6c93e237d7
commit a60c95c2f4
6 changed files with 62 additions and 31 deletions

View File

@ -7941,7 +7941,16 @@
"install_type": "git-clone",
"description": "Nodes: Runtime44Upscaler, Runtime44ColorMatch, Runtime44DynamicKSampler, Runtime44ImageOverlay, Runtime44ImageResizer, Runtime44ImageToNoise, Runtime44MaskSampler, Runtime44TiledMaskSampler, Runtime44IterativeUpscaleFactor, Runtime44ImageEnhance"
},
{
"author": "osiworx",
"title": "ComfyUI_Prompt-Quill",
"reference": "https://github.com/osi1880vr/prompt_quill_comfyui",
"files": [
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py"
],
"install_type": "copy",
"description": "Nodes:Use Prompt Quill in Comfyui"
},

View File

@ -9306,6 +9306,7 @@
"Base64ToMask",
"ColorPicker",
"GetImageBatchSize",
"ImageEqual",
"ImageToBase64",
"ImageToBase64Advanced",
"InsightFaceBBOXDetect",
@ -10348,6 +10349,17 @@
"title_aux": "Quality of life Suit:V2"
}
],
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py": [
[
"PromptQuillGenerate",
"PromptQuillGenerateConditioning",
"PromptQuillSail",
"PromptQuillSailConditioning"
],
{
"title_aux": "ComfyUI_Prompt-Quill"
}
],
"https://github.com/ostris/ostris_nodes_comfyui": [
[
"LLM Pipe Loader - Ostris",
@ -12107,6 +12119,7 @@
"easy imageChooser",
"easy imageColorMatch",
"easy imageCount",
"easy imageCropFromMask",
"easy imageInsetCrop",
"easy imageInterrogator",
"easy imagePixelPerfect",
@ -12123,6 +12136,7 @@
"easy imageSwitch",
"easy imageToBase64",
"easy imageToMask",
"easy imageUncropFromBBOX",
"easy imagesSplitImage",
"easy injectNoiseToLatent",
"easy instantIDApply",
@ -12173,6 +12187,7 @@
"easy promptReplace",
"easy rangeFloat",
"easy rangeInt",
"easy removeLocalImage",
"easy samLoaderPipe",
"easy seed",
"easy showAnything",

View File

@ -9,6 +9,8 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
},
{
"author": "runtime44",
"title": "Runtime44 ComfyUI Nodes",
@ -19,16 +21,6 @@
"install_type": "git-clone",
"description": "Nodes: Runtime44Upscaler, Runtime44ColorMatch, Runtime44DynamicKSampler, Runtime44ImageOverlay, Runtime44ImageResizer, Runtime44ImageToNoise, Runtime44MaskSampler, Runtime44TiledMaskSampler, Runtime44IterativeUpscaleFactor, Runtime44ImageEnhance"
},
{
"author": "osiworx",
"title": "ComfyUI_Prompt-Quill",
"reference": "https://github.com/osi1880vr/prompt_quill_comfyui",
"files": [
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py"
],
"install_type": "copy",
"description": "Nodes:Use Prompt Quill in Comfyui"
},
{
"author": "ericbeyer",
"title": "guidance_interval",

View File

@ -12,6 +12,16 @@
{
"author": "osiworx",
"title": "ComfyUI_Prompt-Quill",
"reference": "https://github.com/osi1880vr/prompt_quill_comfyui",
"files": [
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py"
],
"install_type": "copy",
"description": "Nodes:Use Prompt Quill in Comfyui"
},
{
"author": "runtime44",
"title": "Runtime44 ComfyUI Nodes",
@ -681,26 +691,6 @@
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/OpenVoice](https://github.com/myshell-ai/OpenVoice) for ComfyUI"
},
{
"author": "kealiu",
"title": "ComfyUI Load and Save file to S3",
"reference": "https://github.com/kealiu/ComfyUI-S3-Tools",
"files": [
"https://github.com/kealiu/ComfyUI-S3-Tools"
],
"install_type": "git-clone",
"description": "Nodes:Load From S3, Save To S3."
},
{
"author": "txt2any",
"title": "ComfyUI-PromptOrganizer",
"reference": "https://github.com/txt2any/ComfyUI-PromptOrganizer",
"files": [
"https://github.com/txt2any/ComfyUI-PromptOrganizer"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that automatically saves your AI-generated images specifically to [a/www.txt2any.com](http://www.txt2any.com/)."
}
]
}

View File

@ -9306,6 +9306,7 @@
"Base64ToMask",
"ColorPicker",
"GetImageBatchSize",
"ImageEqual",
"ImageToBase64",
"ImageToBase64Advanced",
"InsightFaceBBOXDetect",
@ -10348,6 +10349,17 @@
"title_aux": "Quality of life Suit:V2"
}
],
"https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py": [
[
"PromptQuillGenerate",
"PromptQuillGenerateConditioning",
"PromptQuillSail",
"PromptQuillSailConditioning"
],
{
"title_aux": "ComfyUI_Prompt-Quill"
}
],
"https://github.com/ostris/ostris_nodes_comfyui": [
[
"LLM Pipe Loader - Ostris",
@ -12107,6 +12119,7 @@
"easy imageChooser",
"easy imageColorMatch",
"easy imageCount",
"easy imageCropFromMask",
"easy imageInsetCrop",
"easy imageInterrogator",
"easy imagePixelPerfect",
@ -12123,6 +12136,7 @@
"easy imageSwitch",
"easy imageToBase64",
"easy imageToMask",
"easy imageUncropFromBBOX",
"easy imagesSplitImage",
"easy injectNoiseToLatent",
"easy instantIDApply",
@ -12173,6 +12187,7 @@
"easy promptReplace",
"easy rangeFloat",
"easy rangeInt",
"easy removeLocalImage",
"easy samLoaderPipe",
"easy seed",
"easy showAnything",

View File

@ -189,6 +189,16 @@
],
"install_type": "git-clone",
"description": "Custom utility nodes for ComfyUI"
},
{
"author": "gonzalu",
"title": "ComfyUI YouFunnyGuys Comical Custom Nodes",
"reference": "https://github.com/gonzalu/ComfyUI_YFG_Comical",
"files": [
"https://github.com/gonzalu/ComfyUI_YFG_Comical"
],
"install_type": "git-clone",
"description": "This is a repository of ComfyUI custom nodes. I was looking for a node that provided some functionality and did not find one. So I decided to create one myself in order to have the functionality I desired as well as way to teach myself how to code."
}
]
}