update DB

This commit is contained in:
Dr.Lt.Data 2023-05-29 08:09:53 +09:00
parent 9a087da93d
commit 8be5895f99
2 changed files with 14 additions and 0 deletions

View File

@ -110,6 +110,16 @@
"install_type": "git-clone",
"description": "This extension contains a tiled sampler for ComfyUI. It allows for denoising larger images by splitting it up into smaller tiles and denoising these. It tries to minimize any seams for showing up in the end result by gradually denoising all tiles one step at the time and randomizing tile positions for every step."
},
{
"author": "BlenderNeko",
"title": "(WIP) SeeCoder",
"reference": "https://github.com/BlenderNeko/ComfyUI_SeeCoder",
"files": [
"https://github.com/BlenderNeko/ComfyUI_SeeCoder"
],
"install_type": "git-clone",
"description": "It provides the capability to generate CLIP from an image input, unlike unCLIP, which works in all models."
},
{
"author": "LucianoCirino",
"title": "Efficiency Nodes for ComfyUI",

View File

@ -37,6 +37,10 @@
"BNK_SlerpLatent",
"BNK_Unsampler"
],
"https://github.com/BlenderNeko/ComfyUI_SeeCoder": [
"ConcatConditioning",
"SEECoderImageEncode"
],
"https://github.com/BlenderNeko/ComfyUI_TiledKSampler": [
"BNK_TiledKSampler",
"BNK_TiledKSamplerAdvanced"