mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 01:57:04 +08:00
Merge branch 'main' into feat/cnr
This commit is contained in:
commit
f0205c8eba
@ -204,7 +204,6 @@ This repository provides Colab notebooks that allow you to install and use Comfy
|
||||
* Please submit a pull request to update either the custom-node-list.json or model-list.json file.
|
||||
|
||||
* The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns.
|
||||
* Or you can provide manually `node_list.json` file.
|
||||
|
||||
```
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
@ -218,6 +217,7 @@ NODE_CLASS_MAPPINGS.update({
|
||||
"SemSegPreprocessor": Uniformer_SemSegPreprocessor,
|
||||
})
|
||||
```
|
||||
* Or you can provide manually `node_list.json` file.
|
||||
|
||||
* When you write a docstring in the header of the .py file for the Node as follows, it will be used for managing the database in the Manager.
|
||||
* Currently, only the `nickname` is being used, but other parts will also be utilized in the future.
|
||||
|
||||
@ -1969,16 +1969,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Heuristic modification of the Heun sampler using a custom function based on normalized distances. For ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "CLIP-Token-Injection",
|
||||
"reference": "https://github.com/Extraltodeus/CLIP-Token-Injection",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/CLIP-Token-Injection"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These nodes are to edit the text vectors of CLIP models, so to customize how the prompts will be interpreted. You could see it as either customisation, 'one token prompt' up to some limitation and a way to mess with how the text will be interpreted. The edited CLIP can then be saved, or as well the edited tokens themselves. The shared example weights does not contain any image-knowledge but the text vector of the words affected."
|
||||
},
|
||||
{
|
||||
"author": "JPS",
|
||||
"title": "JPS Custom Nodes for ComfyUI",
|
||||
@ -3071,6 +3061,12 @@
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-Florence2"
|
||||
],
|
||||
"preemptions":[
|
||||
"DownloadAndLoadFlorence2Lora",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2ModelLoader",
|
||||
"Florence2Run"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr"
|
||||
},
|
||||
@ -3137,6 +3133,14 @@
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-segment-anything-2"
|
||||
],
|
||||
"preemptions":[
|
||||
"DownloadAndLoadSAM2Model",
|
||||
"Florence2toCoordinates",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
"Sam2VideoSegmentation",
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation."
|
||||
},
|
||||
@ -6811,6 +6815,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)."
|
||||
},
|
||||
{
|
||||
"author": "LyazS",
|
||||
"title": "net tool node for comfyui",
|
||||
"reference": "https://github.com/LyazS/comfyui-nettools",
|
||||
"files": [
|
||||
"https://github.com/LyazS/comfyui-nettools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A net tool node for comfyui, rewrite from [comfyui-tooling-nodes](https://github.com/Acly/comfyui-tooling-nodes) but support more big data sending."
|
||||
},
|
||||
{
|
||||
"author": "Chan-0312",
|
||||
"title": "ComfyUI-IPAnimate",
|
||||
@ -8223,6 +8237,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Node to enable WhatsApp in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "daxcay",
|
||||
"title": "ComfyUI-TG",
|
||||
"reference": "https://github.com/daxcay/ComfyUI-TG",
|
||||
"files": [
|
||||
"https://github.com/daxcay/ComfyUI-TG"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node to enable Telegram in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "daxcay",
|
||||
"title": "ComfyUI-NODEJS",
|
||||
@ -9269,6 +9293,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "RealisDance-ComfyUI",
|
||||
"reference": "https://github.com/AIFSH/RealisDance-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/RealisDance-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/RealisDance](https://github.com/damo-cv/RealisDance)"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "SeedVC-ComfyUI",
|
||||
"reference": "https://github.com/AIFSH/SeedVC-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/SeedVC-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/seed-vc](https://github.com/Plachtaa/seed-vc)"
|
||||
},
|
||||
{
|
||||
"author": "Koishi-Star",
|
||||
"title": "Euler-Smea-Dyn-Sampler",
|
||||
@ -11386,7 +11430,7 @@
|
||||
"https://github.com/JayLyu/ComfyUI_BaiKong_Node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:BK Img To Color, BK Color Selector"
|
||||
"description": "Nodes for advanced color manipulation and image processing: BK Img To Color, BK Color Selector, BK Color Contrast, BK Color Limit, BK Color Luminance, BK Gradient Image, and BK Image Aspect Filter."
|
||||
},
|
||||
{
|
||||
"author": "risunobushi",
|
||||
@ -12549,6 +12593,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A revolutionary technique for increasing output variety."
|
||||
},
|
||||
{
|
||||
"author": "BetaDoggo",
|
||||
"title": "ComfyUI-FastSDCPU",
|
||||
"reference": "https://github.com/BetaDoggo/ComfyUI-FastSDCPU",
|
||||
"files": [
|
||||
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for interfacing with the FastSDCPU webserver."
|
||||
},
|
||||
{
|
||||
"author": "WX-NPS1598",
|
||||
"title": "Auto Crop By NPS",
|
||||
@ -13334,14 +13388,14 @@
|
||||
},
|
||||
{
|
||||
"author": "OgreLemonSoup",
|
||||
"title": "Load Image Gallery",
|
||||
"title": "Gallery&Tabs",
|
||||
"id": "LoadImageGallery",
|
||||
"reference": "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery",
|
||||
"files": [
|
||||
"https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds a gallery to the Load Image node"
|
||||
"description": "Adds a gallery to the Load Image node and tabs for Load Checkpoint/Lora/etc nodes"
|
||||
},
|
||||
{
|
||||
"author": "OuticNZ",
|
||||
@ -13589,7 +13643,7 @@
|
||||
"https://github.com/lucafoscili/comfyui-lf"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "JSON Nodes, Large Language Model Nodes, Logic Nodes, Workflow Nodes."
|
||||
"description": "Custom nodes with a touch of extra UX, including: history for primitives, JSON manipulation, logic switches with visual feedback, LLM chat... and more!"
|
||||
},
|
||||
{
|
||||
"author": "JPrevots",
|
||||
@ -13849,14 +13903,14 @@
|
||||
},
|
||||
{
|
||||
"author": "mittimi",
|
||||
"title": "ComfyUI_mittimiLoadPreset",
|
||||
"id": "comfyui-mittimi-load-preset",
|
||||
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset",
|
||||
"title": "ComfyUI_mittimiLoadPreset2",
|
||||
"id": "comfyui_mittimi_load_preset2",
|
||||
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2",
|
||||
"files": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset"
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The system selects and loads preset."
|
||||
"description": "This node can easily switch between models and prompts by saving presets."
|
||||
},
|
||||
{
|
||||
"author": "mittimi",
|
||||
@ -13929,7 +13983,7 @@
|
||||
"https://github.com/DanielHabib/ComfyUI-Voxels"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Mesh To Voxel, Voxel Block Saver, Voxel Viewer"
|
||||
"description": "NODES:Mesh To Voxel, Voxel Block Saver, Voxel Viewer, Voxel Block Loader, Voxel Video Viewer, Voxel Blocks Into Voxel Video, Voxel Video Preview, Voxelize Mesh, ..."
|
||||
},
|
||||
{
|
||||
"author": "jsonL",
|
||||
@ -14132,7 +14186,7 @@
|
||||
{
|
||||
"author": "Hmily",
|
||||
"title": "ComfyUI-Light-Tool",
|
||||
"id": "hmily",
|
||||
"id": "comfyui-light-tool",
|
||||
"reference": "https://github.com/ihmily/ComfyUI-Light-Tool",
|
||||
"files": [
|
||||
"https://github.com/ihmily/ComfyUI-Light-Tool"
|
||||
@ -14368,17 +14422,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A node that can be dropped into a group. When a node is then clicked within that group, all nodes and connections in that group get greyed out and the connections from the clicked node go bright red."
|
||||
},
|
||||
{
|
||||
"author": "openart",
|
||||
"title": "openart-comfyui-deploy",
|
||||
"id": "openart-comfyui-deploy",
|
||||
"reference": "https://github.com/kulsisme/openart-comfyui-deploy",
|
||||
"files": [
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: External Boolean (ComfyUI Deploy), External Checkpoint (ComfyUI Deploy), External Image (ComfyUI Deploy), External Video (ComfyUI Deploy x VHS), OpenArt Text, Image Websocket Output (ComfyDeploy), ..."
|
||||
},
|
||||
{
|
||||
"author": "Cyber-BCat",
|
||||
"title": "ComfyUI_Auto_Caption",
|
||||
@ -14389,6 +14432,113 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This report contains a 'load many images' node which is going to load the image set by the number of file names from smallest to largest, and the images will no longer be loaded in the wrong order! Setting index=0 makes it load from the first small value (image flie name) image, and index=2 will load them from the second image. Another node 'load images & resize' can resize the image by the first loaded image."
|
||||
},
|
||||
{
|
||||
"author": "cr7Por",
|
||||
"title": "ComfyUI_DepthFlow",
|
||||
"reference": "https://github.com/cr7Por/ComfyUI_DepthFlow",
|
||||
"files": [
|
||||
"https://github.com/cr7Por/ComfyUI_DepthFlow"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "comfyui custom node for depthflow\noriginal depthflow website: [a/https://github.com/BrokenSource/DepthFlow](https://github.com/BrokenSource/DepthFlow)\ncheck this for installation: [a/https://brokensrc.dev/get/](https://brokensrc.dev/get/)"
|
||||
},
|
||||
{
|
||||
"author": "aimerib",
|
||||
"title": "ComfyUI-HigherBitDepthSaveImage",
|
||||
"reference": "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage",
|
||||
"files": [
|
||||
"https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A comfyui node that provides save image with higher bit depth."
|
||||
},
|
||||
{
|
||||
"author": "nchenevey1",
|
||||
"title": "comfyui-gimp-nodes",
|
||||
"reference": "https://github.com/nchenevey1/comfyui-gimp-nodes",
|
||||
"files": [
|
||||
"https://github.com/nchenevey1/comfyui-gimp-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Provides nodes geared towards using GIMP as a frontend for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "MetaGLM",
|
||||
"title": "ComfyUI ZhipuAI Platform",
|
||||
"id": "zhipuai-platform",
|
||||
"reference": "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform",
|
||||
"files": [
|
||||
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform"
|
||||
],
|
||||
"pip": ["zhipuai-platform-video"],
|
||||
"install_type": "git-clone",
|
||||
"description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation."
|
||||
},
|
||||
{
|
||||
"author": "zhiselfly",
|
||||
"title": "ComfyUI-Alimama-ControlNet-compatible",
|
||||
"reference": "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible",
|
||||
"files": [
|
||||
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Compatible with alimama's SD3-ControlNet Demo on ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "pydn",
|
||||
"title": "ComfyUI to Python Extension",
|
||||
"id": "comfyui-to-python-extension",
|
||||
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension",
|
||||
"files": [
|
||||
"https://github.com/pydn/ComfyUI-to-Python-Extension"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
|
||||
},
|
||||
{
|
||||
"author": "Dayuppy",
|
||||
"title": "Discord Webhook",
|
||||
"id": "DiscordWebhook",
|
||||
"reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook",
|
||||
"files": [
|
||||
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
|
||||
},
|
||||
{
|
||||
"author": "svdC1",
|
||||
"title": "LoRa Dataset Tools",
|
||||
"reference": "https://github.com/svdC1/comfy-ui-lora-dataset-tools",
|
||||
"files": [
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box"
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"id": "efficiency-ed",
|
||||
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.[w/NOTE: This node requires [a/Efficiency Nodes for ComfyUI Version 2.0+](https://github.com/jags111/efficiency-nodes-comfyui) and [a/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Also, this node makes changes to user.css.]"
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "ComfyUI ImageGallery ExtendeD",
|
||||
"id": "image-gallery-ed",
|
||||
"reference": "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/ComfyUI-ImageGallery-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom javascript extensions for better UX for ComfyUI. Double click on image to open. It's convenient for checking images."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -14727,6 +14877,27 @@
|
||||
"install_type": "copy",
|
||||
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
|
||||
},
|
||||
{
|
||||
"author": "ultimatech-cn",
|
||||
"title": "FaceSimilarity",
|
||||
"reference": "https://github.com/ultimatech-cn/FaceSimilarity",
|
||||
"files": [
|
||||
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:"
|
||||
},
|
||||
{
|
||||
"author": "folkghost",
|
||||
"title": "CSV Search Node",
|
||||
"reference": "https://github.com/folkghost/comfyui_search_csv",
|
||||
"files": [
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "theally",
|
||||
"title": "TheAlly's Custom Nodes",
|
||||
|
||||
@ -604,12 +604,34 @@
|
||||
"ENHivisionParamsNode",
|
||||
"HivisionLayOutNode",
|
||||
"HivisionNode",
|
||||
"LaterProcessNode",
|
||||
"ZHHivisionParamsNode"
|
||||
],
|
||||
{
|
||||
"author": "cuny",
|
||||
"description": "",
|
||||
"title_aux": "HivisionIDPhotos-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/RealisDance-ComfyUI": [
|
||||
[
|
||||
"LoadFile",
|
||||
"LoadVideo",
|
||||
"PreViewVideo",
|
||||
"RealisDanceNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "RealisDance-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/SeedVC-ComfyUI": [
|
||||
[
|
||||
"SeedVCNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "SeedVC-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/SenseVoice-ComfyUI": [
|
||||
[
|
||||
"SenseVoiceNode",
|
||||
@ -1323,6 +1345,17 @@
|
||||
"title_aux": "ComfyUI Deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [
|
||||
[
|
||||
"fastsdcpu",
|
||||
"fastsdcpu_lcm_models",
|
||||
"fastsdcpu_loadModel",
|
||||
"fastsdcpu_vino_models"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FastSDCPU"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [
|
||||
[
|
||||
"GatchaEmbedding"
|
||||
@ -1754,7 +1787,8 @@
|
||||
"VoxelVideoLoader",
|
||||
"VoxelVideoPreview",
|
||||
"VoxelVideoViewer",
|
||||
"VoxelViewer"
|
||||
"VoxelViewer",
|
||||
"VoxelizeMesh"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Voxels"
|
||||
@ -1779,6 +1813,21 @@
|
||||
"title_aux": "Prompt Injection Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [
|
||||
[
|
||||
"DiscordPostViaWebhook",
|
||||
"DiscordSetWebhook",
|
||||
"Set Discord Webhook",
|
||||
"Use Discord Webhook"
|
||||
],
|
||||
{
|
||||
"author": "Dayuppy",
|
||||
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.",
|
||||
"nickname": "DiscordWebhook",
|
||||
"title": "Discord Webhook",
|
||||
"title_aux": "Discord Webhook"
|
||||
}
|
||||
],
|
||||
"https://github.com/DeJoker/pipeline-parallel-comfy": [
|
||||
[
|
||||
"PipelineParallel"
|
||||
@ -1946,16 +1995,6 @@
|
||||
"title_aux": "Gecco Discord Autosend"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/CLIP-Token-Injection": [
|
||||
[
|
||||
"CLIP load custom tokens",
|
||||
"CLIP save custom tokens",
|
||||
"CLIP token injection"
|
||||
],
|
||||
{
|
||||
"title_aux": "CLIP-Token-Injection"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [
|
||||
[
|
||||
"Automatic CFG",
|
||||
@ -3177,6 +3216,7 @@
|
||||
"JNodes_AddOrSetMetaDataKey",
|
||||
"JNodes_AnyToString",
|
||||
"JNodes_AppendReversedFrames",
|
||||
"JNodes_AudioInputOptions",
|
||||
"JNodes_BooleanSelectorWithString",
|
||||
"JNodes_BreakMediaInfo",
|
||||
"JNodes_CheckpointSelectorWithString",
|
||||
@ -3193,6 +3233,7 @@
|
||||
"JNodes_ImageFormatSelector",
|
||||
"JNodes_ImageSizeSelector",
|
||||
"JNodes_IntLiteral",
|
||||
"JNodes_JoinVideosInDirectory",
|
||||
"JNodes_LoadVideo",
|
||||
"JNodes_LoadVisualMediaFromPath",
|
||||
"JNodes_LoadVisualMediaFromPath_Batch",
|
||||
@ -3210,11 +3251,13 @@
|
||||
"JNodes_SamplerSelectorWithString",
|
||||
"JNodes_SaveImageWithOutput",
|
||||
"JNodes_SaveVideo",
|
||||
"JNodes_SaveVideoWithOptions",
|
||||
"JNodes_SchedulerSelectorWithString",
|
||||
"JNodes_SearchAndReplace",
|
||||
"JNodes_SearchAndReplaceFromFile",
|
||||
"JNodes_SearchAndReplaceFromList",
|
||||
"JNodes_SelectRandomFileFromDirectory",
|
||||
"JNodes_SetMetadataA1111",
|
||||
"JNodes_SetNegativePromptInMetaData",
|
||||
"JNodes_SetPositivePromptInMetaData",
|
||||
"JNodes_SplitAndJoin",
|
||||
@ -3238,7 +3281,7 @@
|
||||
"BK_ColorLuminance",
|
||||
"BK_ColorSelector",
|
||||
"BK_GradientImage",
|
||||
"BK_ImageFilterByAspectRatio",
|
||||
"BK_ImageAspectFilter",
|
||||
"BK_Img2Color"
|
||||
],
|
||||
{
|
||||
@ -3328,7 +3371,7 @@
|
||||
],
|
||||
"https://github.com/Julian-adv/WildDivide": [
|
||||
[
|
||||
"Attention couple",
|
||||
"Attention couple wild divide",
|
||||
"Comfy Divide",
|
||||
"WildcardEncode"
|
||||
],
|
||||
@ -3765,6 +3808,15 @@
|
||||
"title_aux": "Anime Character Segmentation node for comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/LyazS/comfyui-nettools": [
|
||||
[
|
||||
"NTL_LoadImagesBase64",
|
||||
"NTL_SendImagesWebSocket"
|
||||
],
|
||||
{
|
||||
"title_aux": "net tool node for comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/M1kep/ComfyLiterals": [
|
||||
[
|
||||
"Checkpoint",
|
||||
@ -3856,8 +3908,12 @@
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
"\u2728 Groq LLM API",
|
||||
"\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]",
|
||||
"\u2728\ud83d\udcac Groq LLM API",
|
||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||
"\ud83d\udcbe Save Text File With Path",
|
||||
"\ud83d\udcc1 Get File Path",
|
||||
"\ud83d\uddbc\ufe0f Download Image from URL"
|
||||
],
|
||||
{
|
||||
@ -3908,6 +3964,15 @@
|
||||
"MaraScottAnyBus_v2",
|
||||
"MaraScottDisplayInfoNode",
|
||||
"MaraScottDisplayInfo_v1",
|
||||
"MaraScottForLoopClose_v1",
|
||||
"MaraScottForLoopIntMathOperation_v1",
|
||||
"MaraScottForLoopOpen_v1",
|
||||
"MaraScottForLoopToBoolNode_v1",
|
||||
"MaraScottForLoopWhileClose_v1",
|
||||
"MaraScottForLoopWhileOpen_v1",
|
||||
"MaraScottIsEmpty",
|
||||
"MaraScottIsEmptyOrNone",
|
||||
"MaraScottIsNone",
|
||||
"MaraScottMcBoatyRefiner_v4",
|
||||
"MaraScottMcBoatyRefiner_v5",
|
||||
"MaraScottMcBoatyTilePrompter_v4",
|
||||
@ -3991,6 +4056,16 @@
|
||||
"title_aux": "Mosaica"
|
||||
}
|
||||
],
|
||||
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [
|
||||
[
|
||||
"VideoReportData",
|
||||
"VideoReportGenerate",
|
||||
"VideoReportPull"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI ZhipuAI Platform"
|
||||
}
|
||||
],
|
||||
"https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": [
|
||||
[
|
||||
"MakeModelMemorySafe-safewrapper",
|
||||
@ -4189,6 +4264,7 @@
|
||||
"AspectSizeV2",
|
||||
"ImageSizeAdjuster",
|
||||
"ImageSizeAdjusterV2",
|
||||
"ProjectFilePathNode",
|
||||
"StringWeights",
|
||||
"ZenkaiPrompt",
|
||||
"ZenkaiPromptV2",
|
||||
@ -4504,6 +4580,27 @@
|
||||
"title_aux": "ComfyUI-N-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED": [
|
||||
[
|
||||
"Apply LoRA Stack \ud83d\udcacED",
|
||||
"Control Net Script \ud83d\udcacED",
|
||||
"Efficient Loader \ud83d\udcacED",
|
||||
"Embedding Stacker \ud83d\udcacED",
|
||||
"Int Holder \ud83d\udcacED",
|
||||
"KSampler (Efficient) \ud83d\udcacED",
|
||||
"KSampler TEXT (Eff.) \ud83d\udcacED",
|
||||
"LoRA Stacker \ud83d\udcacED",
|
||||
"Load Image \ud83d\udcacED",
|
||||
"Save Image \ud83d\udd14ED"
|
||||
],
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.",
|
||||
"nickname": "Efficiency Nodes ED",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"title_aux": "Efficiency Nodes ExtendeD"
|
||||
}
|
||||
],
|
||||
"https://github.com/Off-Live/ComfyUI-off-suite": [
|
||||
[
|
||||
"Apply CLAHE",
|
||||
@ -4926,6 +5023,7 @@
|
||||
[
|
||||
"Any2ListNode",
|
||||
"AudioBatchValueNode",
|
||||
"AudioInfoNode",
|
||||
"AudioTranscriptionNode",
|
||||
"BatchedTranscriptionEncoderNode",
|
||||
"DownloadAudio",
|
||||
@ -6407,6 +6505,7 @@
|
||||
"CycleContinue",
|
||||
"CycleEnd",
|
||||
"DataMonitor",
|
||||
"FallbackAnyBatch",
|
||||
"FallbackImagePreviewer",
|
||||
"FolderSearch",
|
||||
"GarbageCollector",
|
||||
@ -6414,6 +6513,8 @@
|
||||
"IfConditionSelector",
|
||||
"ImageResolutionAdjust",
|
||||
"InvertCondition",
|
||||
"LoopClose",
|
||||
"LoopOpen",
|
||||
"LoraSelector",
|
||||
"MemoryStorage",
|
||||
"ModelSelector",
|
||||
@ -7400,6 +7501,14 @@
|
||||
"title_aux": "ComfyUI_NYJY"
|
||||
}
|
||||
],
|
||||
"https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": [
|
||||
[
|
||||
"SaveImageHigherBitDepth"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-HigherBitDepthSaveImage"
|
||||
}
|
||||
],
|
||||
"https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [
|
||||
[
|
||||
"ASVL"
|
||||
@ -7417,15 +7526,19 @@
|
||||
"AK_AudioreactiveDilationMask",
|
||||
"AK_AudioreactiveDynamicDilationMask",
|
||||
"AK_BinaryAmplitudeGate",
|
||||
"AK_BrightnessToFloatList",
|
||||
"AK_ConvertAudioToSaltAudio",
|
||||
"AK_ConvertListToFloatList",
|
||||
"AK_ConvertSaltAudioToAudio",
|
||||
"AK_DilateMaskLinearInfinite",
|
||||
"AK_FloatListToDilateMaskSchedule",
|
||||
"AK_IPAdapterCustomWeights",
|
||||
"AK_KeyframeScheduler",
|
||||
"AK_LagChop",
|
||||
"AK_ListToNumpyFloatArray",
|
||||
"AK_NormalizeMaskImage",
|
||||
"AK_RescaleFloatList",
|
||||
"AK_ScheduledBinaryComparison",
|
||||
"AK_ShrinkNumSequence",
|
||||
"AK_VideoSpeedAdjust"
|
||||
],
|
||||
@ -9197,10 +9310,12 @@
|
||||
"LayerColor: AutoAdjustV2",
|
||||
"LayerColor: AutoBrightness",
|
||||
"LayerColor: Brightness & Contrast",
|
||||
"LayerColor: BrightnessContrastV2",
|
||||
"LayerColor: Color of Shadow & Highlight",
|
||||
"LayerColor: ColorAdapter",
|
||||
"LayerColor: ColorBalance",
|
||||
"LayerColor: ColorTemperature",
|
||||
"LayerColor: ColorofShadowHighlightV2",
|
||||
"LayerColor: Exposure",
|
||||
"LayerColor: Gamma",
|
||||
"LayerColor: HSV",
|
||||
@ -9264,6 +9379,7 @@
|
||||
"LayerMask: SegmentAnythingUltra",
|
||||
"LayerMask: SegmentAnythingUltra V2",
|
||||
"LayerMask: Shadow & Highlight Mask",
|
||||
"LayerMask: ShadowHighlightMaskV2",
|
||||
"LayerMask: TransparentBackgroundUltra",
|
||||
"LayerMask: YoloV8Detect",
|
||||
"LayerStyle: ColorOverlay",
|
||||
@ -9290,6 +9406,7 @@
|
||||
"LayerUtility: CheckMaskV2",
|
||||
"LayerUtility: ColorImage",
|
||||
"LayerUtility: ColorImage V2",
|
||||
"LayerUtility: ColorName",
|
||||
"LayerUtility: ColorPicker",
|
||||
"LayerUtility: CreateQRCode",
|
||||
"LayerUtility: CropBoxResolve",
|
||||
@ -9303,6 +9420,7 @@
|
||||
"LayerUtility: GetColorTone",
|
||||
"LayerUtility: GetColorToneV2",
|
||||
"LayerUtility: GetImageSize",
|
||||
"LayerUtility: GetMainColors",
|
||||
"LayerUtility: GradientImage",
|
||||
"LayerUtility: GradientImage V2",
|
||||
"LayerUtility: HLFrequencyDetailRestore",
|
||||
@ -9339,6 +9457,7 @@
|
||||
"LayerUtility: LoadVQAModel",
|
||||
"LayerUtility: NumberCalculator",
|
||||
"LayerUtility: NumberCalculatorV2",
|
||||
"LayerUtility: PhiPrompt",
|
||||
"LayerUtility: PrintInfo",
|
||||
"LayerUtility: PromptEmbellish",
|
||||
"LayerUtility: PromptTagger",
|
||||
@ -9360,6 +9479,8 @@
|
||||
"LayerUtility: TextImage",
|
||||
"LayerUtility: TextImage V2",
|
||||
"LayerUtility: TextJoin",
|
||||
"LayerUtility: UserPromptGeneratorReplaceWord",
|
||||
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
|
||||
"LayerUtility: VQAPrompt",
|
||||
"LayerUtility: XY to Percent"
|
||||
],
|
||||
@ -9735,6 +9856,7 @@
|
||||
"ControlNetApply",
|
||||
"ControlNetApplyAdvanced",
|
||||
"ControlNetApplySD3",
|
||||
"ControlNetInpaintingAliMamaApply",
|
||||
"ControlNetLoader",
|
||||
"CropMask",
|
||||
"DiffControlNetLoader",
|
||||
@ -10048,6 +10170,14 @@
|
||||
"title_aux": "Cozy Reference Pose Generator"
|
||||
}
|
||||
],
|
||||
"https://github.com/cr7Por/ComfyUI_DepthFlow": [
|
||||
[
|
||||
"DepthFlowSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_DepthFlow"
|
||||
}
|
||||
],
|
||||
"https://github.com/crystian/ComfyUI-Crystools": [
|
||||
[],
|
||||
{
|
||||
@ -10357,7 +10487,6 @@
|
||||
"https://github.com/dagthomas/comfyui_dagthomas": [
|
||||
[
|
||||
"APNLatent",
|
||||
"ApplyBloom",
|
||||
"CustomPromptLoader",
|
||||
"DynamicStringCombinerNode",
|
||||
"FileReaderNode",
|
||||
@ -10367,14 +10496,12 @@
|
||||
"GeminiCustomVision",
|
||||
"Gpt4CustomVision",
|
||||
"Gpt4VisionCloner",
|
||||
"MedianOppositeColorNode",
|
||||
"OllamaNode",
|
||||
"OllamaVisionNode",
|
||||
"PGSD3LatentGenerator",
|
||||
"PhiCustomModelInference",
|
||||
"PhiModelInference",
|
||||
"PhiModelLoader",
|
||||
"ProminentOppositeColorNode",
|
||||
"PromptGenerator",
|
||||
"RandomIntegerNode",
|
||||
"SentenceMixerNode",
|
||||
@ -10529,13 +10656,25 @@
|
||||
"title_aux": "ComfyUI-JDCN"
|
||||
}
|
||||
],
|
||||
"https://github.com/daxcay/ComfyUI-TG": [
|
||||
[
|
||||
"TG_ImageSaver"
|
||||
],
|
||||
{
|
||||
"author": "Daxton Caylor",
|
||||
"description": "This node enables someone to run comfyui in telegram.",
|
||||
"nickname": "ComfyUI-TG",
|
||||
"title": "ComfyUI-TG",
|
||||
"title_aux": "ComfyUI-TG"
|
||||
}
|
||||
],
|
||||
"https://github.com/daxcay/ComfyUI-WA": [
|
||||
[
|
||||
"WA_ImageSaver"
|
||||
],
|
||||
{
|
||||
"author": "Daxton Caylor",
|
||||
"description": "This node enables someone to run any nodejs application alongside comfyui.",
|
||||
"description": "This node enables someone to run comfyui in whatsapp.",
|
||||
"nickname": "ComfyUI-WA",
|
||||
"title": "ComfyUI-WA",
|
||||
"title_aux": "ComfyUI-WA"
|
||||
@ -11025,8 +11164,11 @@
|
||||
],
|
||||
"https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [
|
||||
[
|
||||
"Alignment",
|
||||
"Compositor",
|
||||
"CompositorConfig"
|
||||
"Compositor3",
|
||||
"CompositorConfig",
|
||||
"CompositorConfig3"
|
||||
],
|
||||
{
|
||||
"title_aux": "Compositor Node"
|
||||
@ -11489,6 +11631,14 @@
|
||||
"title_aux": "comfyui-fofr-toolkit"
|
||||
}
|
||||
],
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py": [
|
||||
[
|
||||
"Search CSV"
|
||||
],
|
||||
{
|
||||
"title_aux": "CSV Search Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/forever22777/comfyui-self-guidance": [
|
||||
[
|
||||
"CLIPConditioning",
|
||||
@ -12294,7 +12444,6 @@
|
||||
"AmapRegeoTool",
|
||||
"AmapWeatherTool",
|
||||
"CLIPTextEncode_party",
|
||||
"ChatTTS_Node",
|
||||
"Dingding",
|
||||
"Dingding_tool",
|
||||
"FeishuDownloadAudio",
|
||||
@ -12323,6 +12472,7 @@
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"advance_ebd_tool",
|
||||
"any2str",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
@ -12344,6 +12494,7 @@
|
||||
"duckduckgo_tool",
|
||||
"ebd_tool",
|
||||
"embeddings_function",
|
||||
"end_anything",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
"extra_parameters",
|
||||
@ -12357,6 +12508,8 @@
|
||||
"github_tool",
|
||||
"google_loader",
|
||||
"google_tool",
|
||||
"gpt_sovits",
|
||||
"graph_md_to_html",
|
||||
"html2img_function",
|
||||
"image_iterator",
|
||||
"img2path",
|
||||
@ -12384,6 +12537,7 @@
|
||||
"load_persona",
|
||||
"load_url",
|
||||
"load_wikipedia",
|
||||
"md_to_html",
|
||||
"none2false",
|
||||
"omost_decode",
|
||||
"omost_json2py",
|
||||
@ -12399,12 +12553,15 @@
|
||||
"save_openai_ebd",
|
||||
"show_text_party",
|
||||
"sql_tool",
|
||||
"start_anything",
|
||||
"start_dialog",
|
||||
"start_workflow",
|
||||
"story_json_tool",
|
||||
"str2float",
|
||||
"str2int",
|
||||
"string_logic",
|
||||
"substring",
|
||||
"svg2img_function",
|
||||
"text2json",
|
||||
"text2parameters",
|
||||
"text_iterator",
|
||||
@ -12740,6 +12897,7 @@
|
||||
"Light-Tool: IsTransparent",
|
||||
"Light-Tool: LoadImage",
|
||||
"Light-Tool: LoadImageFromURL",
|
||||
"Light-Tool: LoadImagesFromDir",
|
||||
"Light-Tool: MaskBoundingBoxCropping",
|
||||
"Light-Tool: MaskContourExtractor",
|
||||
"Light-Tool: MaskImageToTransparent",
|
||||
@ -13504,17 +13662,25 @@
|
||||
"Bjornulf_GreenScreenToTransparency",
|
||||
"Bjornulf_ImageMaskCutter",
|
||||
"Bjornulf_LoadImageWithTransparency",
|
||||
"Bjornulf_LoadImagesFromSelectedFolder",
|
||||
"Bjornulf_LoopAllLines",
|
||||
"Bjornulf_LoopBasicBatch",
|
||||
"Bjornulf_LoopCombosSamplersSchedulers",
|
||||
"Bjornulf_LoopFloat",
|
||||
"Bjornulf_LoopImages",
|
||||
"Bjornulf_LoopInteger",
|
||||
"Bjornulf_LoopModelClipVae",
|
||||
"Bjornulf_LoopSamplers",
|
||||
"Bjornulf_LoopSchedulers",
|
||||
"Bjornulf_LoopTexts",
|
||||
"Bjornulf_LoopWriteText",
|
||||
"Bjornulf_PassPreviewImage",
|
||||
"Bjornulf_PauseResume",
|
||||
"Bjornulf_PickInput",
|
||||
"Bjornulf_RandomImage",
|
||||
"Bjornulf_RandomLineFromInput",
|
||||
"Bjornulf_RandomModelClipVae",
|
||||
"Bjornulf_RandomModelSelector",
|
||||
"Bjornulf_RandomTexts",
|
||||
"Bjornulf_RemoveTransparency",
|
||||
"Bjornulf_ResizeImage",
|
||||
@ -13524,9 +13690,11 @@
|
||||
"Bjornulf_SaveImageToFolder",
|
||||
"Bjornulf_SaveText",
|
||||
"Bjornulf_SaveTmpImage",
|
||||
"Bjornulf_SelectImageFromList",
|
||||
"Bjornulf_ShowFloat",
|
||||
"Bjornulf_ShowInt",
|
||||
"Bjornulf_ShowText",
|
||||
"Bjornulf_ShowWhatever",
|
||||
"Bjornulf_TextToSpeech",
|
||||
"Bjornulf_TextToStringAndSeed",
|
||||
"Bjornulf_VideoPingPong",
|
||||
@ -13535,7 +13703,7 @@
|
||||
"Bjornulf_WriteImageCharacters",
|
||||
"Bjornulf_WriteImageEnvironment",
|
||||
"Bjornulf_WriteText",
|
||||
"Bjornulf_WriteTextInConsole",
|
||||
"Bjornulf_WriteTextAdvanced",
|
||||
"Bjornulf_imagesToVideo",
|
||||
"Bjornulf_ollamaLoader"
|
||||
],
|
||||
@ -13930,6 +14098,12 @@
|
||||
"Florence2Run"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadFlorence2Lora",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2ModelLoader",
|
||||
"Florence2Run"
|
||||
],
|
||||
"title_aux": "ComfyUI-Florence2"
|
||||
}
|
||||
],
|
||||
@ -14025,6 +14199,7 @@
|
||||
"DownloadAndLoadCLIPSeg",
|
||||
"DrawInstanceDiffusionTracking",
|
||||
"DummyOut",
|
||||
"EmptyLatentImageCustomPresets",
|
||||
"EmptyLatentImagePresets",
|
||||
"FilterZeroMasksAndCorrespondingImages",
|
||||
"FlipSigmasAdjusted",
|
||||
@ -14264,6 +14439,14 @@
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadSAM2Model",
|
||||
"Florence2toCoordinates",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
"Sam2VideoSegmentation",
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
"title_aux": "ComfyUI-segment-anything-2"
|
||||
}
|
||||
],
|
||||
@ -14381,28 +14564,6 @@
|
||||
"title_aux": "ComfyUI_StringToHex"
|
||||
}
|
||||
],
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy": [
|
||||
[
|
||||
"ComfyDeployWebscoketImageInput",
|
||||
"ComfyDeployWebscoketImageOutput",
|
||||
"ComfyUIDeployExternalBoolean",
|
||||
"ComfyUIDeployExternalCheckpoint",
|
||||
"ComfyUIDeployExternalImage",
|
||||
"ComfyUIDeployExternalImageAlpha",
|
||||
"ComfyUIDeployExternalImageBatch",
|
||||
"ComfyUIDeployExternalLora",
|
||||
"ComfyUIDeployExternalNumber",
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalTextList",
|
||||
"ComfyUIDeployExternalVid",
|
||||
"ComfyUIDeployExternalVideo",
|
||||
"OpenArtDeployText"
|
||||
],
|
||||
{
|
||||
"title_aux": "openart-comfyui-deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/kunieone/ComfyUI_alkaid": [
|
||||
[
|
||||
"A_EmptyLatentImageLongside",
|
||||
@ -14521,8 +14682,6 @@
|
||||
],
|
||||
"https://github.com/latenightlabs/ComfyUI-LNL": [
|
||||
[
|
||||
"LNL_FrameSelector",
|
||||
"LNL_FrameSelectorV2",
|
||||
"LNL_FrameSelectorV3"
|
||||
],
|
||||
{
|
||||
@ -15470,10 +15629,11 @@
|
||||
"LF_GetValueFromJSON",
|
||||
"LF_ImageClassifier",
|
||||
"LF_ImageHistogram",
|
||||
"LF_ImageResizeByEdge",
|
||||
"LF_Integer",
|
||||
"LF_KeywordCounter",
|
||||
"LF_KeywordToggleFromJSON",
|
||||
"LF_LLMChat",
|
||||
"LF_LLMMessenger",
|
||||
"LF_LoadImages",
|
||||
"LF_LoadLocalJSON",
|
||||
"LF_LoadMetadata",
|
||||
@ -15481,6 +15641,8 @@
|
||||
"LF_LoraTag2Prompt",
|
||||
"LF_MultipleImageResizeForWeb",
|
||||
"LF_RandomBoolean",
|
||||
"LF_ResizeImageByEdge",
|
||||
"LF_ResizeImageToSquare",
|
||||
"LF_SaveImageForCivitAI",
|
||||
"LF_SequentialSeedsGenerator",
|
||||
"LF_SetValueInJSON",
|
||||
@ -15617,6 +15779,8 @@
|
||||
],
|
||||
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
|
||||
[
|
||||
"AlwaysExecute",
|
||||
"CommandPickerServing",
|
||||
"DiscordServing",
|
||||
"ServingInputImage",
|
||||
"ServingInputImageAsLatent",
|
||||
@ -16030,19 +16194,19 @@
|
||||
"title_aux": "MLTask_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [
|
||||
[
|
||||
"LoadAndSettingParametersMittimi01",
|
||||
"LoadAndSettingParametersMittimi02",
|
||||
"LoadPresetForSettingParametersMittimi01",
|
||||
"SettingParametersMittimi01"
|
||||
"CombineParamDataMittimi",
|
||||
"LoadSetParamMittimi",
|
||||
"SaveImageParamMittimi",
|
||||
"SaveParamToPresetMittimi"
|
||||
],
|
||||
{
|
||||
"author": "mittimi",
|
||||
"description": "The system selects and loads presets that have been saved in advance.",
|
||||
"nickname": "mittimiLoadPreset",
|
||||
"title": "mittimiLoadPreset",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset"
|
||||
"description": "This node can easily switch between models and prompts by saving presets.",
|
||||
"nickname": "mittimiLoadPreset2",
|
||||
"title": "mittimiLoadPreset2",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset2"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [
|
||||
@ -16188,6 +16352,16 @@
|
||||
"title_aux": "ComfyUI-NegiTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/nchenevey1/comfyui-gimp-nodes": [
|
||||
[
|
||||
"NC_LoadImageGIMP",
|
||||
"NC_LoadMaskGIMP",
|
||||
"NC_SendImageWebSocketGIMP"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-gimp-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
@ -17300,11 +17474,18 @@
|
||||
"BrightnessFeatureNode",
|
||||
"ColorFeatureNode",
|
||||
"DepthBasedMaskOpacity",
|
||||
"DepthBlender",
|
||||
"DepthFeatureNode",
|
||||
"DepthInjection",
|
||||
"DepthRippleEffect",
|
||||
"DepthShapeModifier",
|
||||
"DownloadCREPEModel",
|
||||
"DownloadOpenUnmixModel",
|
||||
"DyeImage",
|
||||
"EffectVisualizer",
|
||||
"EmitterMovement",
|
||||
"EmptyImageFromAudio",
|
||||
"EmptyMaskFromAudio",
|
||||
"FeatureCombine",
|
||||
"FeatureFade",
|
||||
"FeatureMath",
|
||||
@ -17314,6 +17495,7 @@
|
||||
"FeatureScaler",
|
||||
"FeatureSmoothing",
|
||||
"FeatureToWeightsStrategy",
|
||||
"FeatureTruncateOrExtend",
|
||||
"FlexDepthBasedMaskOpacity",
|
||||
"FlexImageBloom",
|
||||
"FlexImageChromaticAberration",
|
||||
@ -17331,6 +17513,7 @@
|
||||
"FlexMaskEmanatingRings",
|
||||
"FlexMaskMath",
|
||||
"FlexMaskMorph",
|
||||
"FlexMaskNormalLighting",
|
||||
"FlexMaskOpacity",
|
||||
"FlexMaskRandomShapes",
|
||||
"FlexMaskTransform",
|
||||
@ -17364,6 +17547,11 @@
|
||||
"ParticleEmitter",
|
||||
"ParticleSizeModulation",
|
||||
"ParticleSpeedModulation",
|
||||
"PitchFeatureExtractor",
|
||||
"PitchRange",
|
||||
"PitchRangeByNoteNode",
|
||||
"PitchRangePreset",
|
||||
"PitchVisualizer",
|
||||
"PreviewFeature",
|
||||
"ProximityFeatureNode",
|
||||
"ProximityVisualizer",
|
||||
@ -18471,6 +18659,16 @@
|
||||
"title_aux": "comfyui_lumaAPI"
|
||||
}
|
||||
],
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": [
|
||||
[
|
||||
"Detect Faces and Draw Detection Box",
|
||||
"Directory Loader",
|
||||
"Filter Images Without Faces"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRa Dataset Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/syaofox/ComfyUI_FoxTools": [
|
||||
[
|
||||
"FoxBatchImageFromList",
|
||||
@ -18994,6 +19192,14 @@
|
||||
"title_aux": "comfyui-webcam-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [
|
||||
[
|
||||
"Face-similarity"
|
||||
],
|
||||
{
|
||||
"title_aux": "FaceSimilarity"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui-tensorops": [
|
||||
[
|
||||
"BackgroundSelect",
|
||||
@ -19007,6 +19213,7 @@
|
||||
"Florence2Run",
|
||||
"Florence2toCoordinates",
|
||||
"ForegroundMask",
|
||||
"GetLayerMask",
|
||||
"MaskImage",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
@ -19015,7 +19222,9 @@
|
||||
"SaveImageToS3",
|
||||
"SaveJsonToSurreal",
|
||||
"SaveTextToSurreal",
|
||||
"SaveToRedis"
|
||||
"SaveToRedis",
|
||||
"SendImageOnWebSocket",
|
||||
"SendJsonOnWebSocket"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-tensorop"
|
||||
@ -19075,7 +19284,9 @@
|
||||
],
|
||||
"https://github.com/var1ableX/ComfyUI_Accessories": [
|
||||
[
|
||||
"GetMaskDimensions"
|
||||
"GetMaskDimensions",
|
||||
"GetRandomDimensions",
|
||||
"isMaskEmpty"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Accessories"
|
||||
@ -19519,10 +19730,13 @@
|
||||
],
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
|
||||
[
|
||||
"OllamaGenerate",
|
||||
"OllamaGenerateAdvance",
|
||||
"OllamaSpecialGenerateAdvance",
|
||||
"OllamaVision"
|
||||
"MyOllamaDeleteModel",
|
||||
"MyOllamaGenerate",
|
||||
"MyOllamaGenerateAdvance",
|
||||
"MyOllamaLoadContext",
|
||||
"MyOllamaSaveContext",
|
||||
"MyOllamaSpecialGenerateAdvance",
|
||||
"MyOllamaVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi-Ollama-YN"
|
||||
@ -19746,12 +19960,15 @@
|
||||
"easy XYPlot",
|
||||
"easy XYPlotAdvanced",
|
||||
"easy a1111Loader",
|
||||
"easy ab",
|
||||
"easy anythingIndexSwitch",
|
||||
"easy anythingInversedSwitch",
|
||||
"easy applyBrushNet",
|
||||
"easy applyFooocusInpaint",
|
||||
"easy applyInpaint",
|
||||
"easy applyPowerPaint",
|
||||
"easy batchAnything",
|
||||
"easy blocker",
|
||||
"easy boolean",
|
||||
"easy cascadeKSampler",
|
||||
"easy cascadeLoader",
|
||||
@ -20193,6 +20410,15 @@
|
||||
"title_aux": "zhangp365/ComfyUI-utils-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [
|
||||
[
|
||||
"SD3AlimamaInpaintControlNetApplyAdvanced",
|
||||
"SD3AlimamaInpaintControlNetLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Alimama-ControlNet-compatible"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhongpei/ComfyUI-InstructIR": [
|
||||
[
|
||||
"InstructIRProcess",
|
||||
|
||||
3724
github-stats.json
3724
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,36 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "wilzamguerrero",
|
||||
"title": "Comfyui-DownZ",
|
||||
"reference": "https://github.com/wilzamguerrero/Comfyui-DownZ",
|
||||
"files": [
|
||||
"https://github.com/wilzamguerrero/Comfyui-DownZ"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Download Z, Compress Z, Move Z"
|
||||
},
|
||||
{
|
||||
"author": "SoftMeng",
|
||||
"title": "ComfyUI-PIL",
|
||||
"reference": "https://github.com/SoftMeng/ComfyUI-PIL",
|
||||
"files": [
|
||||
"https://github.com/SoftMeng/ComfyUI-PIL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "PIL Nodes"
|
||||
},
|
||||
{
|
||||
"author": "seancheung",
|
||||
"title": "comfyui-creative-nodes",
|
||||
"reference": "https://github.com/seancheung/comfyui-creative-nodes",
|
||||
"files": [
|
||||
"https://github.com/seancheung/comfyui-creative-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Stop Flow, Skip From Flow, Skip To Flow, Resolution Selector, ResolutionXL Selector"
|
||||
},
|
||||
{
|
||||
"author": "AlexXi19",
|
||||
"title": "ComfyUI-OpenAINode",
|
||||
@ -73,14 +103,14 @@
|
||||
"description": "Basic functionality for converting an image to ASCII art returned as a png image based on [a/ascii_magic](https://github.com/LeandroBarone/python-ascii_magic)"
|
||||
},
|
||||
{
|
||||
"author": "LyazS",
|
||||
"title": "comfyui-nettools",
|
||||
"reference": "https://github.com/LyazS/comfyui-nettools",
|
||||
"author": "AIFSH",
|
||||
"title": "HivisionIDPhotos-ComfyUI",
|
||||
"reference": "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/LyazS/comfyui-nettools"
|
||||
"https://github.com/AIFSH/HivisionIDPhotos-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "rewrite from [a/https://github.com/Acly/comfyui-tooling-nodes](https://github.com/Acly/comfyui-tooling-nodes)"
|
||||
"description": "a custom node for [a/HivisionIDPhotos](https://github.com/Zeyi-Lin/HivisionIDPhotos).\nNOTE: Unsuitable for international users"
|
||||
},
|
||||
{
|
||||
"author": "lu64k",
|
||||
@ -333,16 +363,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI small node toolkit, this toolkit is mainly to update some practical small nodes, to make a contribution to the comfyui ecosystem, PS: 'LMCQ' is the abbreviation of the team name\nNOTE: The files in the repo are not organized, which may lead to update issues."
|
||||
},
|
||||
{
|
||||
"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]",
|
||||
|
||||
@ -211,9 +211,12 @@
|
||||
"ENHivisionParamsNode",
|
||||
"HivisionLayOutNode",
|
||||
"HivisionNode",
|
||||
"LaterProcessNode",
|
||||
"ZHHivisionParamsNode"
|
||||
],
|
||||
{
|
||||
"author": "cuny",
|
||||
"description": "",
|
||||
"title_aux": "HivisionIDPhotos-ComfyUI"
|
||||
}
|
||||
],
|
||||
@ -430,7 +433,11 @@
|
||||
],
|
||||
"https://github.com/Comfy-Org/ComfyUI_devtools": [
|
||||
[
|
||||
"DevToolsErrorRaiseNode"
|
||||
"DevToolsDeprecatedNode",
|
||||
"DevToolsErrorRaiseNode",
|
||||
"DevToolsErrorRaiseNodeWithMessage",
|
||||
"DevToolsExperimentalNode",
|
||||
"DevToolsLongComboDropdown"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_devtools [WIP]"
|
||||
@ -696,15 +703,6 @@
|
||||
"title_aux": "ComfyUI simple ChatGPT completion [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/LyazS/comfyui-nettools": [
|
||||
[
|
||||
"NTL_LoadImagesBase64",
|
||||
"NTL_SendImagesWebSocket"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-nettools"
|
||||
}
|
||||
],
|
||||
"https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [
|
||||
[
|
||||
"AIO_Preprocessor",
|
||||
@ -904,6 +902,14 @@
|
||||
"title_aux": "ComfyUI-Shinsplat [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/SoftMeng/ComfyUI-PIL": [
|
||||
[
|
||||
"PIL Effects (Mexx)"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PIL"
|
||||
}
|
||||
],
|
||||
"https://github.com/Soppatorsk/comfyui_img_to_ascii": [
|
||||
[
|
||||
"Img_to_ASCII"
|
||||
@ -1271,6 +1277,7 @@
|
||||
"ControlNetApply",
|
||||
"ControlNetApplyAdvanced",
|
||||
"ControlNetApplySD3",
|
||||
"ControlNetInpaintingAliMamaApply",
|
||||
"ControlNetLoader",
|
||||
"CropMask",
|
||||
"DiffControlNetLoader",
|
||||
@ -2220,6 +2227,10 @@
|
||||
],
|
||||
"https://github.com/logtd/ComfyUI-Fluxtapoz": [
|
||||
[
|
||||
"AddFluxFlow",
|
||||
"ApplyFluxRaveAttention",
|
||||
"ApplyRefFlux",
|
||||
"ConfigureRefFlux",
|
||||
"FluxDeGuidance",
|
||||
"FluxInverseSampler",
|
||||
"InFluxFlipSigmas",
|
||||
@ -2548,6 +2559,18 @@
|
||||
"title_aux": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration"
|
||||
}
|
||||
],
|
||||
"https://github.com/seancheung/comfyui-creative-nodes": [
|
||||
[
|
||||
"CreativeSkipFromFlow",
|
||||
"CreativeSkipToFlow",
|
||||
"CreativeStopFlow",
|
||||
"ResolutionSelector",
|
||||
"ResolutionXLSelector"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-creative-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/sebord/ComfyUI-LMCQ": [
|
||||
[
|
||||
"LmcqImageSaver",
|
||||
@ -2830,6 +2853,16 @@
|
||||
"title_aux": "ComfyUI-Unload-Models"
|
||||
}
|
||||
],
|
||||
"https://github.com/wilzamguerrero/Comfyui-DownZ": [
|
||||
[
|
||||
"CompressFolderNode",
|
||||
"DownloadFileNode",
|
||||
"MoveZNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-DownZ"
|
||||
}
|
||||
],
|
||||
"https://github.com/wormley/comfyui-wormley-nodes": [
|
||||
[
|
||||
"CheckpointVAELoaderSimpleText",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "jags111",
|
||||
"title": "NyaamZ/ComfyUI-Long-CLIP",
|
||||
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This forked repo supports efficiency-nodes-comfyui. Additional features."
|
||||
},
|
||||
{
|
||||
"author": "SeaArtLab",
|
||||
"title": "zer0int/ComfyUI-Long-CLIP",
|
||||
|
||||
@ -10,6 +10,39 @@
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "CLIP-Token-Injection [REMOVED]",
|
||||
"reference": "https://github.com/Extraltodeus/CLIP-Token-Injection",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/CLIP-Token-Injection"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These nodes are to edit the text vectors of CLIP models, so to customize how the prompts will be interpreted. You could see it as either customisation, 'one token prompt' up to some limitation and a way to mess with how the text will be interpreted. The edited CLIP can then be saved, or as well the edited tokens themselves. The shared example weights does not contain any image-knowledge but the text vector of the words affected."
|
||||
},
|
||||
{
|
||||
"author": "openart",
|
||||
"title": "openart-comfyui-deploy [REMOVED]",
|
||||
"id": "openart-comfyui-deploy",
|
||||
"reference": "https://github.com/kulsisme/openart-comfyui-deploy",
|
||||
"files": [
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: External Boolean (ComfyUI Deploy), External Checkpoint (ComfyUI Deploy), External Image (ComfyUI Deploy), External Video (ComfyUI Deploy x VHS), OpenArt Text, Image Websocket Output (ComfyDeploy), ..."
|
||||
},
|
||||
{
|
||||
"author": "mittimi",
|
||||
"title": "ComfyUI_mittimiLoadPreset [DEPRECATED]",
|
||||
"id": "comfyui-mittimi-load-preset",
|
||||
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset",
|
||||
"files": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The system selects and loads preset."
|
||||
},
|
||||
{
|
||||
"author": "jinljin",
|
||||
"title": "ComfyUI-Talking-Head [REMOVED]",
|
||||
|
||||
@ -10,6 +10,182 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"id": "efficiency-ed",
|
||||
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.[w/NOTE: This node requires [a/Efficiency Nodes for ComfyUI Version 2.0+](https://github.com/jags111/efficiency-nodes-comfyui) and [a/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Also, this node makes changes to user.css.]"
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "ComfyUI ImageGallery ExtendeD",
|
||||
"id": "image-gallery-ed",
|
||||
"reference": "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/ComfyUI-ImageGallery-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom javascript extensions for better UX for ComfyUI. Double click on image to open. It's convenient for checking images."
|
||||
},
|
||||
{
|
||||
"author": "folkghost",
|
||||
"title": "CSV Search Node",
|
||||
"reference": "https://github.com/folkghost/comfyui_search_csv",
|
||||
"files": [
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "SeedVC-ComfyUI",
|
||||
"reference": "https://github.com/AIFSH/SeedVC-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/SeedVC-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/seed-vc](https://github.com/Plachtaa/seed-vc)"
|
||||
},
|
||||
{
|
||||
"author": "svdC1",
|
||||
"title": "LoRa Dataset Tools",
|
||||
"reference": "https://github.com/svdC1/comfy-ui-lora-dataset-tools",
|
||||
"files": [
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box"
|
||||
},
|
||||
{
|
||||
"author": "pydn",
|
||||
"title": "ComfyUI to Python Extension",
|
||||
"id": "comfyui-to-python-extension",
|
||||
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension",
|
||||
"files": [
|
||||
"https://github.com/pydn/ComfyUI-to-Python-Extension"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
|
||||
},
|
||||
{
|
||||
"author": "Dayuppy",
|
||||
"title": "Discord Webhook",
|
||||
"id": "DiscordWebhook",
|
||||
"reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook",
|
||||
"files": [
|
||||
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
|
||||
},
|
||||
{
|
||||
"author": "BetaDoggo",
|
||||
"title": "ComfyUI-FastSDCPU",
|
||||
"reference": "https://github.com/BetaDoggo/ComfyUI-FastSDCPU",
|
||||
"files": [
|
||||
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of nodes for interfacing with the FastSDCPU webserver."
|
||||
},
|
||||
{
|
||||
"author": "ultimatech-cn",
|
||||
"title": "FaceSimilarity",
|
||||
"reference": "https://github.com/ultimatech-cn/FaceSimilarity",
|
||||
"files": [
|
||||
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "RealisDance-ComfyUI",
|
||||
"reference": "https://github.com/AIFSH/RealisDance-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/RealisDance-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/RealisDance](https://github.com/damo-cv/RealisDance)"
|
||||
},
|
||||
{
|
||||
"author": "zhiselfly",
|
||||
"title": "ComfyUI-Alimama-ControlNet-compatible",
|
||||
"reference": "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible",
|
||||
"files": [
|
||||
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Compatible with alimama's SD3-ControlNet Demo on ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "MetaGLM",
|
||||
"title": "ComfyUI ZhipuAI Platform",
|
||||
"id": "zhipuai-platform",
|
||||
"reference": "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform",
|
||||
"files": [
|
||||
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform"
|
||||
],
|
||||
"pip": ["zhipuai-platform-video"],
|
||||
"install_type": "git-clone",
|
||||
"description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation."
|
||||
},
|
||||
{
|
||||
"author": "nchenevey1",
|
||||
"title": "comfyui-gimp-nodes",
|
||||
"reference": "https://github.com/nchenevey1/comfyui-gimp-nodes",
|
||||
"files": [
|
||||
"https://github.com/nchenevey1/comfyui-gimp-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Provides nodes geared towards using GIMP as a frontend for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "aimerib",
|
||||
"title": "ComfyUI-HigherBitDepthSaveImage",
|
||||
"reference": "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage",
|
||||
"files": [
|
||||
"https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A comfyui node that provides save image with higher bit depth."
|
||||
},
|
||||
{
|
||||
"author": "cr7Por",
|
||||
"title": "ComfyUI_DepthFlow",
|
||||
"reference": "https://github.com/cr7Por/ComfyUI_DepthFlow",
|
||||
"files": [
|
||||
"https://github.com/cr7Por/ComfyUI_DepthFlow"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "comfyui custom node for depthflow\noriginal depthflow website: [a/https://github.com/BrokenSource/DepthFlow](https://github.com/BrokenSource/DepthFlow)\ncheck this for installation: [a/https://brokensrc.dev/get/](https://brokensrc.dev/get/)"
|
||||
},
|
||||
{
|
||||
"author": "daxcay",
|
||||
"title": "ComfyUI-TG",
|
||||
"reference": "https://github.com/daxcay/ComfyUI-TG",
|
||||
"files": [
|
||||
"https://github.com/daxcay/ComfyUI-TG"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node to enable Telegram in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "LyazS",
|
||||
"title": "net tool node for comfyui",
|
||||
"reference": "https://github.com/LyazS/comfyui-nettools",
|
||||
"files": [
|
||||
"https://github.com/LyazS/comfyui-nettools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A net tool node for comfyui, rewrite from [comfyui-tooling-nodes](https://github.com/Acly/comfyui-tooling-nodes) but support more big data sending."
|
||||
},
|
||||
{
|
||||
"author": "Metal3d",
|
||||
"title": "Human Parts Detector",
|
||||
@ -377,7 +553,7 @@
|
||||
{
|
||||
"author": "Hmily",
|
||||
"title": "ComfyUI-Light-Tool",
|
||||
"id": "hmily",
|
||||
"id": "comfyui-light-tool",
|
||||
"reference": "https://github.com/ihmily/ComfyUI-Light-Tool",
|
||||
"files": [
|
||||
"https://github.com/ihmily/ComfyUI-Light-Tool"
|
||||
@ -573,129 +749,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows."
|
||||
},
|
||||
{
|
||||
"author": "Isi-dev",
|
||||
"title": "ComfyUI-Img2DrawingAssistants",
|
||||
"id": "Img2DrawingAssistants",
|
||||
"reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants",
|
||||
"files": [
|
||||
"https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts."
|
||||
},
|
||||
{
|
||||
"author": "celoron",
|
||||
"title": "ComfyUI-VisualQueryTemplate",
|
||||
"reference": "https://github.com/celoron/ComfyUI-VisualQueryTemplate",
|
||||
"files": [
|
||||
"https://github.com/celoron/ComfyUI-VisualQueryTemplate"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI node for transforming images into descriptive text using templated visual question answering. Leverages Hugging Face's VQA models with transformers"
|
||||
},
|
||||
{
|
||||
"author": "drmbt",
|
||||
"title": "comfyui-dreambait-nodes",
|
||||
"id": "drmbt",
|
||||
"reference": "https://github.com/drmbt/comfyui-dreambait-nodes",
|
||||
"files": [
|
||||
"https://github.com/drmbt/comfyui-dreambait-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of forks, QoL nodes and utilities for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "InstaSD",
|
||||
"title": "InstaSD nodes for ComfyUI",
|
||||
"reference": "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD",
|
||||
"files": [
|
||||
"https://github.com/WaddingtonHoldings/ComfyUI-InstaSD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of nodes for use with InstaSD. These nodes will be transformed into app inputs when you deploy your ComfyUI workflow on InstaSD."
|
||||
},
|
||||
{
|
||||
"author": "TheBill2001",
|
||||
"title": "Save Images with Captions",
|
||||
"reference": "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption",
|
||||
"files": [
|
||||
"https://github.com/TheBill2001/ComfyUI-Save-Image-Caption"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Provide two custom nodes to load and save images with captions as separate files."
|
||||
},
|
||||
{
|
||||
"author": "Alex Genovese",
|
||||
"title": "Huggingface Api Serverless",
|
||||
"reference": "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference",
|
||||
"files": [
|
||||
"https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Huggingface Api Serverless request"
|
||||
},
|
||||
{
|
||||
"author": "BetaDoggo",
|
||||
"title": "Gatcha Embeddings",
|
||||
"reference": "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding",
|
||||
"files": [
|
||||
"https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A revolutionary technique for increasing output variety."
|
||||
},
|
||||
{
|
||||
"author": "tianguangliu",
|
||||
"title": "comfyui-utools",
|
||||
"id": "utools",
|
||||
"reference": "https://github.com/tianguanggliu/Utools",
|
||||
"files": [
|
||||
"https://github.com/tianguanggliu/Utools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Efficiency tools, Personalized style, Other Nodes, ..."
|
||||
},
|
||||
{
|
||||
"author": "souki202",
|
||||
"title": "ComfyUI-LoadImage-Advanced",
|
||||
"reference": "https://github.com/souki202/ComfyUI-LoadImage-Advanced",
|
||||
"files": [
|
||||
"https://github.com/souki202/ComfyUI-LoadImage-Advanced"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a node that simply integrates LoadImage, Vae Encode, Upscale, Resolution factor correction, and Color Adjustment."
|
||||
},
|
||||
{
|
||||
"author": "neverbiasu",
|
||||
"title": "ComfyUI-StyleShot",
|
||||
"reference": "https://github.com/neverbiasu/ComfyUI-StyleShot",
|
||||
"files": [
|
||||
"https://github.com/neverbiasu/ComfyUI-StyleShot"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:StyleShotApply"
|
||||
},
|
||||
{
|
||||
"author": "freelifehacker",
|
||||
"title": "ComfyUI-ImgMask2PNG",
|
||||
"reference": "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG",
|
||||
"files": [
|
||||
"https://github.com/freelifehacker/ComfyUI-ImgMask2PNG"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:ImageMask2PNG"
|
||||
},
|
||||
{
|
||||
"author": "yvann-ba",
|
||||
"title": "ComfyUI_Yvann-Nodes",
|
||||
"reference": "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes",
|
||||
"files": [
|
||||
"https://github.com/yvann-ba/ComfyUI_Yvann-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Audio Analysis YVANN, Show Text YVANN."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -604,12 +604,34 @@
|
||||
"ENHivisionParamsNode",
|
||||
"HivisionLayOutNode",
|
||||
"HivisionNode",
|
||||
"LaterProcessNode",
|
||||
"ZHHivisionParamsNode"
|
||||
],
|
||||
{
|
||||
"author": "cuny",
|
||||
"description": "",
|
||||
"title_aux": "HivisionIDPhotos-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/RealisDance-ComfyUI": [
|
||||
[
|
||||
"LoadFile",
|
||||
"LoadVideo",
|
||||
"PreViewVideo",
|
||||
"RealisDanceNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "RealisDance-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/SeedVC-ComfyUI": [
|
||||
[
|
||||
"SeedVCNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "SeedVC-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/SenseVoice-ComfyUI": [
|
||||
[
|
||||
"SenseVoiceNode",
|
||||
@ -1323,6 +1345,17 @@
|
||||
"title_aux": "ComfyUI Deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [
|
||||
[
|
||||
"fastsdcpu",
|
||||
"fastsdcpu_lcm_models",
|
||||
"fastsdcpu_loadModel",
|
||||
"fastsdcpu_vino_models"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-FastSDCPU"
|
||||
}
|
||||
],
|
||||
"https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [
|
||||
[
|
||||
"GatchaEmbedding"
|
||||
@ -1754,7 +1787,8 @@
|
||||
"VoxelVideoLoader",
|
||||
"VoxelVideoPreview",
|
||||
"VoxelVideoViewer",
|
||||
"VoxelViewer"
|
||||
"VoxelViewer",
|
||||
"VoxelizeMesh"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Voxels"
|
||||
@ -1779,6 +1813,21 @@
|
||||
"title_aux": "Prompt Injection Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [
|
||||
[
|
||||
"DiscordPostViaWebhook",
|
||||
"DiscordSetWebhook",
|
||||
"Set Discord Webhook",
|
||||
"Use Discord Webhook"
|
||||
],
|
||||
{
|
||||
"author": "Dayuppy",
|
||||
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.",
|
||||
"nickname": "DiscordWebhook",
|
||||
"title": "Discord Webhook",
|
||||
"title_aux": "Discord Webhook"
|
||||
}
|
||||
],
|
||||
"https://github.com/DeJoker/pipeline-parallel-comfy": [
|
||||
[
|
||||
"PipelineParallel"
|
||||
@ -1946,16 +1995,6 @@
|
||||
"title_aux": "Gecco Discord Autosend"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/CLIP-Token-Injection": [
|
||||
[
|
||||
"CLIP load custom tokens",
|
||||
"CLIP save custom tokens",
|
||||
"CLIP token injection"
|
||||
],
|
||||
{
|
||||
"title_aux": "CLIP-Token-Injection"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [
|
||||
[
|
||||
"Automatic CFG",
|
||||
@ -3177,6 +3216,7 @@
|
||||
"JNodes_AddOrSetMetaDataKey",
|
||||
"JNodes_AnyToString",
|
||||
"JNodes_AppendReversedFrames",
|
||||
"JNodes_AudioInputOptions",
|
||||
"JNodes_BooleanSelectorWithString",
|
||||
"JNodes_BreakMediaInfo",
|
||||
"JNodes_CheckpointSelectorWithString",
|
||||
@ -3193,6 +3233,7 @@
|
||||
"JNodes_ImageFormatSelector",
|
||||
"JNodes_ImageSizeSelector",
|
||||
"JNodes_IntLiteral",
|
||||
"JNodes_JoinVideosInDirectory",
|
||||
"JNodes_LoadVideo",
|
||||
"JNodes_LoadVisualMediaFromPath",
|
||||
"JNodes_LoadVisualMediaFromPath_Batch",
|
||||
@ -3210,11 +3251,13 @@
|
||||
"JNodes_SamplerSelectorWithString",
|
||||
"JNodes_SaveImageWithOutput",
|
||||
"JNodes_SaveVideo",
|
||||
"JNodes_SaveVideoWithOptions",
|
||||
"JNodes_SchedulerSelectorWithString",
|
||||
"JNodes_SearchAndReplace",
|
||||
"JNodes_SearchAndReplaceFromFile",
|
||||
"JNodes_SearchAndReplaceFromList",
|
||||
"JNodes_SelectRandomFileFromDirectory",
|
||||
"JNodes_SetMetadataA1111",
|
||||
"JNodes_SetNegativePromptInMetaData",
|
||||
"JNodes_SetPositivePromptInMetaData",
|
||||
"JNodes_SplitAndJoin",
|
||||
@ -3238,7 +3281,7 @@
|
||||
"BK_ColorLuminance",
|
||||
"BK_ColorSelector",
|
||||
"BK_GradientImage",
|
||||
"BK_ImageFilterByAspectRatio",
|
||||
"BK_ImageAspectFilter",
|
||||
"BK_Img2Color"
|
||||
],
|
||||
{
|
||||
@ -3328,7 +3371,7 @@
|
||||
],
|
||||
"https://github.com/Julian-adv/WildDivide": [
|
||||
[
|
||||
"Attention couple",
|
||||
"Attention couple wild divide",
|
||||
"Comfy Divide",
|
||||
"WildcardEncode"
|
||||
],
|
||||
@ -3765,6 +3808,15 @@
|
||||
"title_aux": "Anime Character Segmentation node for comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/LyazS/comfyui-nettools": [
|
||||
[
|
||||
"NTL_LoadImagesBase64",
|
||||
"NTL_SendImagesWebSocket"
|
||||
],
|
||||
{
|
||||
"title_aux": "net tool node for comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/M1kep/ComfyLiterals": [
|
||||
[
|
||||
"Checkpoint",
|
||||
@ -3856,8 +3908,12 @@
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
"\u2728 Groq LLM API",
|
||||
"\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]",
|
||||
"\u2728\ud83d\udcac Groq LLM API",
|
||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||
"\ud83d\udcbe Save Text File With Path",
|
||||
"\ud83d\udcc1 Get File Path",
|
||||
"\ud83d\uddbc\ufe0f Download Image from URL"
|
||||
],
|
||||
{
|
||||
@ -3908,6 +3964,15 @@
|
||||
"MaraScottAnyBus_v2",
|
||||
"MaraScottDisplayInfoNode",
|
||||
"MaraScottDisplayInfo_v1",
|
||||
"MaraScottForLoopClose_v1",
|
||||
"MaraScottForLoopIntMathOperation_v1",
|
||||
"MaraScottForLoopOpen_v1",
|
||||
"MaraScottForLoopToBoolNode_v1",
|
||||
"MaraScottForLoopWhileClose_v1",
|
||||
"MaraScottForLoopWhileOpen_v1",
|
||||
"MaraScottIsEmpty",
|
||||
"MaraScottIsEmptyOrNone",
|
||||
"MaraScottIsNone",
|
||||
"MaraScottMcBoatyRefiner_v4",
|
||||
"MaraScottMcBoatyRefiner_v5",
|
||||
"MaraScottMcBoatyTilePrompter_v4",
|
||||
@ -3991,6 +4056,16 @@
|
||||
"title_aux": "Mosaica"
|
||||
}
|
||||
],
|
||||
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [
|
||||
[
|
||||
"VideoReportData",
|
||||
"VideoReportGenerate",
|
||||
"VideoReportPull"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI ZhipuAI Platform"
|
||||
}
|
||||
],
|
||||
"https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": [
|
||||
[
|
||||
"MakeModelMemorySafe-safewrapper",
|
||||
@ -4189,6 +4264,7 @@
|
||||
"AspectSizeV2",
|
||||
"ImageSizeAdjuster",
|
||||
"ImageSizeAdjusterV2",
|
||||
"ProjectFilePathNode",
|
||||
"StringWeights",
|
||||
"ZenkaiPrompt",
|
||||
"ZenkaiPromptV2",
|
||||
@ -4504,6 +4580,27 @@
|
||||
"title_aux": "ComfyUI-N-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED": [
|
||||
[
|
||||
"Apply LoRA Stack \ud83d\udcacED",
|
||||
"Control Net Script \ud83d\udcacED",
|
||||
"Efficient Loader \ud83d\udcacED",
|
||||
"Embedding Stacker \ud83d\udcacED",
|
||||
"Int Holder \ud83d\udcacED",
|
||||
"KSampler (Efficient) \ud83d\udcacED",
|
||||
"KSampler TEXT (Eff.) \ud83d\udcacED",
|
||||
"LoRA Stacker \ud83d\udcacED",
|
||||
"Load Image \ud83d\udcacED",
|
||||
"Save Image \ud83d\udd14ED"
|
||||
],
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.",
|
||||
"nickname": "Efficiency Nodes ED",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"title_aux": "Efficiency Nodes ExtendeD"
|
||||
}
|
||||
],
|
||||
"https://github.com/Off-Live/ComfyUI-off-suite": [
|
||||
[
|
||||
"Apply CLAHE",
|
||||
@ -4926,6 +5023,7 @@
|
||||
[
|
||||
"Any2ListNode",
|
||||
"AudioBatchValueNode",
|
||||
"AudioInfoNode",
|
||||
"AudioTranscriptionNode",
|
||||
"BatchedTranscriptionEncoderNode",
|
||||
"DownloadAudio",
|
||||
@ -6407,6 +6505,7 @@
|
||||
"CycleContinue",
|
||||
"CycleEnd",
|
||||
"DataMonitor",
|
||||
"FallbackAnyBatch",
|
||||
"FallbackImagePreviewer",
|
||||
"FolderSearch",
|
||||
"GarbageCollector",
|
||||
@ -6414,6 +6513,8 @@
|
||||
"IfConditionSelector",
|
||||
"ImageResolutionAdjust",
|
||||
"InvertCondition",
|
||||
"LoopClose",
|
||||
"LoopOpen",
|
||||
"LoraSelector",
|
||||
"MemoryStorage",
|
||||
"ModelSelector",
|
||||
@ -7400,6 +7501,14 @@
|
||||
"title_aux": "ComfyUI_NYJY"
|
||||
}
|
||||
],
|
||||
"https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": [
|
||||
[
|
||||
"SaveImageHigherBitDepth"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-HigherBitDepthSaveImage"
|
||||
}
|
||||
],
|
||||
"https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [
|
||||
[
|
||||
"ASVL"
|
||||
@ -7417,15 +7526,19 @@
|
||||
"AK_AudioreactiveDilationMask",
|
||||
"AK_AudioreactiveDynamicDilationMask",
|
||||
"AK_BinaryAmplitudeGate",
|
||||
"AK_BrightnessToFloatList",
|
||||
"AK_ConvertAudioToSaltAudio",
|
||||
"AK_ConvertListToFloatList",
|
||||
"AK_ConvertSaltAudioToAudio",
|
||||
"AK_DilateMaskLinearInfinite",
|
||||
"AK_FloatListToDilateMaskSchedule",
|
||||
"AK_IPAdapterCustomWeights",
|
||||
"AK_KeyframeScheduler",
|
||||
"AK_LagChop",
|
||||
"AK_ListToNumpyFloatArray",
|
||||
"AK_NormalizeMaskImage",
|
||||
"AK_RescaleFloatList",
|
||||
"AK_ScheduledBinaryComparison",
|
||||
"AK_ShrinkNumSequence",
|
||||
"AK_VideoSpeedAdjust"
|
||||
],
|
||||
@ -9197,10 +9310,12 @@
|
||||
"LayerColor: AutoAdjustV2",
|
||||
"LayerColor: AutoBrightness",
|
||||
"LayerColor: Brightness & Contrast",
|
||||
"LayerColor: BrightnessContrastV2",
|
||||
"LayerColor: Color of Shadow & Highlight",
|
||||
"LayerColor: ColorAdapter",
|
||||
"LayerColor: ColorBalance",
|
||||
"LayerColor: ColorTemperature",
|
||||
"LayerColor: ColorofShadowHighlightV2",
|
||||
"LayerColor: Exposure",
|
||||
"LayerColor: Gamma",
|
||||
"LayerColor: HSV",
|
||||
@ -9264,6 +9379,7 @@
|
||||
"LayerMask: SegmentAnythingUltra",
|
||||
"LayerMask: SegmentAnythingUltra V2",
|
||||
"LayerMask: Shadow & Highlight Mask",
|
||||
"LayerMask: ShadowHighlightMaskV2",
|
||||
"LayerMask: TransparentBackgroundUltra",
|
||||
"LayerMask: YoloV8Detect",
|
||||
"LayerStyle: ColorOverlay",
|
||||
@ -9290,6 +9406,7 @@
|
||||
"LayerUtility: CheckMaskV2",
|
||||
"LayerUtility: ColorImage",
|
||||
"LayerUtility: ColorImage V2",
|
||||
"LayerUtility: ColorName",
|
||||
"LayerUtility: ColorPicker",
|
||||
"LayerUtility: CreateQRCode",
|
||||
"LayerUtility: CropBoxResolve",
|
||||
@ -9303,6 +9420,7 @@
|
||||
"LayerUtility: GetColorTone",
|
||||
"LayerUtility: GetColorToneV2",
|
||||
"LayerUtility: GetImageSize",
|
||||
"LayerUtility: GetMainColors",
|
||||
"LayerUtility: GradientImage",
|
||||
"LayerUtility: GradientImage V2",
|
||||
"LayerUtility: HLFrequencyDetailRestore",
|
||||
@ -9339,6 +9457,7 @@
|
||||
"LayerUtility: LoadVQAModel",
|
||||
"LayerUtility: NumberCalculator",
|
||||
"LayerUtility: NumberCalculatorV2",
|
||||
"LayerUtility: PhiPrompt",
|
||||
"LayerUtility: PrintInfo",
|
||||
"LayerUtility: PromptEmbellish",
|
||||
"LayerUtility: PromptTagger",
|
||||
@ -9360,6 +9479,8 @@
|
||||
"LayerUtility: TextImage",
|
||||
"LayerUtility: TextImage V2",
|
||||
"LayerUtility: TextJoin",
|
||||
"LayerUtility: UserPromptGeneratorReplaceWord",
|
||||
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
|
||||
"LayerUtility: VQAPrompt",
|
||||
"LayerUtility: XY to Percent"
|
||||
],
|
||||
@ -9735,6 +9856,7 @@
|
||||
"ControlNetApply",
|
||||
"ControlNetApplyAdvanced",
|
||||
"ControlNetApplySD3",
|
||||
"ControlNetInpaintingAliMamaApply",
|
||||
"ControlNetLoader",
|
||||
"CropMask",
|
||||
"DiffControlNetLoader",
|
||||
@ -10048,6 +10170,14 @@
|
||||
"title_aux": "Cozy Reference Pose Generator"
|
||||
}
|
||||
],
|
||||
"https://github.com/cr7Por/ComfyUI_DepthFlow": [
|
||||
[
|
||||
"DepthFlowSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_DepthFlow"
|
||||
}
|
||||
],
|
||||
"https://github.com/crystian/ComfyUI-Crystools": [
|
||||
[],
|
||||
{
|
||||
@ -10357,7 +10487,6 @@
|
||||
"https://github.com/dagthomas/comfyui_dagthomas": [
|
||||
[
|
||||
"APNLatent",
|
||||
"ApplyBloom",
|
||||
"CustomPromptLoader",
|
||||
"DynamicStringCombinerNode",
|
||||
"FileReaderNode",
|
||||
@ -10367,14 +10496,12 @@
|
||||
"GeminiCustomVision",
|
||||
"Gpt4CustomVision",
|
||||
"Gpt4VisionCloner",
|
||||
"MedianOppositeColorNode",
|
||||
"OllamaNode",
|
||||
"OllamaVisionNode",
|
||||
"PGSD3LatentGenerator",
|
||||
"PhiCustomModelInference",
|
||||
"PhiModelInference",
|
||||
"PhiModelLoader",
|
||||
"ProminentOppositeColorNode",
|
||||
"PromptGenerator",
|
||||
"RandomIntegerNode",
|
||||
"SentenceMixerNode",
|
||||
@ -10529,13 +10656,25 @@
|
||||
"title_aux": "ComfyUI-JDCN"
|
||||
}
|
||||
],
|
||||
"https://github.com/daxcay/ComfyUI-TG": [
|
||||
[
|
||||
"TG_ImageSaver"
|
||||
],
|
||||
{
|
||||
"author": "Daxton Caylor",
|
||||
"description": "This node enables someone to run comfyui in telegram.",
|
||||
"nickname": "ComfyUI-TG",
|
||||
"title": "ComfyUI-TG",
|
||||
"title_aux": "ComfyUI-TG"
|
||||
}
|
||||
],
|
||||
"https://github.com/daxcay/ComfyUI-WA": [
|
||||
[
|
||||
"WA_ImageSaver"
|
||||
],
|
||||
{
|
||||
"author": "Daxton Caylor",
|
||||
"description": "This node enables someone to run any nodejs application alongside comfyui.",
|
||||
"description": "This node enables someone to run comfyui in whatsapp.",
|
||||
"nickname": "ComfyUI-WA",
|
||||
"title": "ComfyUI-WA",
|
||||
"title_aux": "ComfyUI-WA"
|
||||
@ -11025,8 +11164,11 @@
|
||||
],
|
||||
"https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [
|
||||
[
|
||||
"Alignment",
|
||||
"Compositor",
|
||||
"CompositorConfig"
|
||||
"Compositor3",
|
||||
"CompositorConfig",
|
||||
"CompositorConfig3"
|
||||
],
|
||||
{
|
||||
"title_aux": "Compositor Node"
|
||||
@ -11489,6 +11631,14 @@
|
||||
"title_aux": "comfyui-fofr-toolkit"
|
||||
}
|
||||
],
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py": [
|
||||
[
|
||||
"Search CSV"
|
||||
],
|
||||
{
|
||||
"title_aux": "CSV Search Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/forever22777/comfyui-self-guidance": [
|
||||
[
|
||||
"CLIPConditioning",
|
||||
@ -12294,7 +12444,6 @@
|
||||
"AmapRegeoTool",
|
||||
"AmapWeatherTool",
|
||||
"CLIPTextEncode_party",
|
||||
"ChatTTS_Node",
|
||||
"Dingding",
|
||||
"Dingding_tool",
|
||||
"FeishuDownloadAudio",
|
||||
@ -12323,6 +12472,7 @@
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"advance_ebd_tool",
|
||||
"any2str",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
@ -12344,6 +12494,7 @@
|
||||
"duckduckgo_tool",
|
||||
"ebd_tool",
|
||||
"embeddings_function",
|
||||
"end_anything",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
"extra_parameters",
|
||||
@ -12357,6 +12508,8 @@
|
||||
"github_tool",
|
||||
"google_loader",
|
||||
"google_tool",
|
||||
"gpt_sovits",
|
||||
"graph_md_to_html",
|
||||
"html2img_function",
|
||||
"image_iterator",
|
||||
"img2path",
|
||||
@ -12384,6 +12537,7 @@
|
||||
"load_persona",
|
||||
"load_url",
|
||||
"load_wikipedia",
|
||||
"md_to_html",
|
||||
"none2false",
|
||||
"omost_decode",
|
||||
"omost_json2py",
|
||||
@ -12399,12 +12553,15 @@
|
||||
"save_openai_ebd",
|
||||
"show_text_party",
|
||||
"sql_tool",
|
||||
"start_anything",
|
||||
"start_dialog",
|
||||
"start_workflow",
|
||||
"story_json_tool",
|
||||
"str2float",
|
||||
"str2int",
|
||||
"string_logic",
|
||||
"substring",
|
||||
"svg2img_function",
|
||||
"text2json",
|
||||
"text2parameters",
|
||||
"text_iterator",
|
||||
@ -12740,6 +12897,7 @@
|
||||
"Light-Tool: IsTransparent",
|
||||
"Light-Tool: LoadImage",
|
||||
"Light-Tool: LoadImageFromURL",
|
||||
"Light-Tool: LoadImagesFromDir",
|
||||
"Light-Tool: MaskBoundingBoxCropping",
|
||||
"Light-Tool: MaskContourExtractor",
|
||||
"Light-Tool: MaskImageToTransparent",
|
||||
@ -13504,17 +13662,25 @@
|
||||
"Bjornulf_GreenScreenToTransparency",
|
||||
"Bjornulf_ImageMaskCutter",
|
||||
"Bjornulf_LoadImageWithTransparency",
|
||||
"Bjornulf_LoadImagesFromSelectedFolder",
|
||||
"Bjornulf_LoopAllLines",
|
||||
"Bjornulf_LoopBasicBatch",
|
||||
"Bjornulf_LoopCombosSamplersSchedulers",
|
||||
"Bjornulf_LoopFloat",
|
||||
"Bjornulf_LoopImages",
|
||||
"Bjornulf_LoopInteger",
|
||||
"Bjornulf_LoopModelClipVae",
|
||||
"Bjornulf_LoopSamplers",
|
||||
"Bjornulf_LoopSchedulers",
|
||||
"Bjornulf_LoopTexts",
|
||||
"Bjornulf_LoopWriteText",
|
||||
"Bjornulf_PassPreviewImage",
|
||||
"Bjornulf_PauseResume",
|
||||
"Bjornulf_PickInput",
|
||||
"Bjornulf_RandomImage",
|
||||
"Bjornulf_RandomLineFromInput",
|
||||
"Bjornulf_RandomModelClipVae",
|
||||
"Bjornulf_RandomModelSelector",
|
||||
"Bjornulf_RandomTexts",
|
||||
"Bjornulf_RemoveTransparency",
|
||||
"Bjornulf_ResizeImage",
|
||||
@ -13524,9 +13690,11 @@
|
||||
"Bjornulf_SaveImageToFolder",
|
||||
"Bjornulf_SaveText",
|
||||
"Bjornulf_SaveTmpImage",
|
||||
"Bjornulf_SelectImageFromList",
|
||||
"Bjornulf_ShowFloat",
|
||||
"Bjornulf_ShowInt",
|
||||
"Bjornulf_ShowText",
|
||||
"Bjornulf_ShowWhatever",
|
||||
"Bjornulf_TextToSpeech",
|
||||
"Bjornulf_TextToStringAndSeed",
|
||||
"Bjornulf_VideoPingPong",
|
||||
@ -13535,7 +13703,7 @@
|
||||
"Bjornulf_WriteImageCharacters",
|
||||
"Bjornulf_WriteImageEnvironment",
|
||||
"Bjornulf_WriteText",
|
||||
"Bjornulf_WriteTextInConsole",
|
||||
"Bjornulf_WriteTextAdvanced",
|
||||
"Bjornulf_imagesToVideo",
|
||||
"Bjornulf_ollamaLoader"
|
||||
],
|
||||
@ -13930,6 +14098,12 @@
|
||||
"Florence2Run"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadFlorence2Lora",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2ModelLoader",
|
||||
"Florence2Run"
|
||||
],
|
||||
"title_aux": "ComfyUI-Florence2"
|
||||
}
|
||||
],
|
||||
@ -14025,6 +14199,7 @@
|
||||
"DownloadAndLoadCLIPSeg",
|
||||
"DrawInstanceDiffusionTracking",
|
||||
"DummyOut",
|
||||
"EmptyLatentImageCustomPresets",
|
||||
"EmptyLatentImagePresets",
|
||||
"FilterZeroMasksAndCorrespondingImages",
|
||||
"FlipSigmasAdjusted",
|
||||
@ -14264,6 +14439,14 @@
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadSAM2Model",
|
||||
"Florence2toCoordinates",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
"Sam2VideoSegmentation",
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
"title_aux": "ComfyUI-segment-anything-2"
|
||||
}
|
||||
],
|
||||
@ -14381,28 +14564,6 @@
|
||||
"title_aux": "ComfyUI_StringToHex"
|
||||
}
|
||||
],
|
||||
"https://github.com/kulsisme/openart-comfyui-deploy": [
|
||||
[
|
||||
"ComfyDeployWebscoketImageInput",
|
||||
"ComfyDeployWebscoketImageOutput",
|
||||
"ComfyUIDeployExternalBoolean",
|
||||
"ComfyUIDeployExternalCheckpoint",
|
||||
"ComfyUIDeployExternalImage",
|
||||
"ComfyUIDeployExternalImageAlpha",
|
||||
"ComfyUIDeployExternalImageBatch",
|
||||
"ComfyUIDeployExternalLora",
|
||||
"ComfyUIDeployExternalNumber",
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalTextList",
|
||||
"ComfyUIDeployExternalVid",
|
||||
"ComfyUIDeployExternalVideo",
|
||||
"OpenArtDeployText"
|
||||
],
|
||||
{
|
||||
"title_aux": "openart-comfyui-deploy"
|
||||
}
|
||||
],
|
||||
"https://github.com/kunieone/ComfyUI_alkaid": [
|
||||
[
|
||||
"A_EmptyLatentImageLongside",
|
||||
@ -14521,8 +14682,6 @@
|
||||
],
|
||||
"https://github.com/latenightlabs/ComfyUI-LNL": [
|
||||
[
|
||||
"LNL_FrameSelector",
|
||||
"LNL_FrameSelectorV2",
|
||||
"LNL_FrameSelectorV3"
|
||||
],
|
||||
{
|
||||
@ -15470,10 +15629,11 @@
|
||||
"LF_GetValueFromJSON",
|
||||
"LF_ImageClassifier",
|
||||
"LF_ImageHistogram",
|
||||
"LF_ImageResizeByEdge",
|
||||
"LF_Integer",
|
||||
"LF_KeywordCounter",
|
||||
"LF_KeywordToggleFromJSON",
|
||||
"LF_LLMChat",
|
||||
"LF_LLMMessenger",
|
||||
"LF_LoadImages",
|
||||
"LF_LoadLocalJSON",
|
||||
"LF_LoadMetadata",
|
||||
@ -15481,6 +15641,8 @@
|
||||
"LF_LoraTag2Prompt",
|
||||
"LF_MultipleImageResizeForWeb",
|
||||
"LF_RandomBoolean",
|
||||
"LF_ResizeImageByEdge",
|
||||
"LF_ResizeImageToSquare",
|
||||
"LF_SaveImageForCivitAI",
|
||||
"LF_SequentialSeedsGenerator",
|
||||
"LF_SetValueInJSON",
|
||||
@ -15617,6 +15779,8 @@
|
||||
],
|
||||
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
|
||||
[
|
||||
"AlwaysExecute",
|
||||
"CommandPickerServing",
|
||||
"DiscordServing",
|
||||
"ServingInputImage",
|
||||
"ServingInputImageAsLatent",
|
||||
@ -16030,19 +16194,19 @@
|
||||
"title_aux": "MLTask_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [
|
||||
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [
|
||||
[
|
||||
"LoadAndSettingParametersMittimi01",
|
||||
"LoadAndSettingParametersMittimi02",
|
||||
"LoadPresetForSettingParametersMittimi01",
|
||||
"SettingParametersMittimi01"
|
||||
"CombineParamDataMittimi",
|
||||
"LoadSetParamMittimi",
|
||||
"SaveImageParamMittimi",
|
||||
"SaveParamToPresetMittimi"
|
||||
],
|
||||
{
|
||||
"author": "mittimi",
|
||||
"description": "The system selects and loads presets that have been saved in advance.",
|
||||
"nickname": "mittimiLoadPreset",
|
||||
"title": "mittimiLoadPreset",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset"
|
||||
"description": "This node can easily switch between models and prompts by saving presets.",
|
||||
"nickname": "mittimiLoadPreset2",
|
||||
"title": "mittimiLoadPreset2",
|
||||
"title_aux": "ComfyUI_mittimiLoadPreset2"
|
||||
}
|
||||
],
|
||||
"https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [
|
||||
@ -16188,6 +16352,16 @@
|
||||
"title_aux": "ComfyUI-NegiTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/nchenevey1/comfyui-gimp-nodes": [
|
||||
[
|
||||
"NC_LoadImageGIMP",
|
||||
"NC_LoadMaskGIMP",
|
||||
"NC_SendImageWebSocketGIMP"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-gimp-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/neverbiasu/ComfyUI-Image-Captioner": [
|
||||
[
|
||||
"ImageCaptioner"
|
||||
@ -17300,11 +17474,18 @@
|
||||
"BrightnessFeatureNode",
|
||||
"ColorFeatureNode",
|
||||
"DepthBasedMaskOpacity",
|
||||
"DepthBlender",
|
||||
"DepthFeatureNode",
|
||||
"DepthInjection",
|
||||
"DepthRippleEffect",
|
||||
"DepthShapeModifier",
|
||||
"DownloadCREPEModel",
|
||||
"DownloadOpenUnmixModel",
|
||||
"DyeImage",
|
||||
"EffectVisualizer",
|
||||
"EmitterMovement",
|
||||
"EmptyImageFromAudio",
|
||||
"EmptyMaskFromAudio",
|
||||
"FeatureCombine",
|
||||
"FeatureFade",
|
||||
"FeatureMath",
|
||||
@ -17314,6 +17495,7 @@
|
||||
"FeatureScaler",
|
||||
"FeatureSmoothing",
|
||||
"FeatureToWeightsStrategy",
|
||||
"FeatureTruncateOrExtend",
|
||||
"FlexDepthBasedMaskOpacity",
|
||||
"FlexImageBloom",
|
||||
"FlexImageChromaticAberration",
|
||||
@ -17331,6 +17513,7 @@
|
||||
"FlexMaskEmanatingRings",
|
||||
"FlexMaskMath",
|
||||
"FlexMaskMorph",
|
||||
"FlexMaskNormalLighting",
|
||||
"FlexMaskOpacity",
|
||||
"FlexMaskRandomShapes",
|
||||
"FlexMaskTransform",
|
||||
@ -17364,6 +17547,11 @@
|
||||
"ParticleEmitter",
|
||||
"ParticleSizeModulation",
|
||||
"ParticleSpeedModulation",
|
||||
"PitchFeatureExtractor",
|
||||
"PitchRange",
|
||||
"PitchRangeByNoteNode",
|
||||
"PitchRangePreset",
|
||||
"PitchVisualizer",
|
||||
"PreviewFeature",
|
||||
"ProximityFeatureNode",
|
||||
"ProximityVisualizer",
|
||||
@ -18471,6 +18659,16 @@
|
||||
"title_aux": "comfyui_lumaAPI"
|
||||
}
|
||||
],
|
||||
"https://github.com/svdC1/comfy-ui-lora-dataset-tools": [
|
||||
[
|
||||
"Detect Faces and Draw Detection Box",
|
||||
"Directory Loader",
|
||||
"Filter Images Without Faces"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRa Dataset Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/syaofox/ComfyUI_FoxTools": [
|
||||
[
|
||||
"FoxBatchImageFromList",
|
||||
@ -18994,6 +19192,14 @@
|
||||
"title_aux": "comfyui-webcam-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [
|
||||
[
|
||||
"Face-similarity"
|
||||
],
|
||||
{
|
||||
"title_aux": "FaceSimilarity"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui-tensorops": [
|
||||
[
|
||||
"BackgroundSelect",
|
||||
@ -19007,6 +19213,7 @@
|
||||
"Florence2Run",
|
||||
"Florence2toCoordinates",
|
||||
"ForegroundMask",
|
||||
"GetLayerMask",
|
||||
"MaskImage",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
@ -19015,7 +19222,9 @@
|
||||
"SaveImageToS3",
|
||||
"SaveJsonToSurreal",
|
||||
"SaveTextToSurreal",
|
||||
"SaveToRedis"
|
||||
"SaveToRedis",
|
||||
"SendImageOnWebSocket",
|
||||
"SendJsonOnWebSocket"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-tensorop"
|
||||
@ -19075,7 +19284,9 @@
|
||||
],
|
||||
"https://github.com/var1ableX/ComfyUI_Accessories": [
|
||||
[
|
||||
"GetMaskDimensions"
|
||||
"GetMaskDimensions",
|
||||
"GetRandomDimensions",
|
||||
"isMaskEmpty"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Accessories"
|
||||
@ -19519,10 +19730,13 @@
|
||||
],
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
|
||||
[
|
||||
"OllamaGenerate",
|
||||
"OllamaGenerateAdvance",
|
||||
"OllamaSpecialGenerateAdvance",
|
||||
"OllamaVision"
|
||||
"MyOllamaDeleteModel",
|
||||
"MyOllamaGenerate",
|
||||
"MyOllamaGenerateAdvance",
|
||||
"MyOllamaLoadContext",
|
||||
"MyOllamaSaveContext",
|
||||
"MyOllamaSpecialGenerateAdvance",
|
||||
"MyOllamaVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi-Ollama-YN"
|
||||
@ -19746,12 +19960,15 @@
|
||||
"easy XYPlot",
|
||||
"easy XYPlotAdvanced",
|
||||
"easy a1111Loader",
|
||||
"easy ab",
|
||||
"easy anythingIndexSwitch",
|
||||
"easy anythingInversedSwitch",
|
||||
"easy applyBrushNet",
|
||||
"easy applyFooocusInpaint",
|
||||
"easy applyInpaint",
|
||||
"easy applyPowerPaint",
|
||||
"easy batchAnything",
|
||||
"easy blocker",
|
||||
"easy boolean",
|
||||
"easy cascadeKSampler",
|
||||
"easy cascadeLoader",
|
||||
@ -20193,6 +20410,15 @@
|
||||
"title_aux": "zhangp365/ComfyUI-utils-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [
|
||||
[
|
||||
"SD3AlimamaInpaintControlNetApplyAdvanced",
|
||||
"SD3AlimamaInpaintControlNetLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Alimama-ControlNet-compatible"
|
||||
}
|
||||
],
|
||||
"https://github.com/zhongpei/ComfyUI-InstructIR": [
|
||||
[
|
||||
"InstructIRProcess",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user