update DB

This commit is contained in:
Dr.Lt.Data 2024-12-31 19:33:35 +09:00
parent c01aacbcee
commit d4e1d1e2f7
8 changed files with 2797 additions and 2490 deletions

View File

@ -7387,6 +7387,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes for ComfyUI to generate empty latent space compatible with Hunyuan models for both image and video generation." "description": "Custom nodes for ComfyUI to generate empty latent space compatible with Hunyuan models for both image and video generation."
}, },
{
"author": "ShmuelRonen",
"title": "ComfyUI-HunyuanVideoStyler",
"reference": "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that adds cinematic and movie scene styles to video generation prompts. This node helps create more dynamic and professional-looking video outputs by incorporating iconic movie scene aesthetics."
},
{ {
"author": "redhottensors", "author": "redhottensors",
"title": "ComfyUI-Prediction", "title": "ComfyUI-Prediction",
@ -12086,6 +12096,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of simple nodes for Frequency Separation / Frequency Recombine with RGB and HSV methods" "description": "A collection of simple nodes for Frequency Separation / Frequency Recombine with RGB and HSV methods"
}, },
{
"author": "risunobushi",
"title": "ComfyUI-Similarity-Score",
"reference": "https://github.com/risunobushi/ComfyUI-Similarity-Score",
"files": [
"https://github.com/risunobushi/ComfyUI-Similarity-Score"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that calculates CLIP and LPIPS similarity scores between two images."
},
{ {
"author": "zohac", "author": "zohac",
"title": "ComfyUI_ZC_DrawShape", "title": "ComfyUI_ZC_DrawShape",
@ -18606,6 +18626,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Mistral AI API's chat completion endpoint in ComfyUI" "description": "Mistral AI API's chat completion endpoint in ComfyUI"
}, },
{
"author": "ahernandezmiro",
"title": "ComfyUI-GCP_Storage_tools",
"reference": "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools",
"files": [
"https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools"
],
"install_type": "git-clone",
"description": "A set of ComfyUI nodes for GPC Storage access"
},

View File

@ -367,7 +367,6 @@
"https://github.com/807502278/ComfyUI-WJNodes": [ "https://github.com/807502278/ComfyUI-WJNodes": [
[ [
"AdvCrop", "AdvCrop",
"BboxRestoreMask",
"ColorSegmentation", "ColorSegmentation",
"ColorSegmentation_v2", "ColorSegmentation_v2",
"ComfyUIPath", "ComfyUIPath",
@ -392,9 +391,11 @@
"SelectImagesBatch", "SelectImagesBatch",
"SplitPath", "SplitPath",
"ToImageListData", "ToImageListData",
"VideoFade",
"WAS_Mask_Fill_Region_batch", "WAS_Mask_Fill_Region_batch",
"any_data", "any_data",
"array_element_count", "array_element_count",
"bbox_restore_mask",
"load_model_value", "load_model_value",
"show_type", "show_type",
"sort_images_batch" "sort_images_batch"
@ -2355,6 +2356,7 @@
"PrimereLORA", "PrimereLORA",
"PrimereLYCORIS", "PrimereLYCORIS",
"PrimereLatentNoise", "PrimereLatentNoise",
"PrimereLensStyles",
"PrimereLoraKeywordMerger", "PrimereLoraKeywordMerger",
"PrimereLoraStackMerger", "PrimereLoraStackMerger",
"PrimereLycorisKeywordMerger", "PrimereLycorisKeywordMerger",
@ -2450,12 +2452,13 @@
], ],
"https://github.com/Cyber-Blacat/ComfyUI-Yuan": [ "https://github.com/Cyber-Blacat/ComfyUI-Yuan": [
[ [
"Black and white",
"Image Judgment", "Image Judgment",
"ImageMinusMask", "ImageMinusMask",
"Light or Dark", "Light or Dark",
"Yuan", "Load Random Images",
"Yuan Transfer", "PhotoShop Transfer",
"YuanBW" "Yuan"
], ],
{ {
"title_aux": "ComfyUI-Yuan" "title_aux": "ComfyUI-Yuan"
@ -2659,7 +2662,7 @@
], ],
"https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": [ "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": [
[ [
"SnakeOil" "NegativeLoRALoader"
], ],
{ {
"title_aux": "ComfyUI-SnakeOil" "title_aux": "ComfyUI-SnakeOil"
@ -3964,6 +3967,7 @@
"https://github.com/InstantStudioAI/ComfyUI-InstantStudio": [ "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": [
[ [
"HuggingFace Classify", "HuggingFace Classify",
"Moondream",
"UploadImagesToInstantStudio" "UploadImagesToInstantStudio"
], ],
{ {
@ -4063,7 +4067,9 @@
[ [
"Animate_X_Image", "Animate_X_Image",
"Animate_X_Image_Long", "Animate_X_Image_Long",
"Animate_X_Image_v2",
"Animate_X_ReposeImage", "Animate_X_ReposeImage",
"Animate_X_ReposeImage_v2",
"Gen_align_pose", "Gen_align_pose",
"Gen_align_pose2", "Gen_align_pose2",
"ReposeImage", "ReposeImage",
@ -5706,6 +5712,7 @@
"ImageSizeAdjuster", "ImageSizeAdjuster",
"ImageSizeAdjusterV2", "ImageSizeAdjusterV2",
"ImageSizeAdjusterV3", "ImageSizeAdjusterV3",
"LoadVideoDirectory",
"ProjectFilePathNode", "ProjectFilePathNode",
"StringWeights", "StringWeights",
"ZenkaiPrompt", "ZenkaiPrompt",
@ -7071,7 +7078,9 @@
"https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [ "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [
[ [
"ApplyIPAdapterFlux", "ApplyIPAdapterFlux",
"IPAdapterFluxLoader" "ApplyIPAdapterFluxAdvanced",
"IPAdapterFluxLoader",
"IPAdapterFluxLoaderAdvanced"
], ],
{ {
"title_aux": "ComfyUI-IPAdapter-Flux" "title_aux": "ComfyUI-IPAdapter-Flux"
@ -7189,6 +7198,14 @@
"title_aux": "ComfyUI-Gemini_Flash_2.0_Exp" "title_aux": "ComfyUI-Gemini_Flash_2.0_Exp"
} }
], ],
"https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": [
[
"HunyuanVideoStyler"
],
{
"title_aux": "ComfyUI-HunyuanVideoStyler"
}
],
"https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": [ "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": [
[ [
"ImageMotionGuider" "ImageMotionGuider"
@ -7545,6 +7562,7 @@
"SDVN Any Repeat", "SDVN Any Repeat",
"SDVN Any Show", "SDVN Any Show",
"SDVN Apply Style Model", "SDVN Apply Style Model",
"SDVN Auto Generate",
"SDVN Boolean", "SDVN Boolean",
"SDVN CLIP Download", "SDVN CLIP Download",
"SDVN CLIP Text Encode", "SDVN CLIP Text Encode",
@ -7583,6 +7601,7 @@
"SDVN Pipe In", "SDVN Pipe In",
"SDVN Pipe Out", "SDVN Pipe Out",
"SDVN Pipe Out All", "SDVN Pipe Out All",
"SDVN Quick Menu",
"SDVN Run Python Code", "SDVN Run Python Code",
"SDVN Run Test", "SDVN Run Test",
"SDVN Save Text", "SDVN Save Text",
@ -9675,6 +9694,15 @@
"title_aux": "ComfyUI-styles-all" "title_aux": "ComfyUI-styles-all"
} }
], ],
"https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": [
[
"GCPReadImageNode",
"GCPWriteImageNode"
],
{
"title_aux": "ComfyUI-GCP_Storage_tools"
}
],
"https://github.com/ai-liam/comfyui-liam": [ "https://github.com/ai-liam/comfyui-liam": [
[ [
"AiStoreAzureGPTLiam", "AiStoreAzureGPTLiam",
@ -10311,6 +10339,7 @@
"PCLazyTextEncode", "PCLazyTextEncode",
"PCLazyTextEncodeAdvanced", "PCLazyTextEncodeAdvanced",
"PCLoraHooksFromText", "PCLoraHooksFromText",
"PCSetLogLevel",
"PCSetPCTextEncodeSettings", "PCSetPCTextEncodeSettings",
"PCTextEncode", "PCTextEncode",
"PCTextEncodeWithRange" "PCTextEncodeWithRange"
@ -11279,6 +11308,15 @@
"title_aux": "ComfyUI_EmojiOverlay" "title_aux": "ComfyUI_EmojiOverlay"
} }
], ],
"https://github.com/changwook987/ComfyUI-Small-Utility": [
[
"Eval",
"RandomEmptyLatent"
],
{
"title_aux": "ComfyUI-Small-Utility"
}
],
"https://github.com/chaojie/ComfyUI-AniPortrait": [ "https://github.com/chaojie/ComfyUI-AniPortrait": [
[ [
"AniPortraitLoader", "AniPortraitLoader",
@ -15089,27 +15127,27 @@
"https://github.com/griptape-ai/ComfyUI-Griptape": [ "https://github.com/griptape-ai/ComfyUI-Griptape": [
[ [
"Griptape Agent Config: Amazon Bedrock Drivers", "Griptape Agent Config: Amazon Bedrock Drivers",
"Griptape Agent Config: Amazon Bedrock [DEPRICATED]", "Griptape Agent Config: Amazon Bedrock [DEPRECATED]",
"Griptape Agent Config: Anthropic Drivers", "Griptape Agent Config: Anthropic Drivers",
"Griptape Agent Config: Anthropic [DEPRICATED]", "Griptape Agent Config: Anthropic [DEPRECATED]",
"Griptape Agent Config: Azure OpenAI Drivers", "Griptape Agent Config: Azure OpenAI Drivers",
"Griptape Agent Config: Azure OpenAI [DEPRICATED]", "Griptape Agent Config: Azure OpenAI [DEPRECATED]",
"Griptape Agent Config: Cohere Drivers", "Griptape Agent Config: Cohere Drivers",
"Griptape Agent Config: Custom Structure", "Griptape Agent Config: Custom Structure",
"Griptape Agent Config: Environment Variables", "Griptape Agent Config: Environment Variables",
"Griptape Agent Config: Expand", "Griptape Agent Config: Expand",
"Griptape Agent Config: Google Drivers", "Griptape Agent Config: Google Drivers",
"Griptape Agent Config: Google [DEPRICATED]", "Griptape Agent Config: Google [DEPRECATED]",
"Griptape Agent Config: HuggingFace Drivers", "Griptape Agent Config: HuggingFace Drivers",
"Griptape Agent Config: HuggingFace [DEPRICATED]", "Griptape Agent Config: HuggingFace [DEPRECATED]",
"Griptape Agent Config: LM Studio Drivers", "Griptape Agent Config: LM Studio Drivers",
"Griptape Agent Config: LM Studio [DEPRICATED]", "Griptape Agent Config: LM Studio [DEPRECATED]",
"Griptape Agent Config: Ollama Drivers", "Griptape Agent Config: Ollama Drivers",
"Griptape Agent Config: Ollama [DEPRICATED]", "Griptape Agent Config: Ollama [DEPRECATED]",
"Griptape Agent Config: OpenAI Compatible Drivers", "Griptape Agent Config: OpenAI Compatible Drivers",
"Griptape Agent Config: OpenAI Compatible [DEPRICATED]", "Griptape Agent Config: OpenAI Compatible [DEPRECATED]",
"Griptape Agent Config: OpenAI Drivers", "Griptape Agent Config: OpenAI Drivers",
"Griptape Agent Config: OpenAI [DEPRICATED]", "Griptape Agent Config: OpenAI [DEPRECATED]",
"Griptape Audio Transcription Driver: OpenAI", "Griptape Audio Transcription Driver: OpenAI",
"Griptape Combine: Merge Inputs", "Griptape Combine: Merge Inputs",
"Griptape Combine: Merge Texts", "Griptape Combine: Merge Texts",
@ -15126,7 +15164,6 @@
"Griptape Create: Image Inpainting Variation", "Griptape Create: Image Inpainting Variation",
"Griptape Create: Image Variation", "Griptape Create: Image Variation",
"Griptape Create: Image from Text", "Griptape Create: Image from Text",
"Griptape Create: Pipeline",
"Griptape Create: Rules", "Griptape Create: Rules",
"Griptape Create: Text", "Griptape Create: Text",
"Griptape Display: Artifact", "Griptape Display: Artifact",
@ -15155,8 +15192,6 @@
"Griptape Load: Audio", "Griptape Load: Audio",
"Griptape Load: Image From URL", "Griptape Load: Image From URL",
"Griptape Load: Text", "Griptape Load: Text",
"Griptape Pipeline: Add Task",
"Griptape Pipeline: Insert Task",
"Griptape Prompt Driver: Amazon Bedrock", "Griptape Prompt Driver: Amazon Bedrock",
"Griptape Prompt Driver: Amazon SageMaker Jumpstart", "Griptape Prompt Driver: Amazon SageMaker Jumpstart",
"Griptape Prompt Driver: Anthropic", "Griptape Prompt Driver: Anthropic",
@ -15184,7 +15219,6 @@
"Griptape Run: Image Description", "Griptape Run: Image Description",
"Griptape Run: Parallel Image Description", "Griptape Run: Parallel Image Description",
"Griptape Run: Prompt Task", "Griptape Run: Prompt Task",
"Griptape Run: Structure",
"Griptape Run: Task", "Griptape Run: Task",
"Griptape Run: Text Extraction", "Griptape Run: Text Extraction",
"Griptape Run: Text Summary", "Griptape Run: Text Summary",
@ -15226,8 +15260,7 @@
"Griptape WebSearch Driver: DuckDuckGo", "Griptape WebSearch Driver: DuckDuckGo",
"Griptape WebSearch Driver: Exa", "Griptape WebSearch Driver: Exa",
"Griptape WebSearch Driver: Google", "Griptape WebSearch Driver: Google",
"Griptape WebSearch Driver: Tavily", "Griptape WebSearch Driver: Tavily"
"Gt Run Agent"
], ],
{ {
"author": "Jason Schleifer", "author": "Jason Schleifer",
@ -15349,6 +15382,14 @@
"title_aux": "ComfyUI Hallo" "title_aux": "ComfyUI Hallo"
} }
], ],
"https://github.com/hay86/ComfyUI_LatentSync": [
[
"D_LatentSyncNode"
],
{
"title_aux": "ComfyUI LatentSync"
}
],
"https://github.com/hay86/ComfyUI_MiniCPM-V": [ "https://github.com/hay86/ComfyUI_MiniCPM-V": [
[ [
"D_MiniCPM_VQA" "D_MiniCPM_VQA"
@ -21893,6 +21934,14 @@
"title_aux": "comfyui-ricklove" "title_aux": "comfyui-ricklove"
} }
], ],
"https://github.com/risunobushi/ComfyUI-Similarity-Score": [
[
"ImageSimilarityScores"
],
{
"title_aux": "ComfyUI-Similarity-Score"
}
],
"https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [
[ [
"FrequencyCombination", "FrequencyCombination",
@ -22370,11 +22419,18 @@
], ],
"https://github.com/sebord/ComfyUI-LMCQ": [ "https://github.com/sebord/ComfyUI-LMCQ": [
[ [
"LmcqGetMachineCode",
"LmcqImageSaver", "LmcqImageSaver",
"LmcqImageSaverTransit", "LmcqImageSaverTransit",
"LmcqImageSaverWeb", "LmcqImageSaverWeb",
"LmcqInputValidator", "LmcqInputValidator",
"LmcqLoadFluxNF4Checkpoint" "LmcqLoadFluxNF4Checkpoint",
"LmcqRuntimeLoraDecryption",
"LmcqRuntimeLoraEncryption",
"LmcqRuntimeModelDecryption",
"LmcqRuntimeModelEncryption",
"LmcqRuntimeWorkflowDecryption",
"LmcqRuntimeWorkflowEncryption"
], ],
{ {
"title_aux": "ComfyUI-LMCQ" "title_aux": "ComfyUI-LMCQ"

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,66 @@
{
"author": "rohitsainier",
"title": "ComfyUI-InstagramDownloader [WIP]",
"reference": "https://github.com/rohitsainier/ComfyUI-InstagramDownloader",
"files": [
"https://github.com/rohitsainier/ComfyUI-InstagramDownloader"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node package that allows downloading and organizing Instagram content directly in your ComfyUI workflows.\nNOTE: An installation script runs when the node pack imports."
},
{
"author": "aiden1020",
"title": "ComfyUI_Artcoder [WIP]",
"reference": "https://github.com/aiden1020/ComfyUI_Artcoder",
"files": [
"https://github.com/aiden1020/ComfyUI_Artcoder"
],
"install_type": "git-clone",
"description": "This project is a custom node for ComfyUI that uses [a/ArtCoder](https://arxiv.org/abs/2011.07815) [CVPR 2021] to refine videos generated by [a/AnimateDiff](https://arxiv.org/abs/2307.04725) [ICLR2024 Spotlight] or the other video. The node is to transform these videos into functional QR code videos that can be scanned.\nNOTE: The files in the repo are not organized."
},
{
"author": "A4P7J1N7M05OT",
"title": "ComfyUI-ManualSigma",
"reference": "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma",
"files": [
"https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma"
],
"install_type": "git-clone",
"description": "NODES: Manual Sigma"
},
{
"author": "neverbiasu",
"title": "ComfyUI-StereoCrafter [WIP]",
"reference": "https://github.com/neverbiasu/ComfyUI-StereoCrafter",
"files": [
"https://github.com/neverbiasu/ComfyUI-StereoCrafter"
],
"install_type": "git-clone",
"description": "NODES: Depth Splatting Model Loader, Depth Splatting Node, Inpainting Inference Node"
},
{
"author": "watarika",
"title": "ComfyUI-exit [UNSAFE]",
"reference": "https://github.com/watarika/ComfyUI-exit",
"files": [
"https://github.com/watarika/ComfyUI-exit"
],
"install_type": "git-clone",
"description": "Custom node to handle text.[w/This custom node includes a custom node that can terminate ComfyUI.]"
},
{
"author": "watarika",
"title": "ComfyUI-Text-Utility [UNSAFE]",
"reference": "https://github.com/watarika/ComfyUI-Text-Utility",
"files": [
"https://github.com/watarika/ComfyUI-Text-Utility"
],
"install_type": "git-clone",
"description": "Custom node to handle text.[w/This node pack contains a custom node that poses a security risk by providing the ability to read text from arbitrary paths.]"
},
{ {
"author": "mehbebe", "author": "mehbebe",
"title": "ComfyLoraGallery [WIP]", "title": "ComfyLoraGallery [WIP]",
@ -110,7 +170,7 @@
"https://github.com/jammyfu/ComfyUI_PaintingCoderUtils" "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of utility nodes designed for ComfyUI, offering convenient image processing tools.\nNOTE: The files in the repo are not organized." "description": "A collection of utility nodes designed for ComfyUI, offering convenient image processing tools.\nNOTE: The files in the repo are not organized.\nNOTE: The files in the repo are not organized."
}, },
{ {
"author": "krich-cto", "author": "krich-cto",

View File

@ -154,6 +154,14 @@
"title_aux": "ComfyUI_Fooocus" "title_aux": "ComfyUI_Fooocus"
} }
], ],
"https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": [
[
"ManualSigma"
],
{
"title_aux": "ComfyUI-ManualSigma"
}
],
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": [ "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": [
[ [
"\u2b1b(TODO)AC_Super_Come_Ckpt", "\u2b1b(TODO)AC_Super_Come_Ckpt",
@ -1419,6 +1427,14 @@
"title_aux": "ComfyUI-PuLID-ZHO [WIP]" "title_aux": "ComfyUI-PuLID-ZHO [WIP]"
} }
], ],
"https://github.com/aiden1020/ComfyUI_Artcoder": [
[
"ArtCoder"
],
{
"title_aux": "ComfyUI_Artcoder [WIP]"
}
],
"https://github.com/ainanoha/etm_comfyui_nodes": [ "https://github.com/ainanoha/etm_comfyui_nodes": [
[ [
"ETM_LoadImageFromLocal", "ETM_LoadImageFromLocal",
@ -2224,6 +2240,8 @@
"BlendStyleGANLatents", "BlendStyleGANLatents",
"GenerateStyleGANLatent", "GenerateStyleGANLatent",
"LoadStyleGAN", "LoadStyleGAN",
"LoadStyleGANLatentImg",
"SaveStyleGANLatentImg",
"StyleGANInversion", "StyleGANInversion",
"StyleGANLatentFromBatch", "StyleGANLatentFromBatch",
"StyleGANSampler" "StyleGANSampler"
@ -2558,7 +2576,9 @@
"ACE_TextPreview", "ACE_TextPreview",
"ACE_TextSelector", "ACE_TextSelector",
"ACE_TextToResolution", "ACE_TextToResolution",
"ACE_TextTranslate" "ACE_TextTranslate",
"ACE_VideoLoad",
"ACE_VideoPreview"
], ],
{ {
"title_aux": "ComfyUI AceNodes [UNSAFE]" "title_aux": "ComfyUI AceNodes [UNSAFE]"
@ -2741,6 +2761,7 @@
"MultilineTextInput", "MultilineTextInput",
"RemoveEmptyLinesAndLeadingSpaces", "RemoveEmptyLinesAndLeadingSpaces",
"RemoveEmptyLinesAndLeadingSpacesAdvance", "RemoveEmptyLinesAndLeadingSpacesAdvance",
"ShowTextPlus",
"TextCombiner" "TextCombiner"
], ],
{ {
@ -3592,6 +3613,16 @@
"title_aux": "ComfyUI-ControlNeXt [WIP]" "title_aux": "ComfyUI-ControlNeXt [WIP]"
} }
], ],
"https://github.com/neverbiasu/ComfyUI-StereoCrafter": [
[
"DepthSplattingModelLoader",
"DepthSplattingNode",
"InpaintingInferenceNode"
],
{
"title_aux": "ComfyUI-StereoCrafter [WIP]"
}
],
"https://github.com/nidefawl/ComfyUI-nidefawl": [ "https://github.com/nidefawl/ComfyUI-nidefawl": [
[ [
"BlendImagesWithBoundedMasks", "BlendImagesWithBoundedMasks",
@ -3812,6 +3843,15 @@
"title_aux": "ComfyUI_FocusMask" "title_aux": "ComfyUI_FocusMask"
} }
], ],
"https://github.com/rohitsainier/ComfyUI-InstagramDownloader": [
[
"InstagramDownloader",
"MediaOrganizer"
],
{
"title_aux": "ComfyUI-InstagramDownloader [WIP]"
}
],
"https://github.com/rouxianmantou/comfyui-rxmt-nodes": [ "https://github.com/rouxianmantou/comfyui-rxmt-nodes": [
[ [
"CheckValueTypeNode" "CheckValueTypeNode"
@ -4186,9 +4226,19 @@
"title_aux": "Shank-Tools" "title_aux": "Shank-Tools"
} }
], ],
"https://github.com/watarika/ComfyUI-Text-Utility": [
[
"LoadTextFile",
"SaveTextFile"
],
{
"title_aux": "ComfyUI-Text-Utility [UNSAFE]"
}
],
"https://github.com/watarika/ComfyUI-exit": [ "https://github.com/watarika/ComfyUI-exit": [
[ [
"ExitComfyUI" "ExitComfyUI",
"FetchApi"
], ],
{ {
"title_aux": "ComfyUI-exit [UNSAFE]" "title_aux": "ComfyUI-exit [UNSAFE]"

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,47 @@
}, },
{
"author": "hay86",
"title": "ComfyUI LatentSync",
"id": "latentsync",
"reference": "https://github.com/hay86/ComfyUI_LatentSync",
"files": [
"https://github.com/hay86/ComfyUI_LatentSync"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/LatentSync](https://github.com/bytedance/LatentSync) for ComfyUI"
},
{
"author": "risunobushi",
"title": "ComfyUI-Similarity-Score",
"reference": "https://github.com/risunobushi/ComfyUI-Similarity-Score",
"files": [
"https://github.com/risunobushi/ComfyUI-Similarity-Score"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that calculates CLIP and LPIPS similarity scores between two images."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI-HunyuanVideoStyler",
"reference": "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that adds cinematic and movie scene styles to video generation prompts. This node helps create more dynamic and professional-looking video outputs by incorporating iconic movie scene aesthetics."
},
{
"author": "ahernandezmiro",
"title": "ComfyUI-GCP_Storage_tools",
"reference": "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools",
"files": [
"https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools"
],
"install_type": "git-clone",
"description": "A set of ComfyUI nodes for GPC Storage access"
},
{ {
"author": "ciga2011", "author": "ciga2011",
"title": "ComfyUI MarkItDown", "title": "ComfyUI MarkItDown",
@ -665,37 +706,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A custom node for ComfyUI that combines multiple videos from a directory with optional transitions and background music. Perfect for batch processing and creating seamless video compilations." "description": "A custom node for ComfyUI that combines multiple videos from a directory with optional transitions and background music. Perfect for batch processing and creating seamless video compilations."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI-Gemini_Flash_2.0_Exp",
"reference": "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that integrates Google's Gemini Flash 2.0 Experimental model, enabling multimodal analysis of text, images, video frames, and audio directly within ComfyUI workflows."
},
{
"author": "Runware Inc.",
"title": "Runware.ai ComfyUI Inference API Integration",
"id": "runware",
"reference": "https://github.com/Runware/ComfyUI-Runware",
"files": [
"https://github.com/Runware/ComfyUI-Runware"
],
"install_type": "git-clone",
"description": "Runware Inference API Integration for ComfyUI (No GPU Required)."
},
{
"author": "Kim",
"title": "ComfyUI_KimNodes",
"reference": "https://github.com/wjl0313/ComfyUI_KimNodes",
"files": [
"https://github.com/wjl0313/ComfyUI_KimNodes"
],
"install_type": "git-clone",
"description": "Image effects, icon layout processing, cropping — this toolbox is a node library organized according to my own needs."
} }
] ]
} }

View File

@ -367,7 +367,6 @@
"https://github.com/807502278/ComfyUI-WJNodes": [ "https://github.com/807502278/ComfyUI-WJNodes": [
[ [
"AdvCrop", "AdvCrop",
"BboxRestoreMask",
"ColorSegmentation", "ColorSegmentation",
"ColorSegmentation_v2", "ColorSegmentation_v2",
"ComfyUIPath", "ComfyUIPath",
@ -392,9 +391,11 @@
"SelectImagesBatch", "SelectImagesBatch",
"SplitPath", "SplitPath",
"ToImageListData", "ToImageListData",
"VideoFade",
"WAS_Mask_Fill_Region_batch", "WAS_Mask_Fill_Region_batch",
"any_data", "any_data",
"array_element_count", "array_element_count",
"bbox_restore_mask",
"load_model_value", "load_model_value",
"show_type", "show_type",
"sort_images_batch" "sort_images_batch"
@ -2355,6 +2356,7 @@
"PrimereLORA", "PrimereLORA",
"PrimereLYCORIS", "PrimereLYCORIS",
"PrimereLatentNoise", "PrimereLatentNoise",
"PrimereLensStyles",
"PrimereLoraKeywordMerger", "PrimereLoraKeywordMerger",
"PrimereLoraStackMerger", "PrimereLoraStackMerger",
"PrimereLycorisKeywordMerger", "PrimereLycorisKeywordMerger",
@ -2450,12 +2452,13 @@
], ],
"https://github.com/Cyber-Blacat/ComfyUI-Yuan": [ "https://github.com/Cyber-Blacat/ComfyUI-Yuan": [
[ [
"Black and white",
"Image Judgment", "Image Judgment",
"ImageMinusMask", "ImageMinusMask",
"Light or Dark", "Light or Dark",
"Yuan", "Load Random Images",
"Yuan Transfer", "PhotoShop Transfer",
"YuanBW" "Yuan"
], ],
{ {
"title_aux": "ComfyUI-Yuan" "title_aux": "ComfyUI-Yuan"
@ -2659,7 +2662,7 @@
], ],
"https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": [ "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": [
[ [
"SnakeOil" "NegativeLoRALoader"
], ],
{ {
"title_aux": "ComfyUI-SnakeOil" "title_aux": "ComfyUI-SnakeOil"
@ -3964,6 +3967,7 @@
"https://github.com/InstantStudioAI/ComfyUI-InstantStudio": [ "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": [
[ [
"HuggingFace Classify", "HuggingFace Classify",
"Moondream",
"UploadImagesToInstantStudio" "UploadImagesToInstantStudio"
], ],
{ {
@ -4063,7 +4067,9 @@
[ [
"Animate_X_Image", "Animate_X_Image",
"Animate_X_Image_Long", "Animate_X_Image_Long",
"Animate_X_Image_v2",
"Animate_X_ReposeImage", "Animate_X_ReposeImage",
"Animate_X_ReposeImage_v2",
"Gen_align_pose", "Gen_align_pose",
"Gen_align_pose2", "Gen_align_pose2",
"ReposeImage", "ReposeImage",
@ -5706,6 +5712,7 @@
"ImageSizeAdjuster", "ImageSizeAdjuster",
"ImageSizeAdjusterV2", "ImageSizeAdjusterV2",
"ImageSizeAdjusterV3", "ImageSizeAdjusterV3",
"LoadVideoDirectory",
"ProjectFilePathNode", "ProjectFilePathNode",
"StringWeights", "StringWeights",
"ZenkaiPrompt", "ZenkaiPrompt",
@ -7071,7 +7078,9 @@
"https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [ "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": [
[ [
"ApplyIPAdapterFlux", "ApplyIPAdapterFlux",
"IPAdapterFluxLoader" "ApplyIPAdapterFluxAdvanced",
"IPAdapterFluxLoader",
"IPAdapterFluxLoaderAdvanced"
], ],
{ {
"title_aux": "ComfyUI-IPAdapter-Flux" "title_aux": "ComfyUI-IPAdapter-Flux"
@ -7189,6 +7198,14 @@
"title_aux": "ComfyUI-Gemini_Flash_2.0_Exp" "title_aux": "ComfyUI-Gemini_Flash_2.0_Exp"
} }
], ],
"https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": [
[
"HunyuanVideoStyler"
],
{
"title_aux": "ComfyUI-HunyuanVideoStyler"
}
],
"https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": [ "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": [
[ [
"ImageMotionGuider" "ImageMotionGuider"
@ -7545,6 +7562,7 @@
"SDVN Any Repeat", "SDVN Any Repeat",
"SDVN Any Show", "SDVN Any Show",
"SDVN Apply Style Model", "SDVN Apply Style Model",
"SDVN Auto Generate",
"SDVN Boolean", "SDVN Boolean",
"SDVN CLIP Download", "SDVN CLIP Download",
"SDVN CLIP Text Encode", "SDVN CLIP Text Encode",
@ -7583,6 +7601,7 @@
"SDVN Pipe In", "SDVN Pipe In",
"SDVN Pipe Out", "SDVN Pipe Out",
"SDVN Pipe Out All", "SDVN Pipe Out All",
"SDVN Quick Menu",
"SDVN Run Python Code", "SDVN Run Python Code",
"SDVN Run Test", "SDVN Run Test",
"SDVN Save Text", "SDVN Save Text",
@ -9675,6 +9694,15 @@
"title_aux": "ComfyUI-styles-all" "title_aux": "ComfyUI-styles-all"
} }
], ],
"https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": [
[
"GCPReadImageNode",
"GCPWriteImageNode"
],
{
"title_aux": "ComfyUI-GCP_Storage_tools"
}
],
"https://github.com/ai-liam/comfyui-liam": [ "https://github.com/ai-liam/comfyui-liam": [
[ [
"AiStoreAzureGPTLiam", "AiStoreAzureGPTLiam",
@ -10311,6 +10339,7 @@
"PCLazyTextEncode", "PCLazyTextEncode",
"PCLazyTextEncodeAdvanced", "PCLazyTextEncodeAdvanced",
"PCLoraHooksFromText", "PCLoraHooksFromText",
"PCSetLogLevel",
"PCSetPCTextEncodeSettings", "PCSetPCTextEncodeSettings",
"PCTextEncode", "PCTextEncode",
"PCTextEncodeWithRange" "PCTextEncodeWithRange"
@ -11279,6 +11308,15 @@
"title_aux": "ComfyUI_EmojiOverlay" "title_aux": "ComfyUI_EmojiOverlay"
} }
], ],
"https://github.com/changwook987/ComfyUI-Small-Utility": [
[
"Eval",
"RandomEmptyLatent"
],
{
"title_aux": "ComfyUI-Small-Utility"
}
],
"https://github.com/chaojie/ComfyUI-AniPortrait": [ "https://github.com/chaojie/ComfyUI-AniPortrait": [
[ [
"AniPortraitLoader", "AniPortraitLoader",
@ -15089,27 +15127,27 @@
"https://github.com/griptape-ai/ComfyUI-Griptape": [ "https://github.com/griptape-ai/ComfyUI-Griptape": [
[ [
"Griptape Agent Config: Amazon Bedrock Drivers", "Griptape Agent Config: Amazon Bedrock Drivers",
"Griptape Agent Config: Amazon Bedrock [DEPRICATED]", "Griptape Agent Config: Amazon Bedrock [DEPRECATED]",
"Griptape Agent Config: Anthropic Drivers", "Griptape Agent Config: Anthropic Drivers",
"Griptape Agent Config: Anthropic [DEPRICATED]", "Griptape Agent Config: Anthropic [DEPRECATED]",
"Griptape Agent Config: Azure OpenAI Drivers", "Griptape Agent Config: Azure OpenAI Drivers",
"Griptape Agent Config: Azure OpenAI [DEPRICATED]", "Griptape Agent Config: Azure OpenAI [DEPRECATED]",
"Griptape Agent Config: Cohere Drivers", "Griptape Agent Config: Cohere Drivers",
"Griptape Agent Config: Custom Structure", "Griptape Agent Config: Custom Structure",
"Griptape Agent Config: Environment Variables", "Griptape Agent Config: Environment Variables",
"Griptape Agent Config: Expand", "Griptape Agent Config: Expand",
"Griptape Agent Config: Google Drivers", "Griptape Agent Config: Google Drivers",
"Griptape Agent Config: Google [DEPRICATED]", "Griptape Agent Config: Google [DEPRECATED]",
"Griptape Agent Config: HuggingFace Drivers", "Griptape Agent Config: HuggingFace Drivers",
"Griptape Agent Config: HuggingFace [DEPRICATED]", "Griptape Agent Config: HuggingFace [DEPRECATED]",
"Griptape Agent Config: LM Studio Drivers", "Griptape Agent Config: LM Studio Drivers",
"Griptape Agent Config: LM Studio [DEPRICATED]", "Griptape Agent Config: LM Studio [DEPRECATED]",
"Griptape Agent Config: Ollama Drivers", "Griptape Agent Config: Ollama Drivers",
"Griptape Agent Config: Ollama [DEPRICATED]", "Griptape Agent Config: Ollama [DEPRECATED]",
"Griptape Agent Config: OpenAI Compatible Drivers", "Griptape Agent Config: OpenAI Compatible Drivers",
"Griptape Agent Config: OpenAI Compatible [DEPRICATED]", "Griptape Agent Config: OpenAI Compatible [DEPRECATED]",
"Griptape Agent Config: OpenAI Drivers", "Griptape Agent Config: OpenAI Drivers",
"Griptape Agent Config: OpenAI [DEPRICATED]", "Griptape Agent Config: OpenAI [DEPRECATED]",
"Griptape Audio Transcription Driver: OpenAI", "Griptape Audio Transcription Driver: OpenAI",
"Griptape Combine: Merge Inputs", "Griptape Combine: Merge Inputs",
"Griptape Combine: Merge Texts", "Griptape Combine: Merge Texts",
@ -15126,7 +15164,6 @@
"Griptape Create: Image Inpainting Variation", "Griptape Create: Image Inpainting Variation",
"Griptape Create: Image Variation", "Griptape Create: Image Variation",
"Griptape Create: Image from Text", "Griptape Create: Image from Text",
"Griptape Create: Pipeline",
"Griptape Create: Rules", "Griptape Create: Rules",
"Griptape Create: Text", "Griptape Create: Text",
"Griptape Display: Artifact", "Griptape Display: Artifact",
@ -15155,8 +15192,6 @@
"Griptape Load: Audio", "Griptape Load: Audio",
"Griptape Load: Image From URL", "Griptape Load: Image From URL",
"Griptape Load: Text", "Griptape Load: Text",
"Griptape Pipeline: Add Task",
"Griptape Pipeline: Insert Task",
"Griptape Prompt Driver: Amazon Bedrock", "Griptape Prompt Driver: Amazon Bedrock",
"Griptape Prompt Driver: Amazon SageMaker Jumpstart", "Griptape Prompt Driver: Amazon SageMaker Jumpstart",
"Griptape Prompt Driver: Anthropic", "Griptape Prompt Driver: Anthropic",
@ -15184,7 +15219,6 @@
"Griptape Run: Image Description", "Griptape Run: Image Description",
"Griptape Run: Parallel Image Description", "Griptape Run: Parallel Image Description",
"Griptape Run: Prompt Task", "Griptape Run: Prompt Task",
"Griptape Run: Structure",
"Griptape Run: Task", "Griptape Run: Task",
"Griptape Run: Text Extraction", "Griptape Run: Text Extraction",
"Griptape Run: Text Summary", "Griptape Run: Text Summary",
@ -15226,8 +15260,7 @@
"Griptape WebSearch Driver: DuckDuckGo", "Griptape WebSearch Driver: DuckDuckGo",
"Griptape WebSearch Driver: Exa", "Griptape WebSearch Driver: Exa",
"Griptape WebSearch Driver: Google", "Griptape WebSearch Driver: Google",
"Griptape WebSearch Driver: Tavily", "Griptape WebSearch Driver: Tavily"
"Gt Run Agent"
], ],
{ {
"author": "Jason Schleifer", "author": "Jason Schleifer",
@ -15349,6 +15382,14 @@
"title_aux": "ComfyUI Hallo" "title_aux": "ComfyUI Hallo"
} }
], ],
"https://github.com/hay86/ComfyUI_LatentSync": [
[
"D_LatentSyncNode"
],
{
"title_aux": "ComfyUI LatentSync"
}
],
"https://github.com/hay86/ComfyUI_MiniCPM-V": [ "https://github.com/hay86/ComfyUI_MiniCPM-V": [
[ [
"D_MiniCPM_VQA" "D_MiniCPM_VQA"
@ -21893,6 +21934,14 @@
"title_aux": "comfyui-ricklove" "title_aux": "comfyui-ricklove"
} }
], ],
"https://github.com/risunobushi/ComfyUI-Similarity-Score": [
[
"ImageSimilarityScores"
],
{
"title_aux": "ComfyUI-Similarity-Score"
}
],
"https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [
[ [
"FrequencyCombination", "FrequencyCombination",
@ -22370,11 +22419,18 @@
], ],
"https://github.com/sebord/ComfyUI-LMCQ": [ "https://github.com/sebord/ComfyUI-LMCQ": [
[ [
"LmcqGetMachineCode",
"LmcqImageSaver", "LmcqImageSaver",
"LmcqImageSaverTransit", "LmcqImageSaverTransit",
"LmcqImageSaverWeb", "LmcqImageSaverWeb",
"LmcqInputValidator", "LmcqInputValidator",
"LmcqLoadFluxNF4Checkpoint" "LmcqLoadFluxNF4Checkpoint",
"LmcqRuntimeLoraDecryption",
"LmcqRuntimeLoraEncryption",
"LmcqRuntimeModelDecryption",
"LmcqRuntimeModelEncryption",
"LmcqRuntimeWorkflowDecryption",
"LmcqRuntimeWorkflowEncryption"
], ],
{ {
"title_aux": "ComfyUI-LMCQ" "title_aux": "ComfyUI-LMCQ"