mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-02 18:20:49 +08:00
Merge branch 'main' into draft-v4
This commit is contained in:
commit
90ce448380
@ -184,13 +184,18 @@ class Ctx:
|
|||||||
cmd_ctx = Ctx()
|
cmd_ctx = Ctx()
|
||||||
|
|
||||||
|
|
||||||
def install_node(node_spec_str, is_all=False, cnt_msg=''):
|
def install_node(node_spec_str, is_all=False, cnt_msg='', **kwargs):
|
||||||
|
exit_on_fail = kwargs.get('exit_on_fail', False)
|
||||||
|
print(f"install_node exit on fail:{exit_on_fail}...")
|
||||||
|
|
||||||
if core.is_valid_url(node_spec_str):
|
if core.is_valid_url(node_spec_str):
|
||||||
# install via urls
|
# install via urls
|
||||||
res = asyncio.run(core.gitclone_install(node_spec_str, no_deps=cmd_ctx.no_deps))
|
res = asyncio.run(core.gitclone_install(node_spec_str, no_deps=cmd_ctx.no_deps))
|
||||||
if not res.result:
|
if not res.result:
|
||||||
print(res.msg)
|
print(res.msg)
|
||||||
print(f"[bold red]ERROR: An error occurred while installing '{node_spec_str}'.[/bold red]")
|
print(f"[bold red]ERROR: An error occurred while installing '{node_spec_str}'.[/bold red]")
|
||||||
|
if exit_on_fail:
|
||||||
|
sys.exit(1)
|
||||||
else:
|
else:
|
||||||
print(f"{cnt_msg} [INSTALLED] {node_spec_str:50}")
|
print(f"{cnt_msg} [INSTALLED] {node_spec_str:50}")
|
||||||
else:
|
else:
|
||||||
@ -225,6 +230,8 @@ def install_node(node_spec_str, is_all=False, cnt_msg=''):
|
|||||||
print("")
|
print("")
|
||||||
else:
|
else:
|
||||||
print(f"[bold red]ERROR: An error occurred while installing '{node_name}'.\n{res.msg}[/bold red]")
|
print(f"[bold red]ERROR: An error occurred while installing '{node_name}'.\n{res.msg}[/bold red]")
|
||||||
|
if exit_on_fail:
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
def reinstall_node(node_spec_str, is_all=False, cnt_msg=''):
|
def reinstall_node(node_spec_str, is_all=False, cnt_msg=''):
|
||||||
@ -598,7 +605,7 @@ def get_all_installed_node_specs():
|
|||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
||||||
def for_each_nodes(nodes, act, allow_all=True):
|
def for_each_nodes(nodes, act, allow_all=True, **kwargs):
|
||||||
is_all = False
|
is_all = False
|
||||||
if allow_all and 'all' in nodes:
|
if allow_all and 'all' in nodes:
|
||||||
is_all = True
|
is_all = True
|
||||||
@ -610,7 +617,7 @@ def for_each_nodes(nodes, act, allow_all=True):
|
|||||||
i = 1
|
i = 1
|
||||||
for x in nodes:
|
for x in nodes:
|
||||||
try:
|
try:
|
||||||
act(x, is_all=is_all, cnt_msg=f'{i}/{total}')
|
act(x, is_all=is_all, cnt_msg=f'{i}/{total}', **kwargs)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"ERROR: {e}")
|
print(f"ERROR: {e}")
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
@ -654,13 +661,17 @@ def install(
|
|||||||
None,
|
None,
|
||||||
help="user directory"
|
help="user directory"
|
||||||
),
|
),
|
||||||
|
exit_on_fail: bool = typer.Option(
|
||||||
|
False,
|
||||||
|
help="Exit on failure"
|
||||||
|
)
|
||||||
):
|
):
|
||||||
cmd_ctx.set_user_directory(user_directory)
|
cmd_ctx.set_user_directory(user_directory)
|
||||||
cmd_ctx.set_channel_mode(channel, mode)
|
cmd_ctx.set_channel_mode(channel, mode)
|
||||||
cmd_ctx.set_no_deps(no_deps)
|
cmd_ctx.set_no_deps(no_deps)
|
||||||
|
|
||||||
pip_fixer = manager_util.PIPFixer(manager_util.get_installed_packages(), comfy_path, context.manager_files_path)
|
pip_fixer = manager_util.PIPFixer(manager_util.get_installed_packages(), comfy_path, context.manager_files_path)
|
||||||
for_each_nodes(nodes, act=install_node)
|
for_each_nodes(nodes, act=install_node, exit_on_fail=exit_on_fail)
|
||||||
pip_fixer.fix_broken()
|
pip_fixer.fix_broken()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
6892
github-stats.json
6892
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -4965,6 +4965,51 @@
|
|||||||
"filename": "<huggingface>",
|
"filename": "<huggingface>",
|
||||||
"url": "lllyasviel/FramePackI2V_HY",
|
"url": "lllyasviel/FramePackI2V_HY",
|
||||||
"size": "25.75GB"
|
"size": "25.75GB"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "LTX-Video Spatial Upscaler v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "Spatial upscaler model for LTX-Video. This model enhances the spatial resolution of generated videos.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-spatial-upscaler-0.9.7.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-spatial-upscaler-0.9.7.safetensors",
|
||||||
|
"size": "505MB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LTX-Video Temporal Upscaler v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "Temporal upscaler model for LTX-Video. This model enhances the temporal resolution and smoothness of generated videos.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-temporal-upscaler-0.9.7.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-temporal-upscaler-0.9.7.safetensors",
|
||||||
|
"size": "524MB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LTX-Video 13B v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "High-resolution quality LTX-Video 13B model.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-13b-0.9.7-dev.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-13b-0.9.7-dev.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LTX-Video 13B FP8 v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "Quantized version of the LTX-Video 13B model, optimized for lower VRAM usage while maintaining high quality.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-13b-0.9.7-dev-fp8.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-13b-0.9.7-dev-fp8.safetensors",
|
||||||
|
"size": "15.7GB"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,6 +12,236 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "George0726",
|
||||||
|
"title": "ComfyUI-video-accessory [WIP]",
|
||||||
|
"reference": "https://github.com/George0726/ComfyUI-video-accessory",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/George0726/ComfyUI-video-accessory"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "accessory nodes for video generation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "bheins",
|
||||||
|
"title": "ComfyUI-glb-to-stl [WIP]",
|
||||||
|
"reference": "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/maurorilla/ComfyUI-MisterMR-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A collection of custom nodes for ComfyUI that add drawing capabilities to your workflow.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "TheJorseman",
|
||||||
|
"title": "IntrinsicCompositingClean-ComfyUI",
|
||||||
|
"reference": "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: DepthModelLoader, NormalsModelLoader, IntrinsicModelLoader, AlbedoModelLoader, ReshadingModelLoader, ReshadingProcessor, ...\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "bheins",
|
||||||
|
"title": "ComfyUI-glb-to-stl [WIP]",
|
||||||
|
"reference": "https://github.com/bheins/ComfyUI-glb-to-stl",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/bheins/ComfyUI-glb-to-stl"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "GLB conversion to STL node for ComfyUI\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "cyberhirsch",
|
||||||
|
"title": "seb_nodes [WIP]",
|
||||||
|
"reference": "https://github.com/cyberhirsch/seb_nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/cyberhirsch/seb_nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A custom node for ComfyUI providing more control over image saving, including dynamic subfolder creation and a convenient button to open the last used output folder directly from the UI.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Anonymzx",
|
||||||
|
"title": "ComfyUI-Indonesia-TTS [WIP]",
|
||||||
|
"reference": "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Anonymzx/ComfyUI-Indonesia-TTS"
|
||||||
|
],
|
||||||
|
"description": "Repositori ini menyediakan integrasi model Text-to-Speech (TTS) Bahasa Indonesia dari Facebook (MMS-TTS-IND) ke dalam ComfyUI, sehingga Anda dapat langsung menyintesis suara berbahasa Indonesia dengan kontrol penuh via antarmuka node-based.\nNOTE: The files in the repo are not organized.",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "3dmindscapper",
|
||||||
|
"title": "ComfyUI-Sam-Mesh [WIP]",
|
||||||
|
"reference": "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/3dmindscapper/ComfyUI-Sam-Mesh"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "comfyui implementation of SaMesh segmentation of 3d meshes\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "shinich39",
|
||||||
|
"title": "comfyui-run-js [UNSAFE]",
|
||||||
|
"reference": "https://github.com/shinich39/comfyui-run-js",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/shinich39/comfyui-run-js"
|
||||||
|
],
|
||||||
|
"description": "Manipulate workflow via javascript on node.",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "fangg2000",
|
||||||
|
"title": "ComfyUI-SenseVoice [WIP]",
|
||||||
|
"reference": "https://github.com/fangg2000/ComfyUI-SenseVoice",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/fangg2000/ComfyUI-SenseVoice"
|
||||||
|
],
|
||||||
|
"description": "A comfyui node plug-in developed based on the SenseVoise project, and a simple recording node.\nNOTE: The files in the repo are not organized.",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "risunobushi",
|
||||||
|
"title": "ComfyUI_FaceMesh_Eyewear_Mask",
|
||||||
|
"reference": "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask"
|
||||||
|
],
|
||||||
|
"description": "NODES: Face Mesh Eyewear Mask, OpenPose Eyewear Mask (DWPose), Mask From Facial Keypoints",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "machinesarenotpeople",
|
||||||
|
"title": "comfyui-energycost",
|
||||||
|
"reference": "https://github.com/machinesarenotpeople/comfyui-energycost",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/machinesarenotpeople/comfyui-energycost"
|
||||||
|
],
|
||||||
|
"description": "NODES: Energy Cost Timer, Energy Cost Calculator",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "xqqe",
|
||||||
|
"title": "honey_nodes [WIP]",
|
||||||
|
"reference": "https://github.com/xqqe/honey_nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/xqqe/honey_nodes"
|
||||||
|
],
|
||||||
|
"description": "honey nodes for comfyui\nNOTE: The files in the repo are not organized.",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Raidez",
|
||||||
|
"title": "Kuniklo Collection",
|
||||||
|
"reference": "https://github.com/Raidez/comfyui-kuniklo-collection",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Raidez/comfyui-kuniklo-collection"
|
||||||
|
],
|
||||||
|
"description": "NODES: Properties, Apply SVG to Image",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "AhBumm",
|
||||||
|
"title": "ComfyUI_MangaLineExtraction",
|
||||||
|
"reference": "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf"
|
||||||
|
],
|
||||||
|
"description": "p1atdev/MangaLineExtraction-hf as a node in comfyui",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Kur0butiMegane",
|
||||||
|
"title": "Comfyui-StringUtils",
|
||||||
|
"reference": "https://github.com/Kur0butiMegane/Comfyui-StringUtils2",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Kur0butiMegane/Comfyui-StringUtils2"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Normalizer, Splitter, Selector, XML Parser, XML Parser, Make Property, Add XML Tag, Is String Empty, Cond Passthrough, CLIP Passthrough, ClipRegion Passthrough, Scheduler Selector (Impact), Scheduler Selector (Inspire), Save Text, XML to Cutoff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "ronaldstg",
|
||||||
|
"title": "comfyui-plus-integrations [WIP]",
|
||||||
|
"reference": "https://github.com/ronaldstg/comfyui-plus-integrations",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ronaldstg/comfyui-plus-integrations"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Image Pass Through, Upload Image to S3\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "kevin314",
|
||||||
|
"title": "ComfyUI-FastVideo",
|
||||||
|
"reference": "https://github.com/kevin314/ComfyUI-FastVideo",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kevin314/ComfyUI-FastVideo"
|
||||||
|
],
|
||||||
|
"description": "NODES: Video Generator, Inference Args, VAE Config, Text Encoder Config, DIT Config",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "benda1989",
|
||||||
|
"title": "Comfyui lama remover [WIP]",
|
||||||
|
"reference": "https://github.com/benda1989/WaterMarkRemover_ComfyUI",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/benda1989/WaterMarkRemover_ComfyUI"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A very simple ComfyUI node to remove item like image/video with mask watermark\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "3dmindscapper",
|
||||||
|
"title": "ComfyUI-PartField [WIP]",
|
||||||
|
"reference": "https://github.com/3dmindscapper/ComfyUI-PartField",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/3dmindscapper/ComfyUI-PartField"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "MicheleGuidi",
|
||||||
|
"title": "ComfyUI-Computer-Vision [WIP]",
|
||||||
|
"reference": "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/MicheleGuidi/comfyui-computer-vision"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Extension nodes for ComfyUI that improves automatic segmentation using bounding boxes generated by Florence 2 and segmentation from Segment Anything 2 (SAM2). Currently just an enhancement of nodes from [a/Kijai](https://github.com/kijai/ComfyUI-segment-anything-2).\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "shinich39",
|
||||||
|
"title": "comfyui-textarea-is-shit",
|
||||||
|
"reference": "https://github.com/shinich39/comfyui-textarea-is-shit",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/shinich39/comfyui-textarea-is-shit"
|
||||||
|
],
|
||||||
|
"description": "HTML gives me a textarea like piece of shit.",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "shinich39",
|
||||||
|
"title": "comfyui-nothing-happened",
|
||||||
|
"reference": "httphttps://github.com/shinich39/comfyui-nothing-happened",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/shinich39/comfyui-nothing-happened"
|
||||||
|
],
|
||||||
|
"description": "Save image and keep metadata.",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "CY-CHENYUE",
|
||||||
|
"title": "ComfyUI-FramePack-HY",
|
||||||
|
"reference": "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY"
|
||||||
|
],
|
||||||
|
"description": "FramePack in ComfyUI",
|
||||||
|
"install_type": "git-clone"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "silveroxides",
|
"author": "silveroxides",
|
||||||
"title": "ComfyUI_ReduxEmbedToolkit",
|
"title": "ComfyUI_ReduxEmbedToolkit",
|
||||||
@ -34,7 +264,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "StaffsGull",
|
"author": "StaffsGull",
|
||||||
"title": "comfyui_scene_builder",
|
"title": "comfyui_scene_builder [WIP]",
|
||||||
"reference": "https://github.com/StaffsGull/comfyui_scene_builder",
|
"reference": "https://github.com/StaffsGull/comfyui_scene_builder",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/StaffsGull/comfyui_scene_builder"
|
"https://github.com/StaffsGull/comfyui_scene_builder"
|
||||||
@ -62,16 +292,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "NODES: Count Tokens"
|
"description": "NODES: Count Tokens"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "tighug",
|
|
||||||
"title": "ComfyUI Rating Checker",
|
|
||||||
"reference": "https://github.com/tighug/comfyui-rating-checker",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/tighug/comfyui-rating-checker"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "NODES: Rating Checker (GantMan), Rating Checker (Marqo), Rating Checker (NudeNet)"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "BobRandomNumber",
|
"author": "BobRandomNumber",
|
||||||
"title": "ComfyUI DiaTest TTS Node [WIP]",
|
"title": "ComfyUI DiaTest TTS Node [WIP]",
|
||||||
@ -512,16 +732,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A wrapper for CraftsMan\nNOTE: The files in the repo are not organized."
|
"description": "A wrapper for CraftsMan\nNOTE: The files in the repo are not organized."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "jax-explorer",
|
|
||||||
"title": "ComfyUI-H-flow",
|
|
||||||
"reference": "https://github.com/jax-explorer/ComfyUI-H-flow",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/jax-explorer/ComfyUI-H-flow"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "NODES: Wan2-1 Image To Video, LLM Task, Save Image, Save Video, Show Text, FluxPro Ultra, IdeogramV2 Turbo, Runway Image To Video, Kling Image To Video, Replace Text, Join Text, Test Image, Test Text"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "Slix-M-Lestragg",
|
"author": "Slix-M-Lestragg",
|
||||||
"title": "comfyui-enhanced [WIP]",
|
"title": "comfyui-enhanced [WIP]",
|
||||||
@ -622,16 +832,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This pack provides enhanced control nodes for working with Wan video models in ComfyUI. It is under active development and may change regularly, or may not. Depends entirely on my free time and waning interest. Please don't come to rely on it for anything, but you are welcome to improve on it.\nNOTE: The files in the repo are not organized."
|
"description": "This pack provides enhanced control nodes for working with Wan video models in ComfyUI. It is under active development and may change regularly, or may not. Depends entirely on my free time and waning interest. Please don't come to rely on it for anything, but you are welcome to improve on it.\nNOTE: The files in the repo are not organized."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "Kur0butiMegane",
|
|
||||||
"title": "Comfyui-StringUtils",
|
|
||||||
"reference": "https://github.com/Kur0butiMegane/Comfyui-StringUtils",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/Kur0butiMegane/Comfyui-StringUtils"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "NODES: Prompt Normalizer, String Splitter, String Line Selector, Extract Markup Value"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "techtruth",
|
"author": "techtruth",
|
||||||
"title": "ComfyUI-Dreambooth",
|
"title": "ComfyUI-Dreambooth",
|
||||||
@ -782,16 +982,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A ComfyUI plugin that automatically assigns storyboard content to 9 storyboard nodes."
|
"description": "A ComfyUI plugin that automatically assigns storyboard content to 9 storyboard nodes."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "Apache0ne",
|
|
||||||
"title": "ComfyUI-LantentCompose [WIP]",
|
|
||||||
"reference": "https://github.com/Apache0ne/ComfyUI-LantentCompose",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/Apache0ne/ComfyUI-LantentCompose"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Interpolate sdxl latents using slerp with and without a mask. use with unsample nodes for best effect.\nNOTE: The files in the repo are not organized."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "alexgenovese",
|
"author": "alexgenovese",
|
||||||
"title": "ComfyUI-Diffusion-4k [WIP]",
|
"title": "ComfyUI-Diffusion-4k [WIP]",
|
||||||
|
|||||||
@ -159,6 +159,36 @@
|
|||||||
"title_aux": "ComfyUI-1hewNodes [WIP]"
|
"title_aux": "ComfyUI-1hewNodes [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/3dmindscapper/ComfyUI-PartField": [
|
||||||
|
[
|
||||||
|
"PartFieldClustering",
|
||||||
|
"PartFieldExportParts",
|
||||||
|
"PartFieldInference",
|
||||||
|
"PartFieldModelDownLoader",
|
||||||
|
"PartFieldSplitter",
|
||||||
|
"PartFieldViewer"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-PartField [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": [
|
||||||
|
[
|
||||||
|
"SamMeshExporter",
|
||||||
|
"SamMeshExporter+SamMesh",
|
||||||
|
"SamMeshLoader",
|
||||||
|
"SamMeshLoader+SamMesh",
|
||||||
|
"SamMeshRenderer",
|
||||||
|
"SamMeshRenderer+SamMesh",
|
||||||
|
"SamMeshSegmenter",
|
||||||
|
"SamMeshSegmenter+SamMesh",
|
||||||
|
"SamModelDownloader",
|
||||||
|
"SamModelDownloader+SamMesh"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Sam-Mesh [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/438443467/ComfyUI-SanMian-Nodes": [
|
"https://github.com/438443467/ComfyUI-SanMian-Nodes": [
|
||||||
[
|
[
|
||||||
"FaceAlignPro",
|
"FaceAlignPro",
|
||||||
@ -236,6 +266,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/7BEII/Comfyui_PDuse": [
|
"https://github.com/7BEII/Comfyui_PDuse": [
|
||||||
[
|
[
|
||||||
|
"Empty_Line",
|
||||||
"LoRALoader_path",
|
"LoRALoader_path",
|
||||||
"Load_Images",
|
"Load_Images",
|
||||||
"PDFile_FileName_refixer",
|
"PDFile_FileName_refixer",
|
||||||
@ -250,6 +281,7 @@
|
|||||||
"PD_MASK_SELECTION",
|
"PD_MASK_SELECTION",
|
||||||
"PD_RemoveColorWords",
|
"PD_RemoveColorWords",
|
||||||
"PD_Text Overlay Node",
|
"PD_Text Overlay Node",
|
||||||
|
"PDstring_Save",
|
||||||
"ReadTxtFiles"
|
"ReadTxtFiles"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -449,6 +481,14 @@
|
|||||||
"title_aux": "ComfyUI-Upscayl"
|
"title_aux": "ComfyUI-Upscayl"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": [
|
||||||
|
[
|
||||||
|
"MangaLineExtraction-hf"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI_MangaLineExtraction"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AkiEvansDev/ComfyUI-Tools": [
|
"https://github.com/AkiEvansDev/ComfyUI-Tools": [
|
||||||
[
|
[
|
||||||
"AE.AnySwitch",
|
"AE.AnySwitch",
|
||||||
@ -563,6 +603,7 @@
|
|||||||
"TUZZI-SaveVideo",
|
"TUZZI-SaveVideo",
|
||||||
"TUZZI-SequentialTextReader",
|
"TUZZI-SequentialTextReader",
|
||||||
"TUZZI-SequentialTextReaderAuto",
|
"TUZZI-SequentialTextReaderAuto",
|
||||||
|
"TUZZI-SmartAudioVisualComposer",
|
||||||
"TUZZI-TVTropesScraper",
|
"TUZZI-TVTropesScraper",
|
||||||
"TUZZI-TextFormatter",
|
"TUZZI-TextFormatter",
|
||||||
"TUZZI-TextFormatterPlus",
|
"TUZZI-TextFormatterPlus",
|
||||||
@ -617,6 +658,14 @@
|
|||||||
"title_aux": "ComfyUI-SunoAI-Mds"
|
"title_aux": "ComfyUI-SunoAI-Mds"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": [
|
||||||
|
[
|
||||||
|
"Facebook MMS-TTS-IND Variants FX"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Indonesia-TTS [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Anze-/ComfyUI-OIDN": [
|
"https://github.com/Anze-/ComfyUI-OIDN": [
|
||||||
[
|
[
|
||||||
"OIDN Denoise"
|
"OIDN Denoise"
|
||||||
@ -633,17 +682,6 @@
|
|||||||
"title_aux": "ComfyUI_deepDeband [WIP]"
|
"title_aux": "ComfyUI_deepDeband [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/Apache0ne/ComfyUI-LantentCompose": [
|
|
||||||
[
|
|
||||||
"LatentCompose",
|
|
||||||
"LatentComposeMask",
|
|
||||||
"LatentComposeMuti",
|
|
||||||
"UnsamplerCustom"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-LantentCompose [WIP]"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/ArmandAlbert/Kwai_font_comfyui": [
|
"https://github.com/ArmandAlbert/Kwai_font_comfyui": [
|
||||||
[
|
[
|
||||||
"Kwaifont_Image_Cropper",
|
"Kwaifont_Image_Cropper",
|
||||||
@ -780,7 +818,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/BobRandomNumber/ComfyUI-DiaTest": [
|
"https://github.com/BobRandomNumber/ComfyUI-DiaTest": [
|
||||||
[
|
[
|
||||||
"DiaGenerate"
|
"DiaGenerate",
|
||||||
|
"DiaLoader"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI DiaTest TTS Node [WIP]"
|
"title_aux": "ComfyUI DiaTest TTS Node [WIP]"
|
||||||
@ -818,6 +857,17 @@
|
|||||||
"title_aux": "ComfyUI-BS_FalAi-API-Video [WIP]"
|
"title_aux": "ComfyUI-BS_FalAi-API-Video [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": [
|
||||||
|
[
|
||||||
|
"CreateKeyframes_HY",
|
||||||
|
"FramePackBucketResize_HY",
|
||||||
|
"FramePackDiffusersSampler_HY",
|
||||||
|
"LoadFramePackDiffusersPipeline_HY"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-FramePack-HY"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/CeeVeeR/ComfyUi-Text-Tiler": [
|
"https://github.com/CeeVeeR/ComfyUi-Text-Tiler": [
|
||||||
[
|
[
|
||||||
"Text Tiler"
|
"Text Tiler"
|
||||||
@ -899,6 +949,7 @@
|
|||||||
"DevToolsNodeWithSeedInput",
|
"DevToolsNodeWithSeedInput",
|
||||||
"DevToolsNodeWithStringInput",
|
"DevToolsNodeWithStringInput",
|
||||||
"DevToolsNodeWithUnionInput",
|
"DevToolsNodeWithUnionInput",
|
||||||
|
"DevToolsNodeWithValidation",
|
||||||
"DevToolsObjectPatchNode",
|
"DevToolsObjectPatchNode",
|
||||||
"DevToolsRemoteWidgetNode",
|
"DevToolsRemoteWidgetNode",
|
||||||
"DevToolsRemoteWidgetNodeWithControlAfterRefresh",
|
"DevToolsRemoteWidgetNodeWithControlAfterRefresh",
|
||||||
@ -998,7 +1049,8 @@
|
|||||||
"Donut Detailer 4",
|
"Donut Detailer 4",
|
||||||
"Donut Detailer LoRA 5",
|
"Donut Detailer LoRA 5",
|
||||||
"Donut Detailer XL Blocks",
|
"Donut Detailer XL Blocks",
|
||||||
"DonutClipEncode"
|
"DonutClipEncode",
|
||||||
|
"DonutWidenMerge"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-DonutDetailer"
|
"title_aux": "ComfyUI-DonutDetailer"
|
||||||
@ -1163,11 +1215,14 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/FaberVS/MultiModel": [
|
"https://github.com/FaberVS/MultiModel": [
|
||||||
[
|
[
|
||||||
|
"ActiveModel",
|
||||||
"DenoiseSelector",
|
"DenoiseSelector",
|
||||||
"DualTextInput",
|
"KSamplerPipe",
|
||||||
"ListSelectorNode",
|
"ListSelector",
|
||||||
"ModelParamsPipeNode",
|
"ModelParamsPipe",
|
||||||
"ParamsPipeUnpack"
|
"MySwitchIndex",
|
||||||
|
"ParamsPipeUnpack",
|
||||||
|
"PromptBuilder"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "MultiModel"
|
"title_aux": "MultiModel"
|
||||||
@ -1371,7 +1426,10 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Jpzz/ComfyUI-VirtualInteraction": [
|
"https://github.com/Jpzz/ComfyUI-VirtualInteraction": [
|
||||||
[
|
[
|
||||||
"ExcelReaderNode"
|
"JoinPromptNode",
|
||||||
|
"JsonParserNode",
|
||||||
|
"ShowTextNode",
|
||||||
|
"UnzipPromptNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-VirtualInteraction [UNSAFE]"
|
"title_aux": "ComfyUI-VirtualInteraction [UNSAFE]"
|
||||||
@ -1458,17 +1516,6 @@
|
|||||||
"title_aux": "RK_Comfyui"
|
"title_aux": "RK_Comfyui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/Kur0butiMegane/Comfyui-StringUtils": [
|
|
||||||
[
|
|
||||||
"ExtractMarkupValue",
|
|
||||||
"PromptNormalizer",
|
|
||||||
"StringSelector",
|
|
||||||
"StringSplitter"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "Comfyui-StringUtils"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": [
|
"https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": [
|
||||||
[
|
[
|
||||||
"AIO_Tuner_Pipe",
|
"AIO_Tuner_Pipe",
|
||||||
@ -1527,6 +1574,9 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/LLMCoder2023/ComfyUI-LLMCoderNodes": [
|
"https://github.com/LLMCoder2023/ComfyUI-LLMCoderNodes": [
|
||||||
[
|
[
|
||||||
|
"DisplayLoraTriggersNode",
|
||||||
|
"LoraAndTriggerWordsLoader",
|
||||||
|
"MulticlipPromptCombinator",
|
||||||
"TemplateInterpolation",
|
"TemplateInterpolation",
|
||||||
"Variable",
|
"Variable",
|
||||||
"WeightedAttributesFormatter"
|
"WeightedAttributesFormatter"
|
||||||
@ -1737,6 +1787,15 @@
|
|||||||
"title_aux": "ComfyUI-MS_Tools [WIP]"
|
"title_aux": "ComfyUI-MS_Tools [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/MicheleGuidi/comfyui-computer-vision": [
|
||||||
|
[
|
||||||
|
"Sam2ContextSegmentation",
|
||||||
|
"Sam2TiledSegmentation"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Computer-Vision [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/MickeyJ/ComfyUI_mickster_nodes": [
|
"https://github.com/MickeyJ/ComfyUI_mickster_nodes": [
|
||||||
[
|
[
|
||||||
"Image Size Scaled",
|
"Image Size Scaled",
|
||||||
@ -1800,6 +1859,8 @@
|
|||||||
"https://github.com/NEZHA625/ComfyUI-tools-by-dong": [
|
"https://github.com/NEZHA625/ComfyUI-tools-by-dong": [
|
||||||
[
|
[
|
||||||
"A1111_FLUX_DATA_NODE",
|
"A1111_FLUX_DATA_NODE",
|
||||||
|
"AudioDurationNode",
|
||||||
|
"AudioPathToAudioNode",
|
||||||
"CategorizeNode",
|
"CategorizeNode",
|
||||||
"Data_handle_Node",
|
"Data_handle_Node",
|
||||||
"DeepSeek_Node",
|
"DeepSeek_Node",
|
||||||
@ -1808,6 +1869,7 @@
|
|||||||
"DongShowTextNode",
|
"DongShowTextNode",
|
||||||
"Dong_Pixelate_Node",
|
"Dong_Pixelate_Node",
|
||||||
"Dong_Text_Node",
|
"Dong_Text_Node",
|
||||||
|
"DownloadNode",
|
||||||
"Downloader",
|
"Downloader",
|
||||||
"FileMoveNode",
|
"FileMoveNode",
|
||||||
"FolderIteratorNODE",
|
"FolderIteratorNODE",
|
||||||
@ -1817,6 +1879,7 @@
|
|||||||
"HashCalculationsNode",
|
"HashCalculationsNode",
|
||||||
"HuggingFaceUploadNode",
|
"HuggingFaceUploadNode",
|
||||||
"IMG2URLNode",
|
"IMG2URLNode",
|
||||||
|
"INTNODE",
|
||||||
"Image2GIFNode",
|
"Image2GIFNode",
|
||||||
"ImageDownloader",
|
"ImageDownloader",
|
||||||
"ImageResizeNode",
|
"ImageResizeNode",
|
||||||
@ -1835,11 +1898,15 @@
|
|||||||
"Wan21_get_Node",
|
"Wan21_get_Node",
|
||||||
"Wan21_post_Node",
|
"Wan21_post_Node",
|
||||||
"ZIPwith7zNode",
|
"ZIPwith7zNode",
|
||||||
|
"bailian_model_select_Node",
|
||||||
"cogvideox_flash_get_Node",
|
"cogvideox_flash_get_Node",
|
||||||
"cogvideox_flash_post_Node",
|
"cogvideox_flash_post_Node",
|
||||||
"cogview_3_flash_Node",
|
"cogview_3_flash_Node",
|
||||||
|
"douyin_remove_watermark_Node",
|
||||||
"file_analysis_Node",
|
"file_analysis_Node",
|
||||||
"find_files_by_extension_Node",
|
"find_files_by_extension_Node",
|
||||||
|
"get_video_from_url_Node",
|
||||||
|
"img2url_v2_Node",
|
||||||
"img_understanding_Node",
|
"img_understanding_Node",
|
||||||
"klingai_video_Node",
|
"klingai_video_Node",
|
||||||
"path_join_Node",
|
"path_join_Node",
|
||||||
@ -1986,6 +2053,15 @@
|
|||||||
"title_aux": "ComfyUI-FeatureBank"
|
"title_aux": "ComfyUI-FeatureBank"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Raidez/comfyui-kuniklo-collection": [
|
||||||
|
[
|
||||||
|
"ApplySVG2Image",
|
||||||
|
"Properties"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Kuniklo Collection"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/RicherdLee/comfyui-oss-image-save": [
|
"https://github.com/RicherdLee/comfyui-oss-image-save": [
|
||||||
[
|
[
|
||||||
"SaveImageOSS"
|
"SaveImageOSS"
|
||||||
@ -2129,12 +2205,12 @@
|
|||||||
"MojenAnalyzeProcessor",
|
"MojenAnalyzeProcessor",
|
||||||
"MojenAspectRatio",
|
"MojenAspectRatio",
|
||||||
"MojenImageLoader",
|
"MojenImageLoader",
|
||||||
"MojenLogPercent",
|
|
||||||
"MojenNSFWClassifier",
|
"MojenNSFWClassifier",
|
||||||
"MojenNSFWClassifierSave",
|
"MojenNSFWClassifierSave",
|
||||||
"MojenStringLength",
|
"MojenStringLength",
|
||||||
"MojenStyleExtractor",
|
"MojenStyleExtractor",
|
||||||
"MojenTagProcessor"
|
"MojenTagProcessor",
|
||||||
|
"MojenTransparentBg"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Mojen-Nodeset"
|
"title_aux": "ComfyUI-Mojen-Nodeset"
|
||||||
@ -2226,8 +2302,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Sophylax/ComfyUI-ReferenceMerge": [
|
"https://github.com/Sophylax/ComfyUI-ReferenceMerge": [
|
||||||
[
|
[
|
||||||
"CombineImagesAndMask",
|
"InpaintRegionRestitcher",
|
||||||
"RestitchCrop"
|
"ReferenceInpaintComposite"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ReferenceMerge"
|
"title_aux": "ComfyUI-ReferenceMerge"
|
||||||
@ -2272,7 +2348,7 @@
|
|||||||
"SceneCombinerNode"
|
"SceneCombinerNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui_scene_builder"
|
"title_aux": "comfyui_scene_builder [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/StartHua/Comfyui_CSDMT_CXH": [
|
"https://github.com/StartHua/Comfyui_CSDMT_CXH": [
|
||||||
@ -2870,6 +2946,15 @@
|
|||||||
"title_aux": "Kaggle ComfyUI Local Save Node [WIP]"
|
"title_aux": "Kaggle ComfyUI Local Save Node [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/benda1989/WaterMarkRemover_ComfyUI": [
|
||||||
|
[
|
||||||
|
"Remover",
|
||||||
|
"VideoRemover"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Comfyui lama remover [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/benmizrahi/ComfyGCS": [
|
"https://github.com/benmizrahi/ComfyGCS": [
|
||||||
[
|
[
|
||||||
"LoadImageGCS",
|
"LoadImageGCS",
|
||||||
@ -3300,6 +3385,7 @@
|
|||||||
"ControlNetInpaintingAliMamaApply",
|
"ControlNetInpaintingAliMamaApply",
|
||||||
"ControlNetLoader",
|
"ControlNetLoader",
|
||||||
"CosmosImageToVideoLatent",
|
"CosmosImageToVideoLatent",
|
||||||
|
"CreateVideo",
|
||||||
"CropMask",
|
"CropMask",
|
||||||
"DiffControlNetLoader",
|
"DiffControlNetLoader",
|
||||||
"DifferentialDiffusion",
|
"DifferentialDiffusion",
|
||||||
@ -3307,6 +3393,7 @@
|
|||||||
"DisableNoise",
|
"DisableNoise",
|
||||||
"DualCFGGuider",
|
"DualCFGGuider",
|
||||||
"DualCLIPLoader",
|
"DualCLIPLoader",
|
||||||
|
"EmptyAceStepLatentAudio",
|
||||||
"EmptyCosmosLatentVideo",
|
"EmptyCosmosLatentVideo",
|
||||||
"EmptyHunyuanLatentVideo",
|
"EmptyHunyuanLatentVideo",
|
||||||
"EmptyImage",
|
"EmptyImage",
|
||||||
@ -3317,22 +3404,33 @@
|
|||||||
"EmptyMochiLatentVideo",
|
"EmptyMochiLatentVideo",
|
||||||
"EmptySD3LatentImage",
|
"EmptySD3LatentImage",
|
||||||
"ExponentialScheduler",
|
"ExponentialScheduler",
|
||||||
|
"ExtendIntermediateSigmas",
|
||||||
"FeatherMask",
|
"FeatherMask",
|
||||||
"FlipSigmas",
|
"FlipSigmas",
|
||||||
"FluxDisableGuidance",
|
"FluxDisableGuidance",
|
||||||
"FluxGuidance",
|
"FluxGuidance",
|
||||||
|
"FluxProCannyNode",
|
||||||
|
"FluxProDepthNode",
|
||||||
|
"FluxProExpandNode",
|
||||||
|
"FluxProFillNode",
|
||||||
|
"FluxProImageNode",
|
||||||
|
"FluxProUltraImageNode",
|
||||||
"FreSca",
|
"FreSca",
|
||||||
"FreeU",
|
"FreeU",
|
||||||
"FreeU_V2",
|
"FreeU_V2",
|
||||||
"GITSScheduler",
|
"GITSScheduler",
|
||||||
"GLIGENLoader",
|
"GLIGENLoader",
|
||||||
"GLIGENTextBoxApply",
|
"GLIGENTextBoxApply",
|
||||||
|
"GetVideoComponents",
|
||||||
"GrowMask",
|
"GrowMask",
|
||||||
"Hunyuan3Dv2Conditioning",
|
"Hunyuan3Dv2Conditioning",
|
||||||
"Hunyuan3Dv2ConditioningMultiView",
|
"Hunyuan3Dv2ConditioningMultiView",
|
||||||
"HunyuanImageToVideo",
|
"HunyuanImageToVideo",
|
||||||
"HyperTile",
|
"HyperTile",
|
||||||
"HypernetworkLoader",
|
"HypernetworkLoader",
|
||||||
|
"IdeogramV1",
|
||||||
|
"IdeogramV2",
|
||||||
|
"IdeogramV3",
|
||||||
"ImageBatch",
|
"ImageBatch",
|
||||||
"ImageBlend",
|
"ImageBlend",
|
||||||
"ImageBlur",
|
"ImageBlur",
|
||||||
@ -3361,6 +3459,19 @@
|
|||||||
"KSamplerAdvanced",
|
"KSamplerAdvanced",
|
||||||
"KSamplerSelect",
|
"KSamplerSelect",
|
||||||
"KarrasScheduler",
|
"KarrasScheduler",
|
||||||
|
"KlingCameraControlI2VNode",
|
||||||
|
"KlingCameraControlT2VNode",
|
||||||
|
"KlingCameraControls",
|
||||||
|
"KlingDualCharacterVideoEffectNode",
|
||||||
|
"KlingImage2VideoNode",
|
||||||
|
"KlingImageGenerationNode",
|
||||||
|
"KlingLipSyncAudioToVideoNode",
|
||||||
|
"KlingLipSyncTextToVideoNode",
|
||||||
|
"KlingSingleImageVideoEffectNode",
|
||||||
|
"KlingStartEndFrameNode",
|
||||||
|
"KlingTextToVideoNode",
|
||||||
|
"KlingVideoExtendNode",
|
||||||
|
"KlingVirtualTryOnNode",
|
||||||
"LTXVAddGuide",
|
"LTXVAddGuide",
|
||||||
"LTXVConditioning",
|
"LTXVConditioning",
|
||||||
"LTXVCropGuides",
|
"LTXVCropGuides",
|
||||||
@ -3394,14 +3505,24 @@
|
|||||||
"LoadImageMask",
|
"LoadImageMask",
|
||||||
"LoadImageOutput",
|
"LoadImageOutput",
|
||||||
"LoadLatent",
|
"LoadLatent",
|
||||||
|
"LoadVideo",
|
||||||
"LoraLoader",
|
"LoraLoader",
|
||||||
"LoraLoaderModelOnly",
|
"LoraLoaderModelOnly",
|
||||||
"LoraSave",
|
"LoraSave",
|
||||||
"LotusConditioning",
|
"LotusConditioning",
|
||||||
|
"LumaConceptsNode",
|
||||||
|
"LumaImageModifyNode",
|
||||||
|
"LumaImageNode",
|
||||||
|
"LumaImageToVideoNode",
|
||||||
|
"LumaReferenceNode",
|
||||||
|
"LumaVideoNode",
|
||||||
"Mahiro",
|
"Mahiro",
|
||||||
"MaskComposite",
|
"MaskComposite",
|
||||||
"MaskPreview",
|
"MaskPreview",
|
||||||
"MaskToImage",
|
"MaskToImage",
|
||||||
|
"MinimaxImageToVideoNode",
|
||||||
|
"MinimaxSubjectToVideoNode",
|
||||||
|
"MinimaxTextToVideoNode",
|
||||||
"ModelComputeDtype",
|
"ModelComputeDtype",
|
||||||
"ModelMergeAdd",
|
"ModelMergeAdd",
|
||||||
"ModelMergeAuraflow",
|
"ModelMergeAuraflow",
|
||||||
@ -3439,20 +3560,48 @@
|
|||||||
"PerturbedAttentionGuidance",
|
"PerturbedAttentionGuidance",
|
||||||
"PhotoMakerEncode",
|
"PhotoMakerEncode",
|
||||||
"PhotoMakerLoader",
|
"PhotoMakerLoader",
|
||||||
|
"PikaImageToVideoNode2_2",
|
||||||
|
"PikaScenesV2_2",
|
||||||
|
"PikaStartEndFrameNode2_2",
|
||||||
|
"PikaTextToVideoNode2_2",
|
||||||
|
"Pikadditions",
|
||||||
|
"Pikaffects",
|
||||||
|
"Pikaswaps",
|
||||||
|
"PixverseImageToVideoNode",
|
||||||
|
"PixverseTemplateNode",
|
||||||
|
"PixverseTextToVideoNode",
|
||||||
|
"PixverseTransitionVideoNode",
|
||||||
"PolyexponentialScheduler",
|
"PolyexponentialScheduler",
|
||||||
"PorterDuffImageComposite",
|
"PorterDuffImageComposite",
|
||||||
"Preview3D",
|
"Preview3D",
|
||||||
"Preview3DAnimation",
|
"Preview3DAnimation",
|
||||||
|
"PreviewAny",
|
||||||
"PreviewAudio",
|
"PreviewAudio",
|
||||||
"PreviewImage",
|
"PreviewImage",
|
||||||
"PrimitiveBoolean",
|
"PrimitiveBoolean",
|
||||||
"PrimitiveFloat",
|
"PrimitiveFloat",
|
||||||
"PrimitiveInt",
|
"PrimitiveInt",
|
||||||
"PrimitiveString",
|
"PrimitiveString",
|
||||||
|
"PrimitiveStringMultiline",
|
||||||
"QuadrupleCLIPLoader",
|
"QuadrupleCLIPLoader",
|
||||||
"RandomNoise",
|
"RandomNoise",
|
||||||
"RebatchImages",
|
"RebatchImages",
|
||||||
"RebatchLatents",
|
"RebatchLatents",
|
||||||
|
"RecraftColorRGB",
|
||||||
|
"RecraftControls",
|
||||||
|
"RecraftCreativeUpscaleNode",
|
||||||
|
"RecraftCrispUpscaleNode",
|
||||||
|
"RecraftImageInpaintingNode",
|
||||||
|
"RecraftImageToImageNode",
|
||||||
|
"RecraftRemoveBackgroundNode",
|
||||||
|
"RecraftReplaceBackgroundNode",
|
||||||
|
"RecraftStyleV3DigitalIllustration",
|
||||||
|
"RecraftStyleV3InfiniteStyleLibrary",
|
||||||
|
"RecraftStyleV3LogoRaster",
|
||||||
|
"RecraftStyleV3RealisticImage",
|
||||||
|
"RecraftTextToImageNode",
|
||||||
|
"RecraftTextToVectorNode",
|
||||||
|
"RecraftVectorizeImageNode",
|
||||||
"RenormCFG",
|
"RenormCFG",
|
||||||
"RepeatImageBatch",
|
"RepeatImageBatch",
|
||||||
"RepeatLatentBatch",
|
"RepeatLatentBatch",
|
||||||
@ -3480,6 +3629,8 @@
|
|||||||
"SaveImage",
|
"SaveImage",
|
||||||
"SaveImageWebsocket",
|
"SaveImageWebsocket",
|
||||||
"SaveLatent",
|
"SaveLatent",
|
||||||
|
"SaveSVG",
|
||||||
|
"SaveVideo",
|
||||||
"SaveWEBM",
|
"SaveWEBM",
|
||||||
"SelfAttentionGuidance",
|
"SelfAttentionGuidance",
|
||||||
"SetFirstSigma",
|
"SetFirstSigma",
|
||||||
@ -3491,6 +3642,11 @@
|
|||||||
"SplitImageWithAlpha",
|
"SplitImageWithAlpha",
|
||||||
"SplitSigmas",
|
"SplitSigmas",
|
||||||
"SplitSigmasDenoise",
|
"SplitSigmasDenoise",
|
||||||
|
"StabilityStableImageSD_3_5Node",
|
||||||
|
"StabilityStableImageUltraNode",
|
||||||
|
"StabilityUpscaleConservativeNode",
|
||||||
|
"StabilityUpscaleCreativeNode",
|
||||||
|
"StabilityUpscaleFastNode",
|
||||||
"StableCascade_EmptyLatentImage",
|
"StableCascade_EmptyLatentImage",
|
||||||
"StableCascade_StageB_Conditioning",
|
"StableCascade_StageB_Conditioning",
|
||||||
"StableCascade_StageC_VAEEncode",
|
"StableCascade_StageC_VAEEncode",
|
||||||
@ -3536,6 +3692,7 @@
|
|||||||
"TestVariadicAverage",
|
"TestVariadicAverage",
|
||||||
"TestWhileLoopClose",
|
"TestWhileLoopClose",
|
||||||
"TestWhileLoopOpen",
|
"TestWhileLoopOpen",
|
||||||
|
"TextEncodeAceStepAudio",
|
||||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||||
"ThresholdMask",
|
"ThresholdMask",
|
||||||
"TomePatchModel",
|
"TomePatchModel",
|
||||||
@ -3558,6 +3715,7 @@
|
|||||||
"VAELoader",
|
"VAELoader",
|
||||||
"VAESave",
|
"VAESave",
|
||||||
"VPScheduler",
|
"VPScheduler",
|
||||||
|
"VeoVideoGenerationNode",
|
||||||
"VideoLinearCFGGuidance",
|
"VideoLinearCFGGuidance",
|
||||||
"VideoTriangleCFGGuidance",
|
"VideoTriangleCFGGuidance",
|
||||||
"VoxelToMesh",
|
"VoxelToMesh",
|
||||||
@ -3634,6 +3792,14 @@
|
|||||||
"title_aux": "VoidCustomNodes"
|
"title_aux": "VoidCustomNodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/cyberhirsch/seb_nodes": [
|
||||||
|
[
|
||||||
|
"SaveImageAdvanced"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "seb_nodes [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/daracazamea/DCNodes": [
|
"https://github.com/daracazamea/DCNodes": [
|
||||||
[
|
[
|
||||||
"FluxResolutionPicker",
|
"FluxResolutionPicker",
|
||||||
@ -3694,13 +3860,18 @@
|
|||||||
[
|
[
|
||||||
"EvaluateRelevanceLLM",
|
"EvaluateRelevanceLLM",
|
||||||
"FilterNodesLLM",
|
"FilterNodesLLM",
|
||||||
"GenerateFilterPromptLLM",
|
|
||||||
"Glamour \ud83e\udd8a",
|
|
||||||
"LLMQueryAPI",
|
"LLMQueryAPI",
|
||||||
"LLMQueryAPIBatch",
|
"LLMQueryAPIBatch",
|
||||||
"ListAvailableNodes",
|
"LokiGlamour",
|
||||||
"ListInstalledNodes",
|
"LokiListAvailableNodes",
|
||||||
"Scribe"
|
"LokiListInstalledNodes",
|
||||||
|
"LokiTweetScraper",
|
||||||
|
"LokiTweetThreadScraper",
|
||||||
|
"LokiTweetUserScraper",
|
||||||
|
"TwitterScraper",
|
||||||
|
"TwitterThreadScraper",
|
||||||
|
"TwitterUserScraper",
|
||||||
|
"\u270d\ufe0fScribe (LOKI)"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-LOKI [WIP]"
|
"title_aux": "ComfyUI-LOKI [WIP]"
|
||||||
@ -3882,6 +4053,16 @@
|
|||||||
"title_aux": "ComfyUI-FokToolset"
|
"title_aux": "ComfyUI-FokToolset"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/fangg2000/ComfyUI-SenseVoice": [
|
||||||
|
[
|
||||||
|
"STTNode",
|
||||||
|
"ShowTextNode",
|
||||||
|
"VoiceRecorderNode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-SenseVoice [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/fangziheng2321/comfyuinode_chopmask": [
|
"https://github.com/fangziheng2321/comfyuinode_chopmask": [
|
||||||
[
|
[
|
||||||
"cus_chopmask"
|
"cus_chopmask"
|
||||||
@ -3963,11 +4144,18 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/gagaprince/ComfyUI_gaga_utils": [
|
"https://github.com/gagaprince/ComfyUI_gaga_utils": [
|
||||||
[
|
[
|
||||||
|
"GagaAddStringArray",
|
||||||
"GagaBatchStringReplace",
|
"GagaBatchStringReplace",
|
||||||
"GagaGetFileList",
|
"GagaGetFileList",
|
||||||
|
"GagaGetImageInfoByUpload",
|
||||||
|
"GagaGetImageInfoWithUrl",
|
||||||
|
"GagaGetStringArrayByIndex",
|
||||||
|
"GagaGetStringArraySize",
|
||||||
"GagaGetStringListSize",
|
"GagaGetStringListSize",
|
||||||
"GagaSaveImageWithInfo",
|
"GagaSaveImageWithInfo",
|
||||||
|
"GagaSaveImagesToGif",
|
||||||
"GagaSplitStringToList",
|
"GagaSplitStringToList",
|
||||||
|
"GagaStringListToArray",
|
||||||
"GagaTest"
|
"GagaTest"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -4074,6 +4262,7 @@
|
|||||||
"https://github.com/grinlau18/ComfyUI_XISER_Nodes": [
|
"https://github.com/grinlau18/ComfyUI_XISER_Nodes": [
|
||||||
[
|
[
|
||||||
"CreatePointsString",
|
"CreatePointsString",
|
||||||
|
"XISER_Canvas",
|
||||||
"XIS_CompositorProcessor",
|
"XIS_CompositorProcessor",
|
||||||
"XIS_CropImage",
|
"XIS_CropImage",
|
||||||
"XIS_DynamicBatchKSampler",
|
"XIS_DynamicBatchKSampler",
|
||||||
@ -4092,6 +4281,7 @@
|
|||||||
"XIS_IfDataIsNone",
|
"XIS_IfDataIsNone",
|
||||||
"XIS_ImageMaskMirror",
|
"XIS_ImageMaskMirror",
|
||||||
"XIS_ImageStitcher",
|
"XIS_ImageStitcher",
|
||||||
|
"XIS_ImagesToCanvas",
|
||||||
"XIS_InvertMask",
|
"XIS_InvertMask",
|
||||||
"XIS_IsThereAnyData",
|
"XIS_IsThereAnyData",
|
||||||
"XIS_KSamplerSettingsNode",
|
"XIS_KSamplerSettingsNode",
|
||||||
@ -4190,6 +4380,7 @@
|
|||||||
"ACE_Integer",
|
"ACE_Integer",
|
||||||
"ACE_MaskBlur",
|
"ACE_MaskBlur",
|
||||||
"ACE_OpenAI_GPT_Chat",
|
"ACE_OpenAI_GPT_Chat",
|
||||||
|
"ACE_OpenAI_GPT_IMAGE",
|
||||||
"ACE_OpenAI_GPT_TTS",
|
"ACE_OpenAI_GPT_TTS",
|
||||||
"ACE_Seed",
|
"ACE_Seed",
|
||||||
"ACE_Text",
|
"ACE_Text",
|
||||||
@ -4499,23 +4690,6 @@
|
|||||||
"title_aux": "ComfyUI PaintingCoderUtils Nodes [WIP]"
|
"title_aux": "ComfyUI PaintingCoderUtils Nodes [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/jax-explorer/ComfyUI-H-flow": [
|
|
||||||
[
|
|
||||||
"FluxProUltra",
|
|
||||||
"HFLowLoadImage",
|
|
||||||
"Hailuo01ImageToVideo",
|
|
||||||
"HiDreamI1",
|
|
||||||
"IdeogramV2Turbo",
|
|
||||||
"KlingImageToVideo",
|
|
||||||
"LLMTask",
|
|
||||||
"LumaRay2ImageToVideo",
|
|
||||||
"RunwayGen3ImageToVideo",
|
|
||||||
"Wan2ImageToVideo"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-H-flow"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/jcomeme/ComfyUI-AsunaroTools": [
|
"https://github.com/jcomeme/ComfyUI-AsunaroTools": [
|
||||||
[
|
[
|
||||||
"AsunaroAnd",
|
"AsunaroAnd",
|
||||||
@ -4673,6 +4847,7 @@
|
|||||||
"https://github.com/jonnydolake/ComfyUI-AIR-Nodes": [
|
"https://github.com/jonnydolake/ComfyUI-AIR-Nodes": [
|
||||||
[
|
[
|
||||||
"BrightnessContrastSaturation",
|
"BrightnessContrastSaturation",
|
||||||
|
"CombinedInbetweenInputs",
|
||||||
"CreateFilenameList",
|
"CreateFilenameList",
|
||||||
"DetectEvenNumberString",
|
"DetectEvenNumberString",
|
||||||
"DisplaceImageCPU",
|
"DisplaceImageCPU",
|
||||||
@ -4785,6 +4960,18 @@
|
|||||||
"title_aux": "ComfyUI-KG09 [WIP]"
|
"title_aux": "ComfyUI-KG09 [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/kevin314/ComfyUI-FastVideo": [
|
||||||
|
[
|
||||||
|
"DITConfig",
|
||||||
|
"InferenceArgs",
|
||||||
|
"TextEncoderConfig",
|
||||||
|
"VAEConfig",
|
||||||
|
"VideoGenerator"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-FastVideo"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kijai/ComfyUI-CV-VAE": [
|
"https://github.com/kijai/ComfyUI-CV-VAE": [
|
||||||
[
|
[
|
||||||
"CV_VAE_Decode",
|
"CV_VAE_Decode",
|
||||||
@ -4854,6 +5041,7 @@
|
|||||||
[
|
[
|
||||||
"DownloadAndLoadFramePackModel",
|
"DownloadAndLoadFramePackModel",
|
||||||
"FramePackFindNearestBucket",
|
"FramePackFindNearestBucket",
|
||||||
|
"FramePackLoraSelect",
|
||||||
"FramePackSampler",
|
"FramePackSampler",
|
||||||
"FramePackTorchCompileSettings",
|
"FramePackTorchCompileSettings",
|
||||||
"LoadFramePackModel"
|
"LoadFramePackModel"
|
||||||
@ -4994,6 +5182,10 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/kijai/ComfyUI-WanVideoWrapper": [
|
"https://github.com/kijai/ComfyUI-WanVideoWrapper": [
|
||||||
[
|
[
|
||||||
|
"CreateCFGScheduleFloatList",
|
||||||
|
"DownloadAndLoadWav2VecModel",
|
||||||
|
"FantasyTalkingModelLoader",
|
||||||
|
"FantasyTalkingWav2VecEmbeds",
|
||||||
"LoadWanVideoClipTextEncoder",
|
"LoadWanVideoClipTextEncoder",
|
||||||
"LoadWanVideoT5TextEncoder",
|
"LoadWanVideoT5TextEncoder",
|
||||||
"ReCamMasterPoseVisualizer",
|
"ReCamMasterPoseVisualizer",
|
||||||
@ -5008,6 +5200,7 @@
|
|||||||
"WanVideoEnhanceAVideo",
|
"WanVideoEnhanceAVideo",
|
||||||
"WanVideoExperimentalArgs",
|
"WanVideoExperimentalArgs",
|
||||||
"WanVideoFlowEdit",
|
"WanVideoFlowEdit",
|
||||||
|
"WanVideoFunCameraEmbeds",
|
||||||
"WanVideoImageClipEncode",
|
"WanVideoImageClipEncode",
|
||||||
"WanVideoImageResizeToClosest",
|
"WanVideoImageResizeToClosest",
|
||||||
"WanVideoImageToVideoEncode",
|
"WanVideoImageToVideoEncode",
|
||||||
@ -5185,16 +5378,6 @@
|
|||||||
"title_aux": "comfyui-python-cowboy [UNSAFE]"
|
"title_aux": "comfyui-python-cowboy [UNSAFE]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/l1yongch1/ComfyUI-YcNodes": [
|
|
||||||
[
|
|
||||||
"PaddingAccordingToBackground",
|
|
||||||
"RemoveHighlightAndBlur",
|
|
||||||
"RoundedCorners"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-YcNodes"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/laksjdjf/ssd-1b-comfyui": [
|
"https://github.com/laksjdjf/ssd-1b-comfyui": [
|
||||||
[
|
[
|
||||||
"SSD-1B-Loader"
|
"SSD-1B-Loader"
|
||||||
@ -5538,6 +5721,15 @@
|
|||||||
"title_aux": "comfyui_LLM_Polymath [WIP]"
|
"title_aux": "comfyui_LLM_Polymath [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/machinesarenotpeople/comfyui-energycost": [
|
||||||
|
[
|
||||||
|
"TimeCostEndNode",
|
||||||
|
"TimeStartNode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui-energycost"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/majorsauce/comfyui_indieTools": [
|
"https://github.com/majorsauce/comfyui_indieTools": [
|
||||||
[
|
[
|
||||||
"IndCutByMask",
|
"IndCutByMask",
|
||||||
@ -6292,6 +6484,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/rishipandey125/ComfyUI-FramePacking": [
|
"https://github.com/rishipandey125/ComfyUI-FramePacking": [
|
||||||
[
|
[
|
||||||
|
"Get Image Dimensions",
|
||||||
"Pad Batch to 4n+1",
|
"Pad Batch to 4n+1",
|
||||||
"Resize Frame",
|
"Resize Frame",
|
||||||
"Threshold Image",
|
"Threshold Image",
|
||||||
@ -6301,6 +6494,16 @@
|
|||||||
"title_aux": "ComfyUI-FramePacking [WIP]"
|
"title_aux": "ComfyUI-FramePacking [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": [
|
||||||
|
[
|
||||||
|
"FaceMeshEyewearMask",
|
||||||
|
"MaskFromFacialKeypoints",
|
||||||
|
"OpenPoseEyewearMask"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI_FaceMesh_Eyewear_Mask"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/risunobushi/ComfyUI_FocusMask": [
|
"https://github.com/risunobushi/ComfyUI_FocusMask": [
|
||||||
[
|
[
|
||||||
"FocusMaskExtractor",
|
"FocusMaskExtractor",
|
||||||
@ -6326,6 +6529,15 @@
|
|||||||
"title_aux": "ComfyUI Terminal Command Node [UNSAFE]"
|
"title_aux": "ComfyUI Terminal Command Node [UNSAFE]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ronaldstg/comfyui-plus-integrations": [
|
||||||
|
[
|
||||||
|
"ImagePassThrough",
|
||||||
|
"ImageToS3"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui-plus-integrations [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/rouxianmantou/comfyui-rxmt-nodes": [
|
"https://github.com/rouxianmantou/comfyui-rxmt-nodes": [
|
||||||
[
|
[
|
||||||
"CheckValueTypeNode",
|
"CheckValueTypeNode",
|
||||||
@ -6462,6 +6674,30 @@
|
|||||||
"title_aux": "comfyui-hydit"
|
"title_aux": "comfyui-hydit"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/shinich39/comfyui-nothing-happened": [
|
||||||
|
[
|
||||||
|
"NothingHappened"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"author": "shinich39",
|
||||||
|
"description": "Save image and keep metadata.",
|
||||||
|
"nickname": "comfyui-nothing-happened",
|
||||||
|
"title": "comfyui-nothing-happened",
|
||||||
|
"title_aux": "comfyui-nothing-happened"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/shinich39/comfyui-run-js": [
|
||||||
|
[
|
||||||
|
"RunJS"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"author": "shinich39",
|
||||||
|
"description": "Manipulate workflow via javascript on node.",
|
||||||
|
"nickname": "comfyui-run-js",
|
||||||
|
"title": "comfyui-run-js",
|
||||||
|
"title_aux": "comfyui-run-js [UNSAFE]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": [
|
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": [
|
||||||
[
|
[
|
||||||
"CLIPTextEncodeAndEnhance"
|
"CLIPTextEncodeAndEnhance"
|
||||||
@ -6761,16 +6997,6 @@
|
|||||||
"title_aux": "MLXnodes [WIP]"
|
"title_aux": "MLXnodes [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/tighug/comfyui-rating-checker": [
|
|
||||||
[
|
|
||||||
"RatingCheckerGantMan",
|
|
||||||
"RatingCheckerMarqo",
|
|
||||||
"RatingCheckerNudeNet"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI Rating Checker"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": [
|
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": [
|
||||||
[
|
[
|
||||||
"ImageSizer",
|
"ImageSizer",
|
||||||
@ -7066,6 +7292,7 @@
|
|||||||
"FourCornerPinMaskX",
|
"FourCornerPinMaskX",
|
||||||
"GaussianBlurX",
|
"GaussianBlurX",
|
||||||
"GaussianMaskBlurX",
|
"GaussianMaskBlurX",
|
||||||
|
"HiDreamAttentionScaleAllBlocksWithIPAdapterNode",
|
||||||
"IfConditionX",
|
"IfConditionX",
|
||||||
"ImageCompositionX",
|
"ImageCompositionX",
|
||||||
"ImageTileSquare",
|
"ImageTileSquare",
|
||||||
@ -7083,6 +7310,7 @@
|
|||||||
"SaveImageX",
|
"SaveImageX",
|
||||||
"SelectiveDepthLoraBlocksX",
|
"SelectiveDepthLoraBlocksX",
|
||||||
"SimpleBlockerX",
|
"SimpleBlockerX",
|
||||||
|
"SimpleWD14TaggerX",
|
||||||
"SplineImageMask",
|
"SplineImageMask",
|
||||||
"UnetLoaderBNB_X",
|
"UnetLoaderBNB_X",
|
||||||
"WhiteBalanceX"
|
"WhiteBalanceX"
|
||||||
@ -7091,6 +7319,22 @@
|
|||||||
"title_aux": "ComfyUI_misc"
|
"title_aux": "ComfyUI_misc"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/xqqe/honey_nodes": [
|
||||||
|
[
|
||||||
|
"ExtractLoRAName",
|
||||||
|
"Honey Lora Loader",
|
||||||
|
"HoneyBatchAspectRatio",
|
||||||
|
"HoneyLoraStackTags",
|
||||||
|
"HoneyTextConcat",
|
||||||
|
"Honey_LoRAStackRandom",
|
||||||
|
"Honey_LoRATags",
|
||||||
|
"Small Lora Loader",
|
||||||
|
"TagAdder"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "honey_nodes [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/yanhuifair/ComfyUI-FairLab": [
|
"https://github.com/yanhuifair/ComfyUI-FairLab": [
|
||||||
[
|
[
|
||||||
"AppendTagsNode",
|
"AppendTagsNode",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,119 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "raspie10032",
|
||||||
|
"title": "ComfyUI NAI Prompt Converter [REMOVED]",
|
||||||
|
"reference": "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A custom node extension for ComfyUI that enables conversion between different prompt formats: NovelAI V4, ComfyUI, and old NovelAI."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "holchan",
|
||||||
|
"title": "ComfyUI-ModelDownloader [REMOVED]",
|
||||||
|
"reference": "https://github.com/holchan/ComfyUI-ModelDownloader",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/holchan/ComfyUI-ModelDownloader"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI node to download models(Checkpoints and LoRA) from external links and act as an output standalone node."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Kur0butiMegane",
|
||||||
|
"title": "Comfyui-StringUtils [DEPRECATED]",
|
||||||
|
"reference": "https://github.com/Kur0butiMegane/Comfyui-StringUtils",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Kur0butiMegane/Comfyui-StringUtils"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Prompt Normalizer, String Splitter, String Line Selector, Extract Markup Value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Apache0ne",
|
||||||
|
"title": "ComfyUI-LantentCompose [REMOVED]",
|
||||||
|
"reference": "https://github.com/Apache0ne/ComfyUI-LantentCompose",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Apache0ne/ComfyUI-LantentCompose"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Interpolate sdxl latents using slerp with and without a mask. use with unsample nodes for best effect.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "jax-explorer",
|
||||||
|
"title": "ComfyUI-H-flow [REMOVED]",
|
||||||
|
"reference": "https://github.com/jax-explorer/ComfyUI-H-flow",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/jax-explorer/ComfyUI-H-flow"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Wan2-1 Image To Video, LLM Task, Save Image, Save Video, Show Text, FluxPro Ultra, IdeogramV2 Turbo, Runway Image To Video, Kling Image To Video, Replace Text, Join Text, Test Image, Test Text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Apache0ne",
|
||||||
|
"title": "SambaNova [REMOVED]",
|
||||||
|
"id": "SambaNovaAPI",
|
||||||
|
"reference": "https://github.com/Apache0ne/SambaNova",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Apache0ne/SambaNova"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Super Fast LLM's llama3.1-405B,70B,8B and more"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Apache0ne",
|
||||||
|
"title": "ComfyUI-EasyUrlLoader [REMOVED]",
|
||||||
|
"id": "easy-url-loader",
|
||||||
|
"reference": "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Apache0ne/ComfyUI-EasyUrlLoader"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A simple YT downloader node for ComfyUI using video Urls. Can be used with VHS nodes etc."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "nxt5656",
|
||||||
|
"title": "ComfyUI-Image2OSS [REMOVED]",
|
||||||
|
"reference": "https://github.com/nxt5656/ComfyUI-Image2OSS",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/nxt5656/ComfyUI-Image2OSS"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Upload the image to Alibaba Cloud OSS."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "ainewsto",
|
||||||
|
"title": "Comfyui_Comfly",
|
||||||
|
"reference": "https://github.com/ainewsto/Comfyui_Comfly",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ainewsto/Comfyui_Comfly"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Comfly_Mj, Comfly_mjstyle, Comfly_upload, Comfly_Mju, Comfly_Mjv, Comfly_kling_videoPreview\nNOTE: Comfyui_Comfly_v2 is introduced."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "shinich39",
|
||||||
|
"title": "comfyui-to-inpaint",
|
||||||
|
"reference": "https://github.com/shinich39/comfyui-to-inpaint",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/shinich39/comfyui-to-inpaint"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Send preview image to inpaint workflow."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "magic-quill",
|
||||||
|
"title": "ComfyUI_MagicQuill [NOT MAINTAINED]",
|
||||||
|
"id": "MagicQuill",
|
||||||
|
"reference": "https://github.com/magic-quill/ComfyUI_MagicQuill",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/magic-quill/ComfyUI_MagicQuill"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Towards GPT-4 like large language and visual assistant.\nNOTE: The current version has not been maintained for a long time and does not work. Please use https://github.com/brantje/ComfyUI_MagicQuill instead."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "shinich39",
|
"author": "shinich39",
|
||||||
"title": "comfyui-event-handler [USAFE/REMOVED]",
|
"title": "comfyui-event-handler [USAFE/REMOVED]",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,50 @@
|
|||||||
"size": "25.75GB"
|
"size": "25.75GB"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "LTX-Video Spatial Upscaler v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "Spatial upscaler model for LTX-Video. This model enhances the spatial resolution of generated videos.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-spatial-upscaler-0.9.7.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-spatial-upscaler-0.9.7.safetensors",
|
||||||
|
"size": "505MB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LTX-Video Temporal Upscaler v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "Temporal upscaler model for LTX-Video. This model enhances the temporal resolution and smoothness of generated videos.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-temporal-upscaler-0.9.7.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-temporal-upscaler-0.9.7.safetensors",
|
||||||
|
"size": "524MB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LTX-Video 13B v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "High-resolution quality LTX-Video 13B model.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-13b-0.9.7-dev.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-13b-0.9.7-dev.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LTX-Video 13B FP8 v0.9.7",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "LTX-Video",
|
||||||
|
"save_path": "checkpoints/LTXV",
|
||||||
|
"description": "Quantized version of the LTX-Video 13B model, optimized for lower VRAM usage while maintaining high quality.",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
||||||
|
"filename": "ltxv-13b-0.9.7-dev-fp8.safetensors",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltxv-13b-0.9.7-dev-fp8.safetensors",
|
||||||
|
"size": "15.7GB"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (bf16)",
|
"name": "Comfy-Org/Wan2.1 i2v 480p 14B (bf16)",
|
||||||
"type": "diffusion_model",
|
"type": "diffusion_model",
|
||||||
@ -648,52 +692,6 @@
|
|||||||
"filename": "flux_dev_fp8_scaled_diffusion_model.safetensors",
|
"filename": "flux_dev_fp8_scaled_diffusion_model.safetensors",
|
||||||
"url": "https://huggingface.co/comfyanonymous/flux_dev_scaled_fp8_test/resolve/main/flux_dev_fp8_scaled_diffusion_model.safetensors",
|
"url": "https://huggingface.co/comfyanonymous/flux_dev_scaled_fp8_test/resolve/main/flux_dev_fp8_scaled_diffusion_model.safetensors",
|
||||||
"size": "11.9GB"
|
"size": "11.9GB"
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "kijai/MoGe_ViT_L_fp16.safetensors",
|
|
||||||
"type": "MoGe",
|
|
||||||
"base": "MoGe",
|
|
||||||
"save_path": "MoGe",
|
|
||||||
"description": "Safetensors versions of [a/https://github.com/microsoft/MoGe](https://github.com/microsoft/MoGe)",
|
|
||||||
"reference": "https://huggingface.co/Kijai/MoGe_safetensors",
|
|
||||||
"filename": "MoGe_ViT_L_fp16.safetensors",
|
|
||||||
"url": "https://huggingface.co/Kijai/MoGe_safetensors/resolve/main/MoGe_ViT_L_fp16.safetensors",
|
|
||||||
"size": "628MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "kijai/MoGe_ViT_L_fp16.safetensors",
|
|
||||||
"type": "MoGe",
|
|
||||||
"base": "MoGe",
|
|
||||||
"save_path": "MoGe",
|
|
||||||
"description": "Safetensors versions of [a/https://github.com/microsoft/MoGe](https://github.com/microsoft/MoGe)",
|
|
||||||
"reference": "https://huggingface.co/Kijai/MoGe_safetensors",
|
|
||||||
"filename": "MoGe_ViT_L_fp16.safetensors",
|
|
||||||
"url": "https://huggingface.co/Kijai/MoGe_safetensors/resolve/main/MoGe_ViT_L_fp16.safetensors",
|
|
||||||
"size": "1.26GB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "pulid_flux_v0.9.1.safetensors",
|
|
||||||
"type": "PuLID",
|
|
||||||
"base": "FLUX",
|
|
||||||
"save_path": "pulid",
|
|
||||||
"description": "This is required for PuLID (FLUX)",
|
|
||||||
"reference": "https://huggingface.co/guozinan/PuLID",
|
|
||||||
"filename": "pulid_flux_v0.9.1.safetensors",
|
|
||||||
"url": "https://huggingface.co/guozinan/PuLID/resolve/main/pulid_flux_v0.9.1.safetensors",
|
|
||||||
"size": "1.14GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "pulid_v1.1.safetensors",
|
|
||||||
"type": "PuLID",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "pulid",
|
|
||||||
"description": "This is required for PuLID (SDXL)",
|
|
||||||
"reference": "https://huggingface.co/guozinan/PuLID",
|
|
||||||
"filename": "pulid_v1.1.safetensors",
|
|
||||||
"url": "https://huggingface.co/guozinan/PuLID/resolve/main/pulid_v1.1.safetensors",
|
|
||||||
"size": "984MB"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user