mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
03f9fe1a70
commit
a0b14d4127
@ -29188,16 +29188,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required. Includes flexible UNET and CLIP loaders that work across models like SDXL, SD3, Flux, and more."
|
||||
},
|
||||
{
|
||||
"author": "lucak5s",
|
||||
"title": "ComfyUI GFPGAN",
|
||||
"reference": "https://github.com/lucak5s/comfyui_gfpgan",
|
||||
"files": [
|
||||
"https://github.com/lucak5s/comfyui_gfpgan"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Face restoration with GFPGAN."
|
||||
},
|
||||
{
|
||||
"author": "joeriben",
|
||||
"title": "AI4ArtsEd Nodes",
|
||||
|
||||
@ -17091,6 +17091,10 @@
|
||||
"JsonLoads",
|
||||
"QwenLatentImage",
|
||||
"ReadFileToString",
|
||||
"Seededit3",
|
||||
"Seedream3Txt2Img",
|
||||
"Seedream4Img2Img",
|
||||
"Seedream4Txt2Img",
|
||||
"SplitString",
|
||||
"Translate",
|
||||
"VolcengineChat",
|
||||
@ -33099,14 +33103,6 @@
|
||||
"title_aux": "ComfyUI CrewAI"
|
||||
}
|
||||
],
|
||||
"https://github.com/lucak5s/comfyui_gfpgan": [
|
||||
[
|
||||
"GFPGANRestorer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI GFPGAN"
|
||||
}
|
||||
],
|
||||
"https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": [
|
||||
[
|
||||
"EgregoraAudioUpscaler",
|
||||
@ -40128,6 +40124,9 @@
|
||||
"TagMerger",
|
||||
"TagMerger4",
|
||||
"TagMerger6",
|
||||
"TagPipeIn",
|
||||
"TagPipeOut",
|
||||
"TagPipeUpdate",
|
||||
"TagRandomCategory",
|
||||
"TagRemover",
|
||||
"TagReplace",
|
||||
|
||||
1419
github-stats.json
1419
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "SlackinJack",
|
||||
"title": "multigpu_diffusion_comfyui",
|
||||
"reference": "https://github.com/SlackinJack/multigpu_diffusion_comfyui",
|
||||
"files": [
|
||||
"https://github.com/SlackinJack/multigpu_diffusion_comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: GGUFSelector, CheckpointSelector, SchedulerSelector, LoraSelector, MultiLoraJoiner, VAESelector, MotionModuleSelector, MotionAdapterSelector, MotionAdapterLoraSelector, ControlNetSelector, IPAdapterSelector, EncodePromptWithCompel, HostConfig, AsyncDiffConfig, AsyncDiffADSampler, AsyncDiffSDSampler, AsyncDiffSDUpscaleSampler, AsyncDiffSVDSampler, DistrifuserConfig, DistrifuserSDSampler, xDiTConfig, xDiTSampler, xDiTUSPConfig, xDiTUSPImageSampler, xDiTUSPVideoSampler"
|
||||
},
|
||||
{
|
||||
"author": "dmitry-guskov",
|
||||
"title": "ComfyUI_light_image_ops",
|
||||
|
||||
@ -3484,6 +3484,38 @@
|
||||
"title_aux": "Simlym/comfyui-prompt-helper [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/SlackinJack/multigpu_diffusion_comfyui": [
|
||||
[
|
||||
"AsyncDiffADSampler",
|
||||
"AsyncDiffConfig",
|
||||
"AsyncDiffSDSampler",
|
||||
"AsyncDiffSDUpscaleSampler",
|
||||
"AsyncDiffSVDSampler",
|
||||
"CheckpointSelector",
|
||||
"ControlNetSelector",
|
||||
"DistrifuserConfig",
|
||||
"DistrifuserSDSampler",
|
||||
"EncodePromptWithCompel",
|
||||
"GGUFSelector",
|
||||
"HostConfig",
|
||||
"IPAdapterSelector",
|
||||
"LoraSelector",
|
||||
"MotionAdapterLoraSelector",
|
||||
"MotionAdapterSelector",
|
||||
"MotionModuleSelector",
|
||||
"MultiLoraJoiner",
|
||||
"SchedulerSelector",
|
||||
"VAESelector",
|
||||
"xDiTConfig",
|
||||
"xDiTSampler",
|
||||
"xDiTUSPConfig",
|
||||
"xDiTUSPImageSampler",
|
||||
"xDiTUSPVideoSampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "multigpu_diffusion_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/Slix-M-Lestragg/comfyui-enhanced": [
|
||||
[
|
||||
"Range Iterator"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "lucak5s",
|
||||
"title": "ComfyUI GFPGAN [REMOVED]",
|
||||
"reference": "https://github.com/lucak5s/comfyui_gfpgan",
|
||||
"files": [
|
||||
"https://github.com/lucak5s/comfyui_gfpgan"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Face restoration with GFPGAN."
|
||||
},
|
||||
{
|
||||
"author": "impactframes",
|
||||
"title": "IF_AI_tools [DEPRECATED]",
|
||||
|
||||
@ -695,68 +695,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple ComfyUI plugin that Its purpose and function is to replicate some of the editing effects of capcut,jianying and pr."
|
||||
},
|
||||
{
|
||||
"author": "Shellishack",
|
||||
"title": "ComfyUI Remote Media Loaders",
|
||||
"reference": "https://github.com/Shellishack/comfyui-remote-media-loaders",
|
||||
"files": [
|
||||
"https://github.com/Shellishack/comfyui-remote-media-loaders"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Load media (image/video/audio) from remote URL"
|
||||
},
|
||||
{
|
||||
"author": "S4MUEL404",
|
||||
"title": "ComfyUI Prepack",
|
||||
"id": "comfyui-prepack",
|
||||
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack",
|
||||
"files": [
|
||||
"https://github.com/S4MUEL-404/ComfyUI-Prepack"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows."
|
||||
},
|
||||
{
|
||||
"author": "Frief84",
|
||||
"title": "ComfyUI-LoRAWeightAxisXY",
|
||||
"reference": "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY",
|
||||
"files": [
|
||||
"https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.",
|
||||
"tags": ["xy-plot", "lora", "efficiency-nodes", "utility"]
|
||||
},
|
||||
{
|
||||
"author": "penposs",
|
||||
"title": "ComfyUI-Banana-Node",
|
||||
"reference": "https://github.com/penposs/ComfyUI-Banana-Node",
|
||||
"files": [
|
||||
"https://github.com/penposs/ComfyUI-Banana-Node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that generates images using Google’s Gemini 2.5 Flash Image Preview API."
|
||||
},
|
||||
{
|
||||
"author": "PenguinTeo",
|
||||
"title": "GeminiBanana for ComfyUI",
|
||||
"reference": "https://github.com/PenguinTeo/Comfyui-GeminiBanana",
|
||||
"files": [
|
||||
"https://github.com/PenguinTeo/Comfyui-GeminiBanana"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "GeminiBanana is a custom node for ComfyUI based on the Gemini API. It allows you to call Gemini inside ComfyUI workflows to generate text, parse images, or perform multimodal interactions, greatly enhancing workflow automation and creative capabilities."
|
||||
},
|
||||
{
|
||||
"author": "grovergol",
|
||||
"title": "ComfyUI Grover Nodes",
|
||||
"reference": "https://github.com/grovergol/comfyui-grover-nodes",
|
||||
"files": [
|
||||
"https://github.com/grovergol/comfyui-grover-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node that allows opening file paths in the default system file explorer."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -17091,6 +17091,10 @@
|
||||
"JsonLoads",
|
||||
"QwenLatentImage",
|
||||
"ReadFileToString",
|
||||
"Seededit3",
|
||||
"Seedream3Txt2Img",
|
||||
"Seedream4Img2Img",
|
||||
"Seedream4Txt2Img",
|
||||
"SplitString",
|
||||
"Translate",
|
||||
"VolcengineChat",
|
||||
@ -33099,14 +33103,6 @@
|
||||
"title_aux": "ComfyUI CrewAI"
|
||||
}
|
||||
],
|
||||
"https://github.com/lucak5s/comfyui_gfpgan": [
|
||||
[
|
||||
"GFPGANRestorer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI GFPGAN"
|
||||
}
|
||||
],
|
||||
"https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": [
|
||||
[
|
||||
"EgregoraAudioUpscaler",
|
||||
@ -40128,6 +40124,9 @@
|
||||
"TagMerger",
|
||||
"TagMerger4",
|
||||
"TagMerger6",
|
||||
"TagPipeIn",
|
||||
"TagPipeOut",
|
||||
"TagPipeUpdate",
|
||||
"TagRandomCategory",
|
||||
"TagRemover",
|
||||
"TagReplace",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user