mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
731e65f9d8
commit
95a6af00ae
@ -387,6 +387,7 @@ When you run the `scan.sh` script:
|
||||
* https://github.com/Tcheko243/ComfyUI-Photographer-Alpha7-Nodes
|
||||
* https://github.com/Limbicnation/ComfyUINodeToolbox
|
||||
* https://github.com/chenpipi0807/pip_longsize
|
||||
* https://github.com/APZmedia/ComfyUI-APZmedia-srtTools
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
||||
@ -8425,10 +8425,10 @@
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "DiffMorpher-ComfyUI",
|
||||
"id": "uvr5",
|
||||
"id": "diffmorpher",
|
||||
"reference": "https://github.com/AIFSH/DiffMorpher-ComfyUI",
|
||||
"files": [
|
||||
"hhttps://github.com/AIFSH/DiffMorpher-ComfyUI"
|
||||
"https://github.com/AIFSH/DiffMorpher-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/DiffMorpher](https://github.com/Kevin-thu/DiffMorpher),you can find base workflow in [a/doc](https://github.com/AIFSH/DiffMorpher-ComfyUI/blob/main/doc)"
|
||||
@ -11610,7 +11610,61 @@
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes to perform tensor operations in ComfyUI"
|
||||
},
|
||||
|
||||
{
|
||||
"author": "john-mnz",
|
||||
"title": "ComfyUI-Inspyrenet-Rembg",
|
||||
"id":"inspyrenet",
|
||||
"reference": "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg",
|
||||
"files":[
|
||||
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"ComfyUI node for background removal implementing [a/InSPyReNet](https://github.com/plemeri/InSPyReNet)"
|
||||
},
|
||||
{
|
||||
"author": "Koushakur",
|
||||
"title": "ComfyUI-DenoiseChooser",
|
||||
"id":"denoise-chooser",
|
||||
"reference": "https://github.com/Koushakur/ComfyUI-DenoiseChooser",
|
||||
"files":[
|
||||
"https://github.com/Koushakur/ComfyUI-DenoiseChooser"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"The latent gets passed straight through unaltered, if it's empty (i.e from a 'Empty Latent Image' node) FLOAT outputs the first value, otherwise it outputs the second value"
|
||||
},
|
||||
{
|
||||
"author": "ycchanau",
|
||||
"title": "ComfyUI Preview Magnifier",
|
||||
"id":"magnifier",
|
||||
"reference": "https://github.com/ycchanau/ComfyUI_Preview_Magnifier",
|
||||
"files":[
|
||||
"https://github.com/ycchanau/ComfyUI_Preview_Magnifier"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Custom nodes that preview image with a magnifier."
|
||||
},
|
||||
{
|
||||
"author": "lrzjason",
|
||||
"title": "Comfyui Kolors Utils",
|
||||
"reference": "https://github.com/lrzjason/Comfyui-Kolors-Utils",
|
||||
"files":[
|
||||
"https://github.com/lrzjason/Comfyui-Kolors-Utils"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes: Save Weight As Kolors Unet"
|
||||
},
|
||||
{
|
||||
"author": "lrzjason",
|
||||
"title": "ComfyUIJasonNode",
|
||||
"reference": "https://github.com/lrzjason/ComfyUIJasonNode",
|
||||
"files": [
|
||||
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py",
|
||||
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/LatentByRatio.py",
|
||||
""
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:SDXLMixSampler, LatentByRatio"
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -11705,18 +11759,6 @@
|
||||
"install_type": "copy",
|
||||
"description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config."
|
||||
},
|
||||
{
|
||||
"author": "lrzjason",
|
||||
"title": "ComfyUIJasonNode",
|
||||
"reference": "https://github.com/lrzjason/ComfyUIJasonNode",
|
||||
"files": [
|
||||
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py",
|
||||
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/LatentByRatio.py",
|
||||
""
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:SDXLMixSampler, LatentByRatio"
|
||||
},
|
||||
{
|
||||
"author": "lordgasmic",
|
||||
"title": "Wildcards",
|
||||
|
||||
@ -511,6 +511,16 @@
|
||||
"title_aux": "CosyVoice-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/DiffMorpher-ComfyUI": [
|
||||
[
|
||||
"DiffMorpherNode",
|
||||
"PreViewGIF",
|
||||
"TextNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "DiffMorpher-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/SenseVoice-ComfyUI": [
|
||||
[
|
||||
"SenseVoiceNode",
|
||||
@ -558,7 +568,8 @@
|
||||
],
|
||||
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
||||
[
|
||||
"ToonCrafterNode"
|
||||
"ToonCrafterNode",
|
||||
"ToonCrafterWithSketch"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ToonCrafter"
|
||||
@ -820,7 +831,7 @@
|
||||
],
|
||||
{
|
||||
"author": "amorano",
|
||||
"description": "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value converstion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more.",
|
||||
"description": "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation",
|
||||
"nodename_pattern": " \\(JOV\\)$",
|
||||
"title": "Jovimetrix",
|
||||
"title_aux": "Jovimetrix Composition Nodes"
|
||||
@ -2985,6 +2996,14 @@
|
||||
"title_aux": "ComfyUI-VideoHelperSuite"
|
||||
}
|
||||
],
|
||||
"https://github.com/Koushakur/ComfyUI-DenoiseChooser": [
|
||||
[
|
||||
"DenoiseChooser|Koushakur"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DenoiseChooser"
|
||||
}
|
||||
],
|
||||
"https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": [
|
||||
[
|
||||
"SendToDiscordWebhook"
|
||||
@ -3349,6 +3368,47 @@
|
||||
"title_aux": "Militant Hitchhiker's Switchblade Pack"
|
||||
}
|
||||
],
|
||||
"https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": [
|
||||
[
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
"IPAdapterEmbeds",
|
||||
"IPAdapterEmbedsBatch",
|
||||
"IPAdapterEncoder",
|
||||
"IPAdapterFaceID",
|
||||
"IPAdapterFromParams",
|
||||
"IPAdapterInsightFaceLoader",
|
||||
"IPAdapterLoadEmbeds",
|
||||
"IPAdapterMS",
|
||||
"IPAdapterModelLoader",
|
||||
"IPAdapterNoise",
|
||||
"IPAdapterPreciseComposition",
|
||||
"IPAdapterPreciseCompositionBatch",
|
||||
"IPAdapterPreciseStyleTransfer",
|
||||
"IPAdapterPreciseStyleTransferBatch",
|
||||
"IPAdapterPromptScheduleFromWeightsStrategy",
|
||||
"IPAdapterRegionalConditioning",
|
||||
"IPAdapterSaveEmbeds",
|
||||
"IPAdapterStyleComposition",
|
||||
"IPAdapterStyleCompositionBatch",
|
||||
"IPAdapterTiled",
|
||||
"IPAdapterTiledBatch",
|
||||
"IPAdapterUnifiedLoader",
|
||||
"IPAdapterUnifiedLoaderCommunity",
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"PrepImageForClipVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Kolors-MZ"
|
||||
}
|
||||
],
|
||||
"https://github.com/Miosp/ComfyUI-FBCNN": [
|
||||
[
|
||||
"JPEG artifacts removal FBCNN"
|
||||
@ -8427,6 +8487,7 @@
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
@ -10237,6 +10298,7 @@
|
||||
"LLavaLoader",
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
"bing_loader",
|
||||
@ -10246,6 +10308,7 @@
|
||||
"classify_function_plus",
|
||||
"classify_persona",
|
||||
"classify_persona_plus",
|
||||
"clear_model",
|
||||
"custom_persona",
|
||||
"ebd_tool",
|
||||
"end_dialog",
|
||||
@ -10263,6 +10326,10 @@
|
||||
"json_get_value",
|
||||
"json_parser",
|
||||
"keyword_tool",
|
||||
"list_append",
|
||||
"list_append_plus",
|
||||
"list_extend",
|
||||
"list_extend_plus",
|
||||
"listen_audio",
|
||||
"llama_guff_loader",
|
||||
"load_embeddings",
|
||||
@ -10279,6 +10346,9 @@
|
||||
"omost_setting",
|
||||
"openai_tts",
|
||||
"openai_whisper",
|
||||
"parameter_combine",
|
||||
"parameter_combine_plus",
|
||||
"parameter_function",
|
||||
"play_audio",
|
||||
"replace_string",
|
||||
"show_text_party",
|
||||
@ -10817,6 +10887,7 @@
|
||||
"CR LoRA Stack JK",
|
||||
"CR Load LoRA JK",
|
||||
"CR Mask Input Switch JK",
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Pipe Input Switch JK",
|
||||
@ -11079,6 +11150,14 @@
|
||||
"title_aux": "ULTools for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [
|
||||
[
|
||||
"Inspyrenet Rembg"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Inspyrenet-Rembg"
|
||||
}
|
||||
],
|
||||
"https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": [
|
||||
[
|
||||
"LCMScheduler",
|
||||
@ -12352,6 +12431,14 @@
|
||||
"title_aux": "ComfyUIJasonNode"
|
||||
}
|
||||
],
|
||||
"https://github.com/lrzjason/Comfyui-Kolors-Utils": [
|
||||
[
|
||||
"Save Weight As Kolors Unet"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui Kolors Utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": [
|
||||
[
|
||||
"AddMask",
|
||||
@ -15375,7 +15462,8 @@
|
||||
"CreaPrompt List",
|
||||
"CreaPrompt_1",
|
||||
"CreaPrompt_2",
|
||||
"CreaPrompt_3"
|
||||
"CreaPrompt_3",
|
||||
"CreaPrompt_4"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CreaPrompt"
|
||||
@ -15534,7 +15622,9 @@
|
||||
[
|
||||
"ChannelSelector",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"FetchJsonFromSurreal",
|
||||
"Florence2Run",
|
||||
"ForegroundMask",
|
||||
"MaskImage",
|
||||
"SaveJsonToSurreal",
|
||||
"SaveTextToSurreal"
|
||||
@ -15968,6 +16058,14 @@
|
||||
"title_aux": "ComfyUI-MuseTalkUtils"
|
||||
}
|
||||
],
|
||||
"https://github.com/ycchanau/ComfyUI_Preview_Magnifier": [
|
||||
[
|
||||
"YC.PreviewImageMagnifier"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Preview Magnifier"
|
||||
}
|
||||
],
|
||||
"https://github.com/yffyhk/comfyui_auto_danbooru": [
|
||||
[
|
||||
"GetDanbooru",
|
||||
@ -15983,8 +16081,7 @@
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
"PaliGemmaPixelProse",
|
||||
"SD3LongCaptioner"
|
||||
"SD3LongCaptionerV2"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-groqchat"
|
||||
|
||||
2401
github-stats.json
2401
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,26 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "walterFeng",
|
||||
"title": "ComfyUI-Image-Utils",
|
||||
"reference": "https://github.com/walterFeng/ComfyUI-Image-Utils",
|
||||
"files":[
|
||||
"https://github.com/walterFeng/ComfyUI-Image-Utils"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes: Calculate Image Brightness"
|
||||
},
|
||||
{
|
||||
"author": "zml-ai",
|
||||
"title": "comfyui-hydit",
|
||||
"reference": "https://github.com/zml-ai/comfyui-hydit",
|
||||
"files":[
|
||||
"https://github.com/zml-ai/comfyui-hydit"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"The ComfyUI code is under review in the official repository. Meanwhile, a temporary version is available below for immediate community use. We welcome users to try our workflow and appreciate any inquiries or suggestions."
|
||||
},
|
||||
{
|
||||
"author": "JichaoLiang",
|
||||
"title": "Immortal_comfyUI",
|
||||
@ -684,17 +704,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:FaceAlign, FaceAlignImageProcess, FaceAlignMaskProcess"
|
||||
},
|
||||
{
|
||||
"author": "zmwv823",
|
||||
"title": "ComfyUI-AnyText [UNSTABLE]",
|
||||
"id": "anytext",
|
||||
"reference": "https://github.com/zmwv823/ComfyUI-AnyText",
|
||||
"files": [
|
||||
"https://github.com/zmwv823/ComfyUI-AnyText"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial Simple And Rough Implementation Of [a/AnyText](https://github.com/tyxsspa/AnyText)"
|
||||
},
|
||||
{
|
||||
"author": "brycegoh",
|
||||
"title": "brycegoh/comfyui-custom-nodes",
|
||||
|
||||
@ -10,6 +10,17 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "zmwv823",
|
||||
"title": "ComfyUI-AnyText [DEPRECATED]",
|
||||
"id": "anytext",
|
||||
"reference": "https://github.com/zmwv823/ComfyUI-AnyText",
|
||||
"files": [
|
||||
"https://github.com/zmwv823/ComfyUI-AnyText"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial Simple And Rough Implementation Of [a/AnyText](https://github.com/tyxsspa/AnyText)"
|
||||
},
|
||||
{
|
||||
"author": "Millyarde",
|
||||
"title": "Pomfy - Photoshop and ComfyUI 2-way sync [REMOVED]",
|
||||
|
||||
@ -11,13 +11,57 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "lrzjason",
|
||||
"title": "Comfyui Kolors Utils",
|
||||
"reference": "https://github.com/lrzjason/Comfyui-Kolors-Utils",
|
||||
"files":[
|
||||
"https://github.com/lrzjason/Comfyui-Kolors-Utils"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes: Save Weight As Kolors Unet"
|
||||
},
|
||||
{
|
||||
"author": "ycchanau",
|
||||
"title": "ComfyUI Preview Magnifier",
|
||||
"id":"magnifier",
|
||||
"reference": "https://github.com/ycchanau/ComfyUI_Preview_Magnifier",
|
||||
"files":[
|
||||
"https://github.com/ycchanau/ComfyUI_Preview_Magnifier"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Custom nodes that preview image with a magnifier."
|
||||
},
|
||||
{
|
||||
"author": "Koushakur",
|
||||
"title": "ComfyUI-DenoiseChooser",
|
||||
"id":"denoise-chooser",
|
||||
"reference": "https://github.com/Koushakur/ComfyUI-DenoiseChooser",
|
||||
"files":[
|
||||
"https://github.com/Koushakur/ComfyUI-DenoiseChooser"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"The latent gets passed straight through unaltered, if it's empty (i.e from a 'Empty Latent Image' node) FLOAT outputs the first value, otherwise it outputs the second value"
|
||||
},
|
||||
{
|
||||
"author": "john-mnz",
|
||||
"title": "ComfyUI-Inspyrenet-Rembg",
|
||||
"id":"inspyrenet",
|
||||
"reference": "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg",
|
||||
"files":[
|
||||
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"ComfyUI node for background removal implementing [a/InSPyReNet](https://github.com/plemeri/InSPyReNet)"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "DiffMorpher-ComfyUI",
|
||||
"id": "uvr5",
|
||||
"reference": "https://github.com/AIFSH/DiffMorpher-ComfyUI",
|
||||
"files": [
|
||||
"hhttps://github.com/AIFSH/DiffMorpher-ComfyUI"
|
||||
"https://github.com/AIFSH/DiffMorpher-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/DiffMorpher](https://github.com/Kevin-thu/DiffMorpher),you can find base workflow in [a/doc](https://github.com/AIFSH/DiffMorpher-ComfyUI/blob/main/doc)"
|
||||
@ -644,137 +688,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "provide extra api to run prompt request with parallel execution of independent node"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-MARS5-TTS",
|
||||
"id": "mars5-tts",
|
||||
"reference": "https://github.com/AIFSH/ComfyUI-MARS5-TTS",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/ComfyUI-MARS5-TTS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a comfyui custom node for [a/MARS5-TTS](https://github.com/Camb-ai/MARS5-TTS)"
|
||||
},
|
||||
{
|
||||
"author": "MrSamSeen",
|
||||
"title": "ComfyUI_SSStereoscope",
|
||||
"id": "ssstereoscope",
|
||||
"reference": "https://github.com/MrSamSeen/ComfyUI_SSStereoscope",
|
||||
"files": [
|
||||
"https://github.com/MrSamSeen/ComfyUI_SSStereoscope"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The SideBySide Node is a powerful tool designed for ComfyUI to generate stereoscopic images. It takes a base image and a corresponding depth map as inputs and produces a combined image that simulates a 3D effect when viewed with appropriate equipment."
|
||||
},
|
||||
{
|
||||
"author": "jroc22",
|
||||
"title": "ComfyUI-CSV-prompt-builder",
|
||||
"id": "csv-prompt-builder",
|
||||
"reference": "https://github.com/jroc22/ComfyUI-CSV-prompt-builder",
|
||||
"files": [
|
||||
"https://github.com/jroc22/ComfyUI-CSV-prompt-builder"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a simple node for creating prompts using a .csv file. I created this node as an easy way to output different prompts each time a workflow is run."
|
||||
},
|
||||
{
|
||||
"author": "ImmortalPie",
|
||||
"title": "PonySwitch Node",
|
||||
"reference": "https://github.com/ImmortalPie/ComfyUI-PonySwitch",
|
||||
"files": [
|
||||
"https://github.com/ImmortalPie/ComfyUI-PonySwitch/raw/main/PonySwitch.py"
|
||||
],
|
||||
"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": "SEkINVR",
|
||||
"title": "ComfyUI SaveAS",
|
||||
"id": "saveas",
|
||||
"reference": "https://github.com/SEkINVR/ComfyUI-SaveAs",
|
||||
"files": [
|
||||
"https://github.com/SEkINVR/ComfyUI-SaveAs"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO.\n[w/ComfyUI-Save-Multi-Format is renamed to SaveAs. Remove previous one and reinstall to this.]"
|
||||
},
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"title": "ComfyUI-FirstOrderMM",
|
||||
"id": "fomm",
|
||||
"reference": "https://github.com/FuouM/ComfyUI-FirstOrderMM",
|
||||
"files": [
|
||||
"https://github.com/FuouM/ComfyUI-FirstOrderMM"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Run [a/First Order Motion Model](https://github.com/AliaksandrSiarohin/first-order-model) for Image Animation in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "my-opencode",
|
||||
"title": "ComfyUI_IndustrialMagick",
|
||||
"id": "industrialmagick",
|
||||
"reference": "https://github.com/my-opencode/ComfyUI_IndustrialMagick",
|
||||
"files": [
|
||||
"https://github.com/my-opencode/ComfyUI_IndustrialMagick"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/ImageMagick](https://imagemagick.org/index.php) nodes for ComfyUI. Adds nodes to call ImageMagick subprocesses from ComfyUI.\nRequirements: [a/ImagMagick7](https://imagemagick.org/script/download.php), 'magick' command in your CLI environment."
|
||||
},
|
||||
{
|
||||
"author": "my-opencode",
|
||||
"title": "ComfyUI_KSamplerTimer",
|
||||
"id": "ksamplertimer",
|
||||
"reference": "https://github.com/my-opencode/ComfyUI_KSamplerTimer",
|
||||
"files": [
|
||||
"https://github.com/my-opencode/ComfyUI_KSamplerTimer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node that returns the generation time of the KSampler. Intended for benchmarking or debugging."
|
||||
},
|
||||
{
|
||||
"author": "licyk",
|
||||
"title": "ComfyUI-Restart-Sampler",
|
||||
"id": "restart-sampler-licyk",
|
||||
"reference": "https://github.com/licyk/ComfyUI-Restart-Sampler",
|
||||
"files": [
|
||||
"https://github.com/licyk/ComfyUI-Restart-Sampler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension is a node that directly expands the functionality of KSampler, rather than being in the form of a custom node. [w/Workflows created using this feature are not compatible with other users.]"
|
||||
},
|
||||
{
|
||||
"author": "pamparamm",
|
||||
"title": "ComfyUI Vectorscope CC",
|
||||
"id": "vectorscope",
|
||||
"reference": "https://github.com/pamparamm/ComfyUI-vectorscope-cc",
|
||||
"files": [
|
||||
"https://github.com/pamparamm/ComfyUI-vectorscope-cc"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI port of a wonderful extension [a/SD Webui Vectorscope CC by Haoming02](https://github.com/Haoming02/sd-webui-vectorscope-cc).\nBased on (and probably incompatible with) [a/ComfyUI Diffusion Color Grading by Haoming02](https://github.com/Haoming02/comfyui-diffusion-cg)."
|
||||
},
|
||||
{
|
||||
"author": "yuvraj108c",
|
||||
"title": "ComfyUI YoloNasPose Tensorrt",
|
||||
"id": "yolonaspose-tensorrt",
|
||||
"reference": "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt",
|
||||
"files": [
|
||||
"https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repo provides a ComfyUI Custom Node implementation of [a/YOLO-NAS-POSE](https://github.com/Deci-AI/super-gradients), powered by TensorRT for ultra fast pose estimation. It has been adapted to work with openpose controlnet (experimental)"
|
||||
},
|
||||
{
|
||||
"author": "GreenLandisaLie",
|
||||
"title": "AuraSR-ComfyUI",
|
||||
"id": "aurasr-greenlandisalie",
|
||||
"reference": "https://github.com/GreenLandisaLie/AuraSR-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/GreenLandisaLie/AuraSR-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI implementation of [a/Aura-SR](https://github.com/fal-ai/aura-sr)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -511,6 +511,16 @@
|
||||
"title_aux": "CosyVoice-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/DiffMorpher-ComfyUI": [
|
||||
[
|
||||
"DiffMorpherNode",
|
||||
"PreViewGIF",
|
||||
"TextNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "DiffMorpher-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/SenseVoice-ComfyUI": [
|
||||
[
|
||||
"SenseVoiceNode",
|
||||
@ -558,7 +568,8 @@
|
||||
],
|
||||
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
||||
[
|
||||
"ToonCrafterNode"
|
||||
"ToonCrafterNode",
|
||||
"ToonCrafterWithSketch"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ToonCrafter"
|
||||
@ -820,7 +831,7 @@
|
||||
],
|
||||
{
|
||||
"author": "amorano",
|
||||
"description": "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value converstion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more.",
|
||||
"description": "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation",
|
||||
"nodename_pattern": " \\(JOV\\)$",
|
||||
"title": "Jovimetrix",
|
||||
"title_aux": "Jovimetrix Composition Nodes"
|
||||
@ -2985,6 +2996,14 @@
|
||||
"title_aux": "ComfyUI-VideoHelperSuite"
|
||||
}
|
||||
],
|
||||
"https://github.com/Koushakur/ComfyUI-DenoiseChooser": [
|
||||
[
|
||||
"DenoiseChooser|Koushakur"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DenoiseChooser"
|
||||
}
|
||||
],
|
||||
"https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": [
|
||||
[
|
||||
"SendToDiscordWebhook"
|
||||
@ -3349,6 +3368,47 @@
|
||||
"title_aux": "Militant Hitchhiker's Switchblade Pack"
|
||||
}
|
||||
],
|
||||
"https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": [
|
||||
[
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
"IPAdapterEmbeds",
|
||||
"IPAdapterEmbedsBatch",
|
||||
"IPAdapterEncoder",
|
||||
"IPAdapterFaceID",
|
||||
"IPAdapterFromParams",
|
||||
"IPAdapterInsightFaceLoader",
|
||||
"IPAdapterLoadEmbeds",
|
||||
"IPAdapterMS",
|
||||
"IPAdapterModelLoader",
|
||||
"IPAdapterNoise",
|
||||
"IPAdapterPreciseComposition",
|
||||
"IPAdapterPreciseCompositionBatch",
|
||||
"IPAdapterPreciseStyleTransfer",
|
||||
"IPAdapterPreciseStyleTransferBatch",
|
||||
"IPAdapterPromptScheduleFromWeightsStrategy",
|
||||
"IPAdapterRegionalConditioning",
|
||||
"IPAdapterSaveEmbeds",
|
||||
"IPAdapterStyleComposition",
|
||||
"IPAdapterStyleCompositionBatch",
|
||||
"IPAdapterTiled",
|
||||
"IPAdapterTiledBatch",
|
||||
"IPAdapterUnifiedLoader",
|
||||
"IPAdapterUnifiedLoaderCommunity",
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"PrepImageForClipVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Kolors-MZ"
|
||||
}
|
||||
],
|
||||
"https://github.com/Miosp/ComfyUI-FBCNN": [
|
||||
[
|
||||
"JPEG artifacts removal FBCNN"
|
||||
@ -8427,6 +8487,7 @@
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
"IPAdapterBatch",
|
||||
"IPAdapterClipVisionEnhancer",
|
||||
"IPAdapterCombineEmbeds",
|
||||
"IPAdapterCombineParams",
|
||||
"IPAdapterCombineWeights",
|
||||
@ -10237,6 +10298,7 @@
|
||||
"LLavaLoader",
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
"bing_loader",
|
||||
@ -10246,6 +10308,7 @@
|
||||
"classify_function_plus",
|
||||
"classify_persona",
|
||||
"classify_persona_plus",
|
||||
"clear_model",
|
||||
"custom_persona",
|
||||
"ebd_tool",
|
||||
"end_dialog",
|
||||
@ -10263,6 +10326,10 @@
|
||||
"json_get_value",
|
||||
"json_parser",
|
||||
"keyword_tool",
|
||||
"list_append",
|
||||
"list_append_plus",
|
||||
"list_extend",
|
||||
"list_extend_plus",
|
||||
"listen_audio",
|
||||
"llama_guff_loader",
|
||||
"load_embeddings",
|
||||
@ -10279,6 +10346,9 @@
|
||||
"omost_setting",
|
||||
"openai_tts",
|
||||
"openai_whisper",
|
||||
"parameter_combine",
|
||||
"parameter_combine_plus",
|
||||
"parameter_function",
|
||||
"play_audio",
|
||||
"replace_string",
|
||||
"show_text_party",
|
||||
@ -10817,6 +10887,7 @@
|
||||
"CR LoRA Stack JK",
|
||||
"CR Load LoRA JK",
|
||||
"CR Mask Input Switch JK",
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Pipe Input Switch JK",
|
||||
@ -11079,6 +11150,14 @@
|
||||
"title_aux": "ULTools for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [
|
||||
[
|
||||
"Inspyrenet Rembg"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Inspyrenet-Rembg"
|
||||
}
|
||||
],
|
||||
"https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": [
|
||||
[
|
||||
"LCMScheduler",
|
||||
@ -12352,6 +12431,14 @@
|
||||
"title_aux": "ComfyUIJasonNode"
|
||||
}
|
||||
],
|
||||
"https://github.com/lrzjason/Comfyui-Kolors-Utils": [
|
||||
[
|
||||
"Save Weight As Kolors Unet"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui Kolors Utils"
|
||||
}
|
||||
],
|
||||
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": [
|
||||
[
|
||||
"AddMask",
|
||||
@ -15375,7 +15462,8 @@
|
||||
"CreaPrompt List",
|
||||
"CreaPrompt_1",
|
||||
"CreaPrompt_2",
|
||||
"CreaPrompt_3"
|
||||
"CreaPrompt_3",
|
||||
"CreaPrompt_4"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CreaPrompt"
|
||||
@ -15534,7 +15622,9 @@
|
||||
[
|
||||
"ChannelSelector",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"FetchJsonFromSurreal",
|
||||
"Florence2Run",
|
||||
"ForegroundMask",
|
||||
"MaskImage",
|
||||
"SaveJsonToSurreal",
|
||||
"SaveTextToSurreal"
|
||||
@ -15968,6 +16058,14 @@
|
||||
"title_aux": "ComfyUI-MuseTalkUtils"
|
||||
}
|
||||
],
|
||||
"https://github.com/ycchanau/ComfyUI_Preview_Magnifier": [
|
||||
[
|
||||
"YC.PreviewImageMagnifier"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Preview Magnifier"
|
||||
}
|
||||
],
|
||||
"https://github.com/yffyhk/comfyui_auto_danbooru": [
|
||||
[
|
||||
"GetDanbooru",
|
||||
@ -15983,8 +16081,7 @@
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
"PaliGemmaPixelProse",
|
||||
"SD3LongCaptioner"
|
||||
"SD3LongCaptionerV2"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-groqchat"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user