mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 09:04:52 +08:00
update DB
This commit is contained in:
parent
5d9578d231
commit
429e13bf4d
@ -19063,6 +19063,25 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
|
"description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "calcuis",
|
||||||
|
"title": "gguf",
|
||||||
|
"id": "gguf",
|
||||||
|
"reference": "https://github.com/calcuis/gguf",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/calcuis/gguf"
|
||||||
|
],
|
||||||
|
"preemptions":[
|
||||||
|
"LoaderGGUF",
|
||||||
|
"ClipLoaderGGUF",
|
||||||
|
"DualClipLoaderGGUF",
|
||||||
|
"TripleClipLoaderGGUF",
|
||||||
|
"LoaderGGUFAdvanced",
|
||||||
|
"GGUFSave"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "gguf node for comfyui"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -19525,25 +19544,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "calcuis",
|
|
||||||
"title": "gguf",
|
|
||||||
"id": "gguf",
|
|
||||||
"reference": "https://github.com/calcuis/gguf",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/calcuis/gguf"
|
|
||||||
],
|
|
||||||
"preemptions":[
|
|
||||||
"LoaderGGUF",
|
|
||||||
"ClipLoaderGGUF",
|
|
||||||
"DualClipLoaderGGUF",
|
|
||||||
"TripleClipLoaderGGUF",
|
|
||||||
"LoaderGGUFAdvanced",
|
|
||||||
"GGUFSave"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "gguf node for comfyui"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,17 +10,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
|
||||||
"author": "welltop-cn",
|
|
||||||
"title": "ComfyUI-TeaCache",
|
|
||||||
"id": "teacache",
|
|
||||||
"reference": "https://github.com/welltop-cn/ComfyUI-TeaCache",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/welltop-cn/ComfyUI-TeaCache"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "zyd232",
|
"author": "zyd232",
|
||||||
"title": "ComfyUI-zyd232-Nodes",
|
"title": "ComfyUI-zyd232-Nodes",
|
||||||
|
|||||||
@ -10,6 +10,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "welltop-cn",
|
||||||
|
"title": "ComfyUI-TeaCache",
|
||||||
|
"id": "teacache",
|
||||||
|
"reference": "https://github.com/welltop-cn/ComfyUI-TeaCache",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/welltop-cn/ComfyUI-TeaCache"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "jammyfu",
|
"author": "jammyfu",
|
||||||
"title": "Painting Coder Utils",
|
"title": "Painting Coder Utils",
|
||||||
@ -21,6 +32,25 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A practical collection of nodes for ComfyUI that streamlines image and text processing workflows. Features include image optimized resolution adjustment, text cleaning tools, dynamic image/text combination, and mask preview utilities. Perfect for artists and developers looking to enhance their AI art creation pipeline."
|
"description": "A practical collection of nodes for ComfyUI that streamlines image and text processing workflows. Features include image optimized resolution adjustment, text cleaning tools, dynamic image/text combination, and mask preview utilities. Perfect for artists and developers looking to enhance their AI art creation pipeline."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "calcuis",
|
||||||
|
"title": "gguf",
|
||||||
|
"id": "gguf",
|
||||||
|
"reference": "https://github.com/calcuis/gguf",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/calcuis/gguf"
|
||||||
|
],
|
||||||
|
"preemptions":[
|
||||||
|
"LoaderGGUF",
|
||||||
|
"ClipLoaderGGUF",
|
||||||
|
"DualClipLoaderGGUF",
|
||||||
|
"TripleClipLoaderGGUF",
|
||||||
|
"LoaderGGUFAdvanced",
|
||||||
|
"GGUFSave"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "gguf node for comfyui"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "sh570655308",
|
"author": "sh570655308",
|
||||||
"title": "ComfyUI-GigapixelAI",
|
"title": "ComfyUI-GigapixelAI",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user