update DB

This commit is contained in:
Dr.Lt.Data 2023-11-08 00:31:05 +09:00
parent 87c2966283
commit 662e15540f
4 changed files with 22 additions and 0 deletions

View File

@ -2535,6 +2535,16 @@
"install_type": "git-clone",
"description": "This custom node provides various tools for resizing images. The goal is resizing without distorting proportions, yet without having to perform any calculations with the size of the original image. If a mask is present, it is resized and modified along with the image."
},
{
"author": "palant",
"title": "Integrated Nodes for ComfyUI",
"reference": "https://github.com/palant/integrated-nodes-comfyui",
"files": [
"https://github.com/palant/integrated-nodes-comfyui"
],
"install_type": "git-clone",
"description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected."
},
{
"author": "Ser-Hilary",
"title": "SDXL_sizing",

View File

@ -3173,6 +3173,7 @@
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
"LineArt_Preprocessor_Provider_for_SEGS //Inspire",
"LoadImage //Inspire",
"LoadImageListFromDir //Inspire",
"LoadImagesFromDir //Inspire",
"LoadPromptsFromDir //Inspire",
"LoadPromptsFromFile //Inspire",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "palant",
"title": "Integrated Nodes for ComfyUI",
"reference": "https://github.com/palant/integrated-nodes-comfyui",
"files": [
"https://github.com/palant/integrated-nodes-comfyui"
],
"install_type": "git-clone",
"description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected."
},
{
"author": "palant",
"title": "Image Resize for ComfyUI",

View File

@ -3173,6 +3173,7 @@
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
"LineArt_Preprocessor_Provider_for_SEGS //Inspire",
"LoadImage //Inspire",
"LoadImageListFromDir //Inspire",
"LoadImagesFromDir //Inspire",
"LoadPromptsFromDir //Inspire",
"LoadPromptsFromFile //Inspire",