update DB

This commit is contained in:
Dr.Lt.Data 2023-11-19 14:56:36 +09:00
parent b3b8485fc6
commit 773d59b183
4 changed files with 106 additions and 28 deletions

View File

@ -2657,6 +2657,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This extension simply connects the nodes and specifies the output path of the generated images to a manageable path." "description": "This extension simply connects the nodes and specifies the output path of the generated images to a manageable path."
}, },
{
"author": "Niutonian",
"title": "ComfyUi-NoodleWebcam",
"reference": "https://github.com/Niutonian/ComfyUi-NoodleWebcam",
"files": [
"https://github.com/Niutonian/ComfyUi-NoodleWebcam"
],
"install_type": "git-clone",
"description": "Nodes:Noodle webcam is a node that records frames and send them to your favourite node."
},
{
"author": "kinfolk0117",
"title": "ComfyUI_GradientDeepShrink",
"reference": "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink",
"files": [
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink"
],
"install_type": "git-clone",
"description": "Nodes:GradientPatchModelAddDownscale (Kohya Deep Shrink)."
},
{ {
"author": "Off-Live", "author": "Off-Live",
"title": "ComfyUI-off-suite", "title": "ComfyUI-off-suite",

View File

@ -58,23 +58,22 @@
], ],
"https://github.com/Amorano/Jovimetrix": [ "https://github.com/Amorano/Jovimetrix": [
[ [
"\u2697\ufe0f Blend Images (jov)", "\u2697\ufe0f Blend (jov)",
"\u2728 Shape Generator (jov)", "\u2728 Shape Generator (jov)",
"\ud83c\udf08 HSV Image (jov)", "\ud83c\udf08 HSV (jov)",
"\ud83c\udf31 Transform Image (jov)", "\ud83c\udf31 Transform (jov)",
"\ud83c\udfad Invert Image (jov)", "\ud83c\udf87 Expand (jov)",
"\ud83d\udd06 Pixel Shader (jov)",
"\ud83d\udd06 Pixel Shader Image (jov)", "\ud83d\udd06 Pixel Shader Image (jov)",
"\ud83d\udd27 Adjust Image (jov)", "\ud83d\udd30 Mirror (jov)",
"\ud83d\udd30 Mirror Image (jov)", "\ud83d\udd33 Tile (jov)",
"\ud83d\udd33 Tile Image (jov)", "\ud83d\udd78\ufe0f Adjust (jov)",
"\ud83d\udd78\ufe0f Filter Image (jov)", "\ud83d\uddfa\ufe0f Projection (jov)",
"\ud83d\uddfa\ufe0f Remap Image (jov)", "\ud83d\udfea Constant (jov)"
"\ud83d\udfea Constant Image (jov)",
"\ud83e\udd7b Gradient (jov)"
], ],
{ {
"author": "amorano", "author": "amorano",
"description": "Shapes and Shaders.", "description": "",
"nickname": "Jovimetrix", "nickname": "Jovimetrix",
"title": "Jovimetrix Composition Pack", "title": "Jovimetrix Composition Pack",
"title_aux": "Jovimetrix Composition Nodes" "title_aux": "Jovimetrix Composition Nodes"
@ -521,7 +520,8 @@
"BatchStringSchedule", "BatchStringSchedule",
"BatchValueSchedule", "BatchValueSchedule",
"BatchValueScheduleLatentInput", "BatchValueScheduleLatentInput",
"CalculateLatentInterpFrameNumber", "CalculateFrameOffset",
"ConcatStringSingle",
"CosWave", "CosWave",
"FizzFrame", "FizzFrame",
"FizzFrameConcatenate", "FizzFrameConcatenate",
@ -539,7 +539,8 @@
"StringConcatenate", "StringConcatenate",
"StringSchedule", "StringSchedule",
"TriangleWave", "TriangleWave",
"ValueSchedule" "ValueSchedule",
"convertKeyframeKeysToBatchKeys"
], ],
{ {
"title_aux": "FizzNodes" "title_aux": "FizzNodes"
@ -873,6 +874,14 @@
"title_aux": "ComfyUI_TravelSuite" "title_aux": "ComfyUI_TravelSuite"
} }
], ],
"https://github.com/Niutonian/ComfyUi-NoodleWebcam": [
[
"WebcamNode"
],
{
"title_aux": "ComfyUi-NoodleWebcam"
}
],
"https://github.com/Nourepide/ComfyUI-Allor": [ "https://github.com/Nourepide/ComfyUI-Allor": [
[ [
"AlphaChanelAdd", "AlphaChanelAdd",
@ -2995,6 +3004,7 @@
"CreateGradientMask", "CreateGradientMask",
"CreateShapeMask", "CreateShapeMask",
"CreateTextMask", "CreateTextMask",
"CreateVoronoiMask",
"CrossFadeImages", "CrossFadeImages",
"EmptyLatentImagePresets", "EmptyLatentImagePresets",
"FloatConstant", "FloatConstant",
@ -3019,6 +3029,14 @@
"title_aux": "KJNodes for ComfyUI" "title_aux": "KJNodes for ComfyUI"
} }
], ],
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [
[
"GradientPatchModelAddDownscale"
],
{
"title_aux": "ComfyUI_GradientDeepShrink"
}
],
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [
[ [
"TileCalc", "TileCalc",
@ -3285,6 +3303,7 @@
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [
[ [
"AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire",
"ApplyRegionalIPAdapters //Inspire",
"BindImageListPromptList //Inspire", "BindImageListPromptList //Inspire",
"CacheBackendData //Inspire", "CacheBackendData //Inspire",
"CacheBackendDataList //Inspire", "CacheBackendDataList //Inspire",

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "kinfolk0117",
"title": "ComfyUI_GradientDeepShrink",
"reference": "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink",
"files": [
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink"
],
"install_type": "git-clone",
"description": "Nodes:GradientPatchModelAddDownscale (Kohya Deep Shrink)."
},
{
"author": "Niutonian",
"title": "ComfyUi-NoodleWebcam",
"reference": "https://github.com/Niutonian/ComfyUi-NoodleWebcam",
"files": [
"https://github.com/Niutonian/ComfyUi-NoodleWebcam"
],
"install_type": "git-clone",
"description": "Nodes:Noodle webcam is a node that records frames and send them to your favourite node."
},
{ {
"author": "Umikaze-job", "author": "Umikaze-job",
"title": "select_folder_path_easy", "title": "select_folder_path_easy",

View File

@ -58,23 +58,22 @@
], ],
"https://github.com/Amorano/Jovimetrix": [ "https://github.com/Amorano/Jovimetrix": [
[ [
"\u2697\ufe0f Blend Images (jov)", "\u2697\ufe0f Blend (jov)",
"\u2728 Shape Generator (jov)", "\u2728 Shape Generator (jov)",
"\ud83c\udf08 HSV Image (jov)", "\ud83c\udf08 HSV (jov)",
"\ud83c\udf31 Transform Image (jov)", "\ud83c\udf31 Transform (jov)",
"\ud83c\udfad Invert Image (jov)", "\ud83c\udf87 Expand (jov)",
"\ud83d\udd06 Pixel Shader (jov)",
"\ud83d\udd06 Pixel Shader Image (jov)", "\ud83d\udd06 Pixel Shader Image (jov)",
"\ud83d\udd27 Adjust Image (jov)", "\ud83d\udd30 Mirror (jov)",
"\ud83d\udd30 Mirror Image (jov)", "\ud83d\udd33 Tile (jov)",
"\ud83d\udd33 Tile Image (jov)", "\ud83d\udd78\ufe0f Adjust (jov)",
"\ud83d\udd78\ufe0f Filter Image (jov)", "\ud83d\uddfa\ufe0f Projection (jov)",
"\ud83d\uddfa\ufe0f Remap Image (jov)", "\ud83d\udfea Constant (jov)"
"\ud83d\udfea Constant Image (jov)",
"\ud83e\udd7b Gradient (jov)"
], ],
{ {
"author": "amorano", "author": "amorano",
"description": "Shapes and Shaders.", "description": "",
"nickname": "Jovimetrix", "nickname": "Jovimetrix",
"title": "Jovimetrix Composition Pack", "title": "Jovimetrix Composition Pack",
"title_aux": "Jovimetrix Composition Nodes" "title_aux": "Jovimetrix Composition Nodes"
@ -521,7 +520,8 @@
"BatchStringSchedule", "BatchStringSchedule",
"BatchValueSchedule", "BatchValueSchedule",
"BatchValueScheduleLatentInput", "BatchValueScheduleLatentInput",
"CalculateLatentInterpFrameNumber", "CalculateFrameOffset",
"ConcatStringSingle",
"CosWave", "CosWave",
"FizzFrame", "FizzFrame",
"FizzFrameConcatenate", "FizzFrameConcatenate",
@ -539,7 +539,8 @@
"StringConcatenate", "StringConcatenate",
"StringSchedule", "StringSchedule",
"TriangleWave", "TriangleWave",
"ValueSchedule" "ValueSchedule",
"convertKeyframeKeysToBatchKeys"
], ],
{ {
"title_aux": "FizzNodes" "title_aux": "FizzNodes"
@ -873,6 +874,14 @@
"title_aux": "ComfyUI_TravelSuite" "title_aux": "ComfyUI_TravelSuite"
} }
], ],
"https://github.com/Niutonian/ComfyUi-NoodleWebcam": [
[
"WebcamNode"
],
{
"title_aux": "ComfyUi-NoodleWebcam"
}
],
"https://github.com/Nourepide/ComfyUI-Allor": [ "https://github.com/Nourepide/ComfyUI-Allor": [
[ [
"AlphaChanelAdd", "AlphaChanelAdd",
@ -2995,6 +3004,7 @@
"CreateGradientMask", "CreateGradientMask",
"CreateShapeMask", "CreateShapeMask",
"CreateTextMask", "CreateTextMask",
"CreateVoronoiMask",
"CrossFadeImages", "CrossFadeImages",
"EmptyLatentImagePresets", "EmptyLatentImagePresets",
"FloatConstant", "FloatConstant",
@ -3019,6 +3029,14 @@
"title_aux": "KJNodes for ComfyUI" "title_aux": "KJNodes for ComfyUI"
} }
], ],
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": [
[
"GradientPatchModelAddDownscale"
],
{
"title_aux": "ComfyUI_GradientDeepShrink"
}
],
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [ "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [
[ [
"TileCalc", "TileCalc",
@ -3285,6 +3303,7 @@
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [
[ [
"AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire",
"ApplyRegionalIPAdapters //Inspire",
"BindImageListPromptList //Inspire", "BindImageListPromptList //Inspire",
"CacheBackendData //Inspire", "CacheBackendData //Inspire",
"CacheBackendDataList //Inspire", "CacheBackendDataList //Inspire",