update DB

This commit is contained in:
Dr.Lt.Data 2023-10-07 01:14:54 +09:00
parent 576f0aa3f2
commit a0b23d99b1
5 changed files with 86 additions and 16 deletions

View File

@ -1524,6 +1524,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Apply CDTuner, Apply Negapip. This extension provides the <a href='https://github.com/hako-mikan/sd-webui-cd-tuner' target='blank'>CD(Color/Detail) Tuner</a> and the <a href='https://github.com/hako-mikan/sd-webui-negpip' target='blank'>Negative Prompt in the Prompt</a>features." "description": "Nodes:Apply CDTuner, Apply Negapip. This extension provides the <a href='https://github.com/hako-mikan/sd-webui-cd-tuner' target='blank'>CD(Color/Detail) Tuner</a> and the <a href='https://github.com/hako-mikan/sd-webui-negpip' target='blank'>Negative Prompt in the Prompt</a>features."
}, },
{
"author": "laksjdjf",
"title": "LoRA-Merger-ComfyUI",
"reference": "https://github.com/laksjdjf/LoRA-Merger-ComfyUI",
"files": [
"https://github.com/laksjdjf/LoRA-Merger-ComfyUI"
],
"install_type": "git-clone",
"description": "Nodes:Load LoRA Weight Only, Load LoRA from Weight, Merge LoRA, Save LoRA. This extension provides nodes for merging LoRA."
},
{ {
"author": "alsritter", "author": "alsritter",
"title": "asymmetric-tiling-comfyui", "title": "asymmetric-tiling-comfyui",

View File

@ -851,7 +851,7 @@
[ [
"DynamicPrompt", "DynamicPrompt",
"Float Variable", "Float Variable",
"FrameInterpolation", "FrameInterpolator",
"GPT Loader Simple", "GPT Loader Simple",
"GPTSampler", "GPTSampler",
"Integer Variable", "Integer Variable",
@ -1201,7 +1201,6 @@
"ttN imageOutput", "ttN imageOutput",
"ttN imageREMBG", "ttN imageREMBG",
"ttN int", "ttN int",
"ttN modelMerge",
"ttN multiModelMerge", "ttN multiModelMerge",
"ttN pipe2BASIC", "ttN pipe2BASIC",
"ttN pipe2DETAILER", "ttN pipe2DETAILER",
@ -1213,6 +1212,7 @@
"ttN pipeKSamplerSDXL", "ttN pipeKSamplerSDXL",
"ttN pipeLoader", "ttN pipeLoader",
"ttN pipeLoaderSDXL", "ttN pipeLoaderSDXL",
"ttN pipeLoraStack",
"ttN pipeOUT", "ttN pipeOUT",
"ttN seed", "ttN seed",
"ttN seedDebug", "ttN seedDebug",
@ -1708,8 +1708,11 @@
"CreateShapeFlow", "CreateShapeFlow",
"ExportBlendshapes", "ExportBlendshapes",
"ExportGLTF", "ExportGLTF",
"Image Alpha Mask Merge",
"ImageBridge", "ImageBridge",
"SAM MultiLayer" "LoadImageWithAlpha",
"SAM MultiLayer",
"Save Image With Workflow"
], ],
{ {
"author": "Avatech Limited", "author": "Avatech Limited",
@ -1847,8 +1850,10 @@
"ConvertImg", "ConvertImg",
"CopyMakeBorder", "CopyMakeBorder",
"CreateRequestMetadata", "CreateRequestMetadata",
"DistanceTransform",
"Draw Contour(s)", "Draw Contour(s)",
"EqualizeHistogram", "EqualizeHistogram",
"FadeMaskEdges",
"Filter Contour", "Filter Contour",
"FindComplementaryColor", "FindComplementaryColor",
"FindThreshold", "FindThreshold",
@ -2481,6 +2486,17 @@
"title_aux": "IPAdapter-ComfyUI" "title_aux": "IPAdapter-ComfyUI"
} }
], ],
"https://github.com/laksjdjf/LoRA-Merger-ComfyUI": [
[
"LoraLoaderFromWeight",
"LoraLoaderWeightOnly",
"LoraMerge",
"LoraSave"
],
{
"title_aux": "LoRA-Merger-ComfyUI"
}
],
"https://github.com/laksjdjf/attention-couple-ComfyUI": [ "https://github.com/laksjdjf/attention-couple-ComfyUI": [
[ [
"Attention couple" "Attention couple"
@ -3439,14 +3455,18 @@
"Endless Nodes Parameterizer & Prompts", "Endless Nodes Parameterizer & Prompts",
"Endless Nodes Six Input Text Switch", "Endless Nodes Six Input Text Switch",
"Endless Nodes Six Integer IO Switch", "Endless Nodes Six Integer IO Switch",
"Endless Nodes Six Integer IO Widget" "Endless Nodes Six Integer IO Widget",
"Endless Nodes String to Float",
"Endless Nodes String to Integer",
"Endless Nodes String to Num",
"Endless Nodes String to X"
], ],
{ {
"author": "BiffMunky", "author": "BiffMunky",
"description": "A small set of nodes I created for various numerical and text inputs. Features switches for text and numbers, parameter collection nodes, and two aesthetic scoring models.", "description": "A small set of nodes I created for various numerical and text inputs. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa.",
"nickname": "\ud83c\udf0c Endless Nodes \ud83c\udf0c", "nickname": "\u267e\ufe0f\ud83c\udf0a\u2728",
"title": "\ud83c\udf0c An Endless Sea of Stars Node \ud83c\udf0c", "title": "Endless \ufe0f\ud83c\udf0a\u2728 Nodes",
"title_aux": "Endless \ufe0f\ud83c\udf0a\ud83c\udf20 Node \ud83c\udf0c" "title_aux": "Endless \ufe0f\ud83c\udf0a\u2728 Nodes"
} }
], ],
"https://github.com/twri/sdxl_prompt_styler": [ "https://github.com/twri/sdxl_prompt_styler": [

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Fannovel16",
"title": "ComfyUI MotionDiff",
"reference": "https://github.com/Fannovel16/ComfyUI-MotionDiff",
"files": [
"https://github.com/Fannovel16/ComfyUI-MotionDiff"
],
"install_type": "git-clone",
"description": "N/A"
},
{ {
"author": "Dr.Lt.Data", "author": "Dr.Lt.Data",
"title": "ComfyUI-Workflow-Component [WIP]", "title": "ComfyUI-Workflow-Component [WIP]",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "laksjdjf",
"title": "LoRA-Merger-ComfyUI",
"reference": "https://github.com/laksjdjf/LoRA-Merger-ComfyUI",
"files": [
"https://github.com/laksjdjf/LoRA-Merger-ComfyUI"
],
"install_type": "git-clone",
"description": "Nodes:Load LoRA Weight Only, Load LoRA from Weight, Merge LoRA, Save LoRA. This extension provides nodes for merging LoRA."
},
{ {
"author": "avatechai", "author": "avatechai",
"title": "avatar-graph-comfyui", "title": "avatar-graph-comfyui",

View File

@ -851,7 +851,7 @@
[ [
"DynamicPrompt", "DynamicPrompt",
"Float Variable", "Float Variable",
"FrameInterpolation", "FrameInterpolator",
"GPT Loader Simple", "GPT Loader Simple",
"GPTSampler", "GPTSampler",
"Integer Variable", "Integer Variable",
@ -1201,7 +1201,6 @@
"ttN imageOutput", "ttN imageOutput",
"ttN imageREMBG", "ttN imageREMBG",
"ttN int", "ttN int",
"ttN modelMerge",
"ttN multiModelMerge", "ttN multiModelMerge",
"ttN pipe2BASIC", "ttN pipe2BASIC",
"ttN pipe2DETAILER", "ttN pipe2DETAILER",
@ -1213,6 +1212,7 @@
"ttN pipeKSamplerSDXL", "ttN pipeKSamplerSDXL",
"ttN pipeLoader", "ttN pipeLoader",
"ttN pipeLoaderSDXL", "ttN pipeLoaderSDXL",
"ttN pipeLoraStack",
"ttN pipeOUT", "ttN pipeOUT",
"ttN seed", "ttN seed",
"ttN seedDebug", "ttN seedDebug",
@ -1708,8 +1708,11 @@
"CreateShapeFlow", "CreateShapeFlow",
"ExportBlendshapes", "ExportBlendshapes",
"ExportGLTF", "ExportGLTF",
"Image Alpha Mask Merge",
"ImageBridge", "ImageBridge",
"SAM MultiLayer" "LoadImageWithAlpha",
"SAM MultiLayer",
"Save Image With Workflow"
], ],
{ {
"author": "Avatech Limited", "author": "Avatech Limited",
@ -1847,8 +1850,10 @@
"ConvertImg", "ConvertImg",
"CopyMakeBorder", "CopyMakeBorder",
"CreateRequestMetadata", "CreateRequestMetadata",
"DistanceTransform",
"Draw Contour(s)", "Draw Contour(s)",
"EqualizeHistogram", "EqualizeHistogram",
"FadeMaskEdges",
"Filter Contour", "Filter Contour",
"FindComplementaryColor", "FindComplementaryColor",
"FindThreshold", "FindThreshold",
@ -2481,6 +2486,17 @@
"title_aux": "IPAdapter-ComfyUI" "title_aux": "IPAdapter-ComfyUI"
} }
], ],
"https://github.com/laksjdjf/LoRA-Merger-ComfyUI": [
[
"LoraLoaderFromWeight",
"LoraLoaderWeightOnly",
"LoraMerge",
"LoraSave"
],
{
"title_aux": "LoRA-Merger-ComfyUI"
}
],
"https://github.com/laksjdjf/attention-couple-ComfyUI": [ "https://github.com/laksjdjf/attention-couple-ComfyUI": [
[ [
"Attention couple" "Attention couple"
@ -3439,14 +3455,18 @@
"Endless Nodes Parameterizer & Prompts", "Endless Nodes Parameterizer & Prompts",
"Endless Nodes Six Input Text Switch", "Endless Nodes Six Input Text Switch",
"Endless Nodes Six Integer IO Switch", "Endless Nodes Six Integer IO Switch",
"Endless Nodes Six Integer IO Widget" "Endless Nodes Six Integer IO Widget",
"Endless Nodes String to Float",
"Endless Nodes String to Integer",
"Endless Nodes String to Num",
"Endless Nodes String to X"
], ],
{ {
"author": "BiffMunky", "author": "BiffMunky",
"description": "A small set of nodes I created for various numerical and text inputs. Features switches for text and numbers, parameter collection nodes, and two aesthetic scoring models.", "description": "A small set of nodes I created for various numerical and text inputs. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa.",
"nickname": "\ud83c\udf0c Endless Nodes \ud83c\udf0c", "nickname": "\u267e\ufe0f\ud83c\udf0a\u2728",
"title": "\ud83c\udf0c An Endless Sea of Stars Node \ud83c\udf0c", "title": "Endless \ufe0f\ud83c\udf0a\u2728 Nodes",
"title_aux": "Endless \ufe0f\ud83c\udf0a\ud83c\udf20 Node \ud83c\udf0c" "title_aux": "Endless \ufe0f\ud83c\udf0a\u2728 Nodes"
} }
], ],
"https://github.com/twri/sdxl_prompt_styler": [ "https://github.com/twri/sdxl_prompt_styler": [