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
ef943a588d
commit
d3654b2ee4
@ -656,17 +656,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "GGUF Quantization support for native ComfyUI models\nThis is currently very much WIP. These custom nodes provide support for model files stored in the GGUF format popularized by llama.cpp.\nWhile quantization wasn't feasible for regular UNET models (conv2d), transformer/DiT models such as flux seem less affected by quantization. This allows running it in much lower bits per weight variable bitrate quants on low-end GPUs.\n[w/LoRA / Controlnet / etc are currently not supported due to the weights being quantized.]"
|
||||
},
|
||||
{
|
||||
"author": "city96",
|
||||
"title": "ComfyUI-GGUF",
|
||||
"id": "gguf",
|
||||
"reference": "https://github.com/city96/ComfyUI-GGUF",
|
||||
"files": [
|
||||
"https://github.com/city96/ComfyUI-GGUF"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "GGUF Quantization support for native ComfyUI models\nThis is currently very much WIP. These custom nodes provide support for model files stored in the GGUF format popularized by llama.cpp.\nWhile quantization wasn't feasible for regular UNET models (conv2d), transformer/DiT models such as flux seem less affected by quantization. This allows running it in much lower bits per weight variable bitrate quants on low-end GPUs."
|
||||
},
|
||||
{
|
||||
"author": "SLAPaper",
|
||||
"title": "ComfyUI-Image-Selector",
|
||||
@ -6537,14 +6526,14 @@
|
||||
},
|
||||
{
|
||||
"author": "blepping",
|
||||
"title": "ComfyUI jank HiDiffusion",
|
||||
"title": "comfyui_jankhidiffusion",
|
||||
"id": "jank-hidiffusion",
|
||||
"reference": "https://github.com/blepping/comfyui_jankhidiffusion",
|
||||
"files": [
|
||||
"https://github.com/blepping/comfyui_jankhidiffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Janky experimental attempt at implementing [a/HiDiffusion](https://github.com/megvii-research/HiDiffusion) for ComfyUI."
|
||||
"description": "Janky implementation of [a/HiDiffusion](https://github.com/megvii-research/HiDiffusion) for ComfyUI. Enables generating at resolutions higher than what the model was trained for. Only supports SD 1.x (maybe 2.x) and SDXL."
|
||||
},
|
||||
{
|
||||
"author": "blepping",
|
||||
|
||||
@ -3239,6 +3239,7 @@
|
||||
"ADE_MultivalConvertToMask",
|
||||
"ADE_MultivalDynamic",
|
||||
"ADE_MultivalDynamicFloatInput",
|
||||
"ADE_MultivalDynamicFloats",
|
||||
"ADE_MultivalScaledMask",
|
||||
"ADE_NoiseLayerAdd",
|
||||
"ADE_NoiseLayerAddWeighted",
|
||||
@ -5776,6 +5777,7 @@
|
||||
"ttN text7BOX_concat",
|
||||
"ttN textCycleLine",
|
||||
"ttN textDebug",
|
||||
"ttN textOutput",
|
||||
"ttN tinyLoader",
|
||||
"ttN xyPlot"
|
||||
],
|
||||
@ -7577,7 +7579,7 @@
|
||||
"ApplyRAUNetSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI jank HiDiffusion"
|
||||
"title_aux": "comfyui_jankhidiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/blepping/comfyui_overly_complicated_sampling": [
|
||||
@ -16104,13 +16106,8 @@
|
||||
"BizyAirHEDPreprocessor",
|
||||
"BizyAirImageCaption",
|
||||
"BizyAirJoyCaption",
|
||||
"BizyAirKolorsSampler",
|
||||
"BizyAirKolorsTextEncode",
|
||||
"BizyAirKolorsVAEDecode",
|
||||
"BizyAirKolorsVAEEncode",
|
||||
"BizyAirLeReS_DepthMapPreprocessor",
|
||||
"BizyAirLineArtPreprocessor",
|
||||
"BizyAirMZChatGLM3TextEncode",
|
||||
"BizyAirM_LSDPreprocessor",
|
||||
"BizyAirMetric3D_DepthMapPreprocessor",
|
||||
"BizyAirMetric3D_NormalMapPreprocessor",
|
||||
@ -16123,7 +16120,6 @@
|
||||
"BizyAirRemoveBackground",
|
||||
"BizyAirSAMPreprocessor",
|
||||
"BizyAirScribblePreprocessor",
|
||||
"BizyAirSetAPIKey",
|
||||
"BizyAirSiliconCloudLLMAPI",
|
||||
"BizyAirSuperResolution",
|
||||
"BizyAirTilePreprocessor",
|
||||
|
||||
@ -9,9 +9,18 @@
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-Fluxtapoz [WIP]",
|
||||
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
|
||||
"files": [
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for editing images using Flux in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "ChrisColeTech",
|
||||
"title": "ComfyUI-Get-Random-File [UNSAFE]",
|
||||
"reference": "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File",
|
||||
"files": [
|
||||
|
||||
@ -3239,6 +3239,7 @@
|
||||
"ADE_MultivalConvertToMask",
|
||||
"ADE_MultivalDynamic",
|
||||
"ADE_MultivalDynamicFloatInput",
|
||||
"ADE_MultivalDynamicFloats",
|
||||
"ADE_MultivalScaledMask",
|
||||
"ADE_NoiseLayerAdd",
|
||||
"ADE_NoiseLayerAddWeighted",
|
||||
@ -5776,6 +5777,7 @@
|
||||
"ttN text7BOX_concat",
|
||||
"ttN textCycleLine",
|
||||
"ttN textDebug",
|
||||
"ttN textOutput",
|
||||
"ttN tinyLoader",
|
||||
"ttN xyPlot"
|
||||
],
|
||||
@ -7577,7 +7579,7 @@
|
||||
"ApplyRAUNetSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI jank HiDiffusion"
|
||||
"title_aux": "comfyui_jankhidiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/blepping/comfyui_overly_complicated_sampling": [
|
||||
@ -16104,13 +16106,8 @@
|
||||
"BizyAirHEDPreprocessor",
|
||||
"BizyAirImageCaption",
|
||||
"BizyAirJoyCaption",
|
||||
"BizyAirKolorsSampler",
|
||||
"BizyAirKolorsTextEncode",
|
||||
"BizyAirKolorsVAEDecode",
|
||||
"BizyAirKolorsVAEEncode",
|
||||
"BizyAirLeReS_DepthMapPreprocessor",
|
||||
"BizyAirLineArtPreprocessor",
|
||||
"BizyAirMZChatGLM3TextEncode",
|
||||
"BizyAirM_LSDPreprocessor",
|
||||
"BizyAirMetric3D_DepthMapPreprocessor",
|
||||
"BizyAirMetric3D_NormalMapPreprocessor",
|
||||
@ -16123,7 +16120,6 @@
|
||||
"BizyAirRemoveBackground",
|
||||
"BizyAirSAMPreprocessor",
|
||||
"BizyAirScribblePreprocessor",
|
||||
"BizyAirSetAPIKey",
|
||||
"BizyAirSiliconCloudLLMAPI",
|
||||
"BizyAirSuperResolution",
|
||||
"BizyAirTilePreprocessor",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user