Browse Source

update DB

pull/14/head
Dr.Lt.Data 1 year ago
parent
commit
8be5895f99
  1. 10
      custom-node-list.json
  2. 4
      extension-node-map.json

10
custom-node-list.json

@ -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",

4
extension-node-map.json

@ -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"

Loading…
Cancel
Save