mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-04-15 12:52:30 +08:00
This commit is contained in:
parent
e9fd8a3078
commit
15ec9a901b
@ -36454,6 +36454,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models."
|
||||
},
|
||||
{
|
||||
"author": "rookiestar28",
|
||||
"title": "ComfyUI-RookieUI",
|
||||
"id": "comfyui-rookieui",
|
||||
"reference": "https://github.com/rookiestar28/ComfyUI-RookieUI",
|
||||
"files": [
|
||||
"https://github.com/rookiestar28/ComfyUI-RookieUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ultimate A1111-style sidebar. Bring the classic UX you know and love into ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "rookiestar28",
|
||||
"title": "ComfyUI-OpenClaw",
|
||||
"id": "comfyui-openclaw",
|
||||
"reference": "https://github.com/rookiestar28/ComfyUI-OpenClaw",
|
||||
"files": [
|
||||
"https://github.com/rookiestar28/ComfyUI-OpenClaw"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way. ©️"
|
||||
},
|
||||
{
|
||||
"author": "MoonMoon82",
|
||||
"title": "ClipVision_Tools",
|
||||
@ -41375,6 +41397,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Tiled upscaling for ComfyUI using built-in nodes. Replicates the core features of UltimateSDUpscale as a transparent workflow you can inspect and modify."
|
||||
},
|
||||
{
|
||||
"author": "ethanfel",
|
||||
"title": "LoRA Optimizer",
|
||||
"id": "comfyui-lora-optimizer",
|
||||
"reference": "https://github.com/ethanfel/ComfyUI-LoRA-Optimizer",
|
||||
"files": [
|
||||
"https://github.com/ethanfel/ComfyUI-LoRA-Optimizer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Auto-optimizer node for combining multiple LoRAs via diff-based merging with TIES conflict resolution"
|
||||
},
|
||||
{
|
||||
"author": "shin131002",
|
||||
"title": "RandomLoRALoader",
|
||||
@ -46222,28 +46255,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "rookiestar28",
|
||||
"title": "ComfyUI-RookieUI",
|
||||
"id": "comfyui-rookieui",
|
||||
"reference": "https://github.com/rookiestar28/ComfyUI-RookieUI",
|
||||
"files": [
|
||||
"https://github.com/rookiestar28/ComfyUI-RookieUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ultimate A1111-style sidebar. Bring the classic UX you know and love into ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "rookiestar28",
|
||||
"title": "ComfyUI-OpenClaw",
|
||||
"id": "comfyui-openclaw",
|
||||
"reference": "https://github.com/rookiestar28/ComfyUI-OpenClaw",
|
||||
"files": [
|
||||
"https://github.com/rookiestar28/ComfyUI-OpenClaw"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way. ©️"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -13694,6 +13694,7 @@
|
||||
"LTXAttentionBank",
|
||||
"LTXAttnOverride",
|
||||
"LTXFetaEnhance",
|
||||
"LTXFloatToInt",
|
||||
"LTXFlowEditCFGGuider",
|
||||
"LTXFlowEditSampler",
|
||||
"LTXForwardModelSamplingPred",
|
||||
@ -13718,6 +13719,7 @@
|
||||
"LTXVImgToVideoConditionOnly",
|
||||
"LTXVInContextSampler",
|
||||
"LTXVInpaintPreprocess",
|
||||
"LTXVLaplacianPyramidBlend",
|
||||
"LTXVLinearOverlapLatentTransition",
|
||||
"LTXVLoadConditioning",
|
||||
"LTXVLoopingSampler",
|
||||
@ -50158,6 +50160,8 @@
|
||||
"InoLoadMultipleLora",
|
||||
"InoLoadSamplerModels",
|
||||
"InoLoadVaeModel",
|
||||
"InoMathFloat",
|
||||
"InoMathInt",
|
||||
"InoMegapixelResolution",
|
||||
"InoMovePath",
|
||||
"InoNotBoolean",
|
||||
|
||||
2994
github-stats.json
2994
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,38 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ethanfel",
|
||||
"title": "LoRA Optimizer",
|
||||
"id": "comfyui-lora-optimizer",
|
||||
"reference": "https://github.com/ethanfel/ComfyUI-LoRA-Optimizer",
|
||||
"files": [
|
||||
"https://github.com/ethanfel/ComfyUI-LoRA-Optimizer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Auto-optimizer node for combining multiple LoRAs via diff-based merging with TIES conflict resolution"
|
||||
},
|
||||
{
|
||||
"author": "rookiestar28",
|
||||
"title": "ComfyUI-RookieUI",
|
||||
"id": "comfyui-rookieui",
|
||||
"reference": "https://github.com/rookiestar28/ComfyUI-RookieUI",
|
||||
"files": [
|
||||
"https://github.com/rookiestar28/ComfyUI-RookieUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ultimate A1111-style sidebar. Bring the classic UX you know and love into ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "rookiestar28",
|
||||
"title": "ComfyUI-OpenClaw",
|
||||
"id": "comfyui-openclaw",
|
||||
"reference": "https://github.com/rookiestar28/ComfyUI-OpenClaw",
|
||||
"files": [
|
||||
"https://github.com/rookiestar28/ComfyUI-OpenClaw"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way. ©️"
|
||||
},
|
||||
{
|
||||
"author": "knottttt",
|
||||
"title": "ComfyUI TinyPNG",
|
||||
|
||||
@ -13694,6 +13694,7 @@
|
||||
"LTXAttentionBank",
|
||||
"LTXAttnOverride",
|
||||
"LTXFetaEnhance",
|
||||
"LTXFloatToInt",
|
||||
"LTXFlowEditCFGGuider",
|
||||
"LTXFlowEditSampler",
|
||||
"LTXForwardModelSamplingPred",
|
||||
@ -13718,6 +13719,7 @@
|
||||
"LTXVImgToVideoConditionOnly",
|
||||
"LTXVInContextSampler",
|
||||
"LTXVInpaintPreprocess",
|
||||
"LTXVLaplacianPyramidBlend",
|
||||
"LTXVLinearOverlapLatentTransition",
|
||||
"LTXVLoadConditioning",
|
||||
"LTXVLoopingSampler",
|
||||
@ -50158,6 +50160,8 @@
|
||||
"InoLoadMultipleLora",
|
||||
"InoLoadSamplerModels",
|
||||
"InoLoadVaeModel",
|
||||
"InoMathFloat",
|
||||
"InoMathInt",
|
||||
"InoMegapixelResolution",
|
||||
"InoMovePath",
|
||||
"InoNotBoolean",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user