mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
9a087da93d
commit
8be5895f99
@ -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",
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user