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
561c9f40e5
commit
11aca3513c
@ -31163,6 +31163,37 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching."
|
||||
},
|
||||
{
|
||||
"author": "saquib764",
|
||||
"title": "Omini Kontext",
|
||||
"id": "omini_kontext_editor",
|
||||
"reference": "https://github.com/Saquib764/omini-kontext",
|
||||
"files": [
|
||||
"https://github.com/Saquib764/omini-kontext"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control."
|
||||
},
|
||||
{
|
||||
"author": "obisin",
|
||||
"title": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)",
|
||||
"reference": "https://github.com/obisin/ComfyUI-DGLS",
|
||||
"files": [
|
||||
"https://github.com/obisin/ComfyUI-DGLS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Smart dynamic layer swapping between GPU and CPU for optimal inference performance with comprehensive mixed precision handling and copy-compute overlap optimization. Enables running much larger models on limited VRAM setups."
|
||||
},
|
||||
{
|
||||
"author": "Dehypnotic",
|
||||
"title": "Numbered Text",
|
||||
"reference": "https://github.com/Dehypnotic/comfyui-numbered-text",
|
||||
"files": [
|
||||
"https://github.com/Dehypnotic/comfyui-numbered-text"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple node for handling multi-line text with automatic line numbering and extracting a selected line.\nAlways auto-numbers lines (1., 2., 3., …)\nPick a line via 1-based index and output only that line’s content (without the “n. ” prefix)\nRead-only “gutter”-style preview with line numbers on the left, intended for display nodes"
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -31599,17 +31630,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "saquib764",
|
||||
"title": "Omini Kontext",
|
||||
"id": "omini_kontext_editor",
|
||||
"reference": "https://github.com/Saquib764/omini-kontext",
|
||||
"files": [
|
||||
"https://github.com/Saquib764/omini-kontext"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -311,16 +311,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that randomly selects LoRA files by category and automatically applies corresponding trigger words.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "AcademiaSD",
|
||||
"title": "comfyui_AcademiaSD",
|
||||
"reference": "https://github.com/AcademiaSD/comfyui_AcademiaSD",
|
||||
"files": [
|
||||
"https://github.com/AcademiaSD/comfyui_AcademiaSD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Counter (from file), Reset Counter (to file), Padded File Name, Prompt Batch Selector (by line)"
|
||||
},
|
||||
{
|
||||
"author": "idoru",
|
||||
"title": "Filestash Upload Node [UNSAFE]",
|
||||
|
||||
@ -1,5 +1,36 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "saquib764",
|
||||
"title": "Omini Kontext",
|
||||
"id": "omini_kontext_editor",
|
||||
"reference": "https://github.com/Saquib764/omini-kontext",
|
||||
"files": [
|
||||
"https://github.com/Saquib764/omini-kontext"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control."
|
||||
},
|
||||
{
|
||||
"author": "obisin",
|
||||
"title": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)",
|
||||
"reference": "https://github.com/obisin/ComfyUI-DGLS",
|
||||
"files": [
|
||||
"https://github.com/obisin/ComfyUI-DGLS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Smart dynamic layer swapping between GPU and CPU for optimal inference performance with comprehensive mixed precision handling and copy-compute overlap optimization. Enables running much larger models on limited VRAM setups."
|
||||
},
|
||||
{
|
||||
"author": "Dehypnotic",
|
||||
"title": "Numbered Text",
|
||||
"reference": "https://github.com/Dehypnotic/comfyui-numbered-text",
|
||||
"files": [
|
||||
"https://github.com/Dehypnotic/comfyui-numbered-text"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple node for handling multi-line text with automatic line numbering and extracting a selected line.\nAlways auto-numbers lines (1., 2., 3., …)\nPick a line via 1-based index and output only that line’s content (without the “n. ” prefix)\nRead-only “gutter”-style preview with line numbers on the left, intended for display nodes"
|
||||
},
|
||||
{
|
||||
"author": "moonwhaler",
|
||||
"title": "SeedVR2 Tiling Upscaler",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user