update DB

This commit is contained in:
Dr.Lt.Data 2023-10-21 22:19:54 +09:00
parent 82036c85e0
commit e4579869cb
5 changed files with 60 additions and 4 deletions

View File

@ -447,6 +447,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files." "description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files."
}, },
{
"author": "city96",
"title": "Extra Models for ComfyUI",
"reference": "https://github.com/city96/ComfyUI_ExtraModels",
"files": [
"https://github.com/city96/ComfyUI_ExtraModels"
],
"install_type": "git-clone",
"description": "This extension aims to add support for various random image diffusion models to ComfyUI."
},
{ {
"author": "Kaharos94", "author": "Kaharos94",
"title": "ComfyUI-Saveaswebp", "title": "ComfyUI-Saveaswebp",

View File

@ -104,7 +104,8 @@
"BSZLatentRGBAImage", "BSZLatentRGBAImage",
"BSZPixelbuster", "BSZPixelbuster",
"BSZPixelbusterHelp", "BSZPixelbusterHelp",
"BSZPrincipledSDXL" "BSZPrincipledSDXL",
"BSZPrincipledScale"
], ],
{ {
"title_aux": "bsz-cui-extras" "title_aux": "bsz-cui-extras"
@ -633,6 +634,7 @@
], ],
"https://github.com/LucianoCirino/efficiency-nodes-comfyui": [ "https://github.com/LucianoCirino/efficiency-nodes-comfyui": [
[ [
"AnimateDiff Script",
"Apply ControlNet Stack", "Apply ControlNet Stack",
"Control Net Stacker", "Control Net Stacker",
"Eff. Loader SDXL", "Eff. Loader SDXL",
@ -645,8 +647,9 @@
"KSampler SDXL (Eff.)", "KSampler SDXL (Eff.)",
"LoRA Stacker", "LoRA Stacker",
"Manual XY Entry Info", "Manual XY Entry Info",
"Noise Control Script",
"Pack SDXL Tuple", "Pack SDXL Tuple",
"Refiner Extras", "Tiled Upscaler Script",
"Unpack SDXL Tuple", "Unpack SDXL Tuple",
"XY Input: Add/Return Noise", "XY Input: Add/Return Noise",
"XY Input: Aesthetic Score", "XY Input: Aesthetic Score",
@ -2197,6 +2200,16 @@
"title_aux": "ComfyUI_DiT [WIP]" "title_aux": "ComfyUI_DiT [WIP]"
} }
], ],
"https://github.com/city96/ComfyUI_ExtraModels": [
[
"DiTCondLabelEmpty",
"DiTCondLabelSelect",
"DitCheckpointLoader"
],
{
"title_aux": "Extra Models for ComfyUI"
}
],
"https://github.com/city96/ComfyUI_NetDist": [ "https://github.com/city96/ComfyUI_NetDist": [
[ [
"FetchRemote", "FetchRemote",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "doucx",
"title": "ComfyUI_WcpD_Utility_Kit",
"reference": "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit",
"files": [
"https://github.com/doucx/ComfyUI_WcpD_Utility_Kit"
],
"install_type": "git-clone",
"description": "Nodes: MergeStrings, ExecStrAsCode, RandnLatentImage. <p style='background-color: black; color: red;'>NOTE: This extension includes the ability to execute code as a string in nodes. Be cautious during installation, as it can pose a security risk.</p>"
},
{ {
"author": "AbyssYuan0", "author": "AbyssYuan0",
"title": "ComfyUI_BadgerTools", "title": "ComfyUI_BadgerTools",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "city96",
"title": "Extra Models for ComfyUI",
"reference": "https://github.com/city96/ComfyUI_ExtraModels",
"files": [
"https://github.com/city96/ComfyUI_ExtraModels"
],
"install_type": "git-clone",
"description": "This extension aims to add support for various random image diffusion models to ComfyUI."
},
{ {
"author": "shadowcz007", "author": "shadowcz007",
"title": "comfyui-mixlab-nodes", "title": "comfyui-mixlab-nodes",

View File

@ -104,7 +104,8 @@
"BSZLatentRGBAImage", "BSZLatentRGBAImage",
"BSZPixelbuster", "BSZPixelbuster",
"BSZPixelbusterHelp", "BSZPixelbusterHelp",
"BSZPrincipledSDXL" "BSZPrincipledSDXL",
"BSZPrincipledScale"
], ],
{ {
"title_aux": "bsz-cui-extras" "title_aux": "bsz-cui-extras"
@ -633,6 +634,7 @@
], ],
"https://github.com/LucianoCirino/efficiency-nodes-comfyui": [ "https://github.com/LucianoCirino/efficiency-nodes-comfyui": [
[ [
"AnimateDiff Script",
"Apply ControlNet Stack", "Apply ControlNet Stack",
"Control Net Stacker", "Control Net Stacker",
"Eff. Loader SDXL", "Eff. Loader SDXL",
@ -645,8 +647,9 @@
"KSampler SDXL (Eff.)", "KSampler SDXL (Eff.)",
"LoRA Stacker", "LoRA Stacker",
"Manual XY Entry Info", "Manual XY Entry Info",
"Noise Control Script",
"Pack SDXL Tuple", "Pack SDXL Tuple",
"Refiner Extras", "Tiled Upscaler Script",
"Unpack SDXL Tuple", "Unpack SDXL Tuple",
"XY Input: Add/Return Noise", "XY Input: Add/Return Noise",
"XY Input: Aesthetic Score", "XY Input: Aesthetic Score",
@ -2197,6 +2200,16 @@
"title_aux": "ComfyUI_DiT [WIP]" "title_aux": "ComfyUI_DiT [WIP]"
} }
], ],
"https://github.com/city96/ComfyUI_ExtraModels": [
[
"DiTCondLabelEmpty",
"DiTCondLabelSelect",
"DitCheckpointLoader"
],
{
"title_aux": "Extra Models for ComfyUI"
}
],
"https://github.com/city96/ComfyUI_NetDist": [ "https://github.com/city96/ComfyUI_NetDist": [
[ [
"FetchRemote", "FetchRemote",