mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-19 18:40:16 +08:00
This commit is contained in:
parent
8138954fc6
commit
74d1e9d296
@ -24136,6 +24136,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-TinyBreaker is a collection of custom nodes specifically designed to generate images using the TinyBreaker model. It's actively developed with ongoing improvements. Although still in progress, these nodes are functional and allow you to explore the potential of the model."
|
||||
},
|
||||
{
|
||||
"author": "martin-rizzo",
|
||||
"title": "ComfyUI-ZImagePowerNodes",
|
||||
"reference": "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes",
|
||||
"files": [
|
||||
"https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of ComfyUI nodes designed and fine-tuned specifically for the Z-Image model. Pushing the best image generation model to its limits!"
|
||||
},
|
||||
{
|
||||
"author": "Arkanun",
|
||||
"title": "ReadCSV_ComfyUI",
|
||||
@ -40636,6 +40646,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A visual dashboard for managing, versioning, and batch-processing JSON configuration files for AI video generation workflows with Streamlit web interface and ComfyUI custom nodes."
|
||||
},
|
||||
{
|
||||
"author": "ethanfel",
|
||||
"title": "ComfyUI-Sharp-Selector",
|
||||
"reference": "https://github.com/ethanfel/ComfyUI-Sharp-Selector",
|
||||
"files": [
|
||||
"https://github.com/ethanfel/ComfyUI-Sharp-Selector"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for sharp frame selection and analysis. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "shin131002",
|
||||
"title": "RandomLoRALoader",
|
||||
@ -41338,6 +41358,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Provide a simple interface to simplify prompt writing."
|
||||
},
|
||||
{
|
||||
"author": "0nikod",
|
||||
"title": "ComfyUI-Metadata-Tools",
|
||||
"reference": "https://github.com/0nikod/ComfyUI-Metadata-Tools",
|
||||
"files": [
|
||||
"https://github.com/0nikod/ComfyUI-Metadata-Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Tools about metadata."
|
||||
},
|
||||
{
|
||||
"author": "Suzu008",
|
||||
"title": "ComfyUI-CryptIO",
|
||||
@ -41670,7 +41700,46 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Comprehensive single-node solution for ComfyUI integrating base generation, latent refinement, neural upscaling, and post-processing."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "ato-zen",
|
||||
"title": "ComfyUI-VIBE",
|
||||
"reference": "https://github.com/ato-zen/ComfyUI-VIBE",
|
||||
"files": [
|
||||
"https://github.com/ato-zen/ComfyUI-VIBE"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Implementation of VIBE (Visual Instruction Based Editor) as a custom node for ComfyUI that enables image editing using natural language instructions leveraging Sana1.5 and Qwen3-VL models."
|
||||
},
|
||||
{
|
||||
"author": "FallenIncursio",
|
||||
"title": "arcenciel-link-comfyui",
|
||||
"reference": "https://github.com/FallenIncursio/arcenciel-link-comfyui",
|
||||
"files": [
|
||||
"https://github.com/FallenIncursio/arcenciel-link-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Bring your ArcEnCiel models straight into ComfyUI with one click. Includes Link Key support, remote worker control, inventory sync, and sidecar generation."
|
||||
},
|
||||
{
|
||||
"author": "0dot77",
|
||||
"title": "comfyui-annotations",
|
||||
"reference": "https://github.com/0dot77/comfyui-annotations",
|
||||
"files": [
|
||||
"https://github.com/0dot77/comfyui-annotations"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A lightweight annotation overlay for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "isala404",
|
||||
"title": "comfy-workflow-api",
|
||||
"reference": "https://github.com/isala404/comfy-workflow-api",
|
||||
"files": [
|
||||
"https://github.com/isala404/comfy-workflow-api"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "HTTP API for ComfyUI with webhook-based workflow execution."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -18,6 +18,17 @@
|
||||
"title_aux": "mmaker/Color Enhance"
|
||||
}
|
||||
],
|
||||
"https://github.com/0nikod/ComfyUI-Metadata-Tools": [
|
||||
[
|
||||
"ImageGetMetadata",
|
||||
"ImageSetMetadata",
|
||||
"LoadImageWithMetadata",
|
||||
"SaveImageWithMetadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Metadata-Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/0nikod/ComfyUI-Simple-Prompt": [
|
||||
[
|
||||
"SimplePrompt"
|
||||
@ -2149,6 +2160,7 @@
|
||||
"INPAINT_MaskedBlur",
|
||||
"INPAINT_MaskedFill",
|
||||
"INPAINT_ShrinkMask",
|
||||
"INPAINT_StabilizeMask",
|
||||
"INPAINT_VAEEncodeInpaintConditioning"
|
||||
],
|
||||
{
|
||||
@ -6007,6 +6019,7 @@
|
||||
"DiffusionModelSelectorNode",
|
||||
"LORASelectorNode",
|
||||
"ModelGeneratorNode",
|
||||
"PonyPrefixesNode",
|
||||
"SamplerGeneratorNode",
|
||||
"SchedulerGeneratorNode",
|
||||
"StringToFloatNode",
|
||||
@ -22579,6 +22592,7 @@
|
||||
"Qwen3VLAdvanced",
|
||||
"Qwen3VLBasic",
|
||||
"Qwen3VLExtraOptions",
|
||||
"ResourceCleaner",
|
||||
"Sa2VAAdvanced",
|
||||
"Sa2VASegmentationPreset",
|
||||
"ShowText",
|
||||
@ -25024,6 +25038,14 @@
|
||||
"title_aux": "ComfyUI NPNet (Golden Noise)"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/comfyui-dynamic-anynode": [
|
||||
[
|
||||
"AnyNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-dynamic-anynode"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/comfyui-prompt-control": [
|
||||
[
|
||||
"PCAddMaskToCLIP",
|
||||
@ -25143,6 +25165,14 @@
|
||||
"title_aux": "comfyui_arcane_style_trans"
|
||||
}
|
||||
],
|
||||
"https://github.com/ato-zen/ComfyUI-VIBE": [
|
||||
[
|
||||
"VIBE_Editor"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-VIBE"
|
||||
}
|
||||
],
|
||||
"https://github.com/ato321/ComfyUI-LTXVGuideRebase": [
|
||||
[
|
||||
"LTXVRebaseGuides"
|
||||
@ -29792,11 +29822,13 @@
|
||||
"ExtendIntermediateSigmas",
|
||||
"FeatherMask",
|
||||
"FlipSigmas",
|
||||
"Flux2ProImageNode",
|
||||
"Flux2Scheduler",
|
||||
"FluxDisableGuidance",
|
||||
"FluxGuidance",
|
||||
"FluxKontextImageScale",
|
||||
"FluxKontextMultiReferenceLatentMethod",
|
||||
"FluxKontextProImageNode",
|
||||
"FluxProExpandNode",
|
||||
"FluxProFillNode",
|
||||
"FluxProUltraImageNode",
|
||||
@ -29840,6 +29872,7 @@
|
||||
"ImageOnlyCheckpointLoader",
|
||||
"ImageOnlyCheckpointSave",
|
||||
"ImagePadForOutpaint",
|
||||
"ImageProcessingNode",
|
||||
"ImageQuantize",
|
||||
"ImageRGBToYUV",
|
||||
"ImageRotate",
|
||||
@ -30201,6 +30234,7 @@
|
||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||
"TextEncodeQwenImageEdit",
|
||||
"TextEncodeQwenImageEditPlus",
|
||||
"TextProcessingNode",
|
||||
"ThresholdMask",
|
||||
"TomePatchModel",
|
||||
"TopazImageEnhance",
|
||||
@ -32779,6 +32813,15 @@
|
||||
"title_aux": "comfyui-videoframenode"
|
||||
}
|
||||
],
|
||||
"https://github.com/ethanfel/ComfyUI-Sharp-Selector": [
|
||||
[
|
||||
"SharpFrameSelector",
|
||||
"SharpnessAnalyzer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Sharp-Selector"
|
||||
}
|
||||
],
|
||||
"https://github.com/ethanfel/Comfyui-JSON-Manager": [
|
||||
[
|
||||
"JSONLoaderBatchI2V",
|
||||
@ -35414,6 +35457,8 @@
|
||||
"AIIA_CosyVoice_VoiceConversion",
|
||||
"AIIA_Dialogue_TTS",
|
||||
"AIIA_E2E_Speaker_Diarization",
|
||||
"AIIA_EchoMimicLoader",
|
||||
"AIIA_EchoMimicSampler",
|
||||
"AIIA_FloatProcess_InMemory",
|
||||
"AIIA_FloatProcess_ToDisk",
|
||||
"AIIA_GenerateSpeakerSegments",
|
||||
@ -37110,6 +37155,16 @@
|
||||
"title_aux": "ComfyUI-DSD"
|
||||
}
|
||||
],
|
||||
"https://github.com/isala404/comfy-workflow-api": [
|
||||
[
|
||||
"WebhookReceiver",
|
||||
"WebhookSend",
|
||||
"WebhookTransformer"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-workflow-api"
|
||||
}
|
||||
],
|
||||
"https://github.com/iwanders/ComfyUI_nodes": [
|
||||
[
|
||||
"IW_JsonPickItem",
|
||||
@ -40706,14 +40761,27 @@
|
||||
],
|
||||
"https://github.com/latentastronaut/comfyui-latent-astronaut-suite": [
|
||||
[
|
||||
"BatchLastImage",
|
||||
"ChatterBoxTTS",
|
||||
"ChatterBoxTTSLoader",
|
||||
"ChatterBoxTTSLoaderAuto",
|
||||
"ChatterBoxTTSSimple",
|
||||
"ChatterBoxVC",
|
||||
"ChatterBoxVCLoader",
|
||||
"ChatterBoxVCLoaderAuto",
|
||||
"ChatterBoxVCSimple",
|
||||
"ForLoopEnd",
|
||||
"ForLoopStart",
|
||||
"ImageResizeToTotalPixels",
|
||||
"LLMConfig",
|
||||
"LLMPromptEnhancer",
|
||||
"LoraLoaderModelOnlySelector",
|
||||
"LoraLoaderSelector",
|
||||
"SizeSelector",
|
||||
"StringListCombine",
|
||||
"StringListFromText",
|
||||
"StringListIndex"
|
||||
"StringListIndex",
|
||||
"VideoLengthFromBatch"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-latent-astronaut-suite"
|
||||
@ -43540,6 +43608,18 @@
|
||||
"title_aux": "comfyui-previewlatent"
|
||||
}
|
||||
],
|
||||
"https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes": [
|
||||
[
|
||||
"EmptyZImageLatentImage",
|
||||
"IllustrationStylePromptEncoder",
|
||||
"PhotoStylePromptEncoder",
|
||||
"SaveImage",
|
||||
"ZSamplerTurbo"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ZImagePowerNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/massao000/ComfyUI_aspect_ratios": [
|
||||
[
|
||||
"Aspect Ratios Node"
|
||||
@ -53304,8 +53384,8 @@
|
||||
],
|
||||
"https://github.com/transcendedhacker/Mode_personal_node": [
|
||||
[
|
||||
"NegativeNode",
|
||||
"PromptNode"
|
||||
"NegativePromptNode",
|
||||
"PromptComposerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Mode_personal_node"
|
||||
@ -53629,7 +53709,9 @@
|
||||
"LatentSmokeSimulation",
|
||||
"LatentSwirlNoise",
|
||||
"LatentWorleyNoise",
|
||||
"SplitLatentPhaseMagnitude"
|
||||
"PatchifyFlux2Latent",
|
||||
"SplitLatentPhaseMagnitude",
|
||||
"UnpatchifyFlux2Latent"
|
||||
],
|
||||
{
|
||||
"title_aux": "Skoogeer-Noise"
|
||||
@ -57251,6 +57333,7 @@
|
||||
],
|
||||
"https://github.com/zhangp365/ComfyUI-utils-nodes": [
|
||||
[
|
||||
"AspectRatioSizeNodeOfUtils",
|
||||
"BooleanControlOutput",
|
||||
"CheckpointLoaderSimpleWithSwitch",
|
||||
"ColorCorrectOfUtils",
|
||||
|
||||
3975
github-stats.json
3975
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,85 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ah-kun",
|
||||
"title": "ComfyUI-OTP-Auth",
|
||||
"reference": "https://github.com/ah-kun/ComfyUI-OTP-Auth",
|
||||
"files": [
|
||||
"https://github.com/ah-kun/ComfyUI-OTP-Auth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that adds simple One-Time Password (OTP) authentication using Google Authenticator to prevent unauthorized use on publicly accessible servers."
|
||||
},
|
||||
{
|
||||
"author": "pollockjj",
|
||||
"title": "ComfyUI-StabilityTest",
|
||||
"reference": "https://github.com/pollockjj/ComfyUI-StabilityTest",
|
||||
"files": [
|
||||
"https://github.com/pollockjj/ComfyUI-StabilityTest"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI stability testing node. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "Tr1dae",
|
||||
"title": "[WIP] ComfyUI-MobileSAM",
|
||||
"reference": "https://github.com/Tr1dae/ComfyUI-MobileSAM",
|
||||
"files": [
|
||||
"https://github.com/Tr1dae/ComfyUI-MobileSAM"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for text-guided image segmentation using GroundingDINO and MobileSAM to segment objects in images using natural language prompts.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "Vov1ch",
|
||||
"title": "ComfyUI_GLMImage",
|
||||
"reference": "https://github.com/Vov1ch/ComfyUI_GLMImage",
|
||||
"files": [
|
||||
"https://github.com/Vov1ch/ComfyUI_GLMImage"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for GLM image generation, image-to-image translation, and flexible input handling. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "DailyMok",
|
||||
"title": "ComfyUI-PromptMixerNode",
|
||||
"reference": "https://github.com/DailyMok/ComfyUI-PromptMixerNode",
|
||||
"files": [
|
||||
"https://github.com/DailyMok/ComfyUI-PromptMixerNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node for prompt mixing with PromptMixerDaily node. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "shin131002",
|
||||
"title": "[WIP] ComfyUI-Prompt-Preset-Selector",
|
||||
"reference": "https://github.com/shin131002/ComfyUI-Prompt-Preset-Selector",
|
||||
"files": [
|
||||
"https://github.com/shin131002/ComfyUI-Prompt-Preset-Selector"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Flexible preset selector with YAML support, advanced keyword filtering, and hierarchical key search\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "fogyisland",
|
||||
"title": "Comfy_Show_StringText [WIP]",
|
||||
"reference": "https://github.com/fogyisland/Comfy_Show_StringText",
|
||||
"files": [
|
||||
"https://github.com/fogyisland/Comfy_Show_StringText"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for text display that implements string data output. (Description by CC)\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "Leecoahs",
|
||||
"title": "ComfyUI_LeeNodes",
|
||||
"reference": "https://github.com/Leecoahs/ComfyUI_LeeNodes",
|
||||
"files": [
|
||||
"https://github.com/Leecoahs/ComfyUI_LeeNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for image processing including grayscale combining, overlaying, texture inpainting. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "cosmicbuffalo",
|
||||
"title": "comfyui-mobile-frontend",
|
||||
|
||||
@ -274,6 +274,7 @@
|
||||
"SimpleIntMathHandle",
|
||||
"SimpleJsonArrayHandle",
|
||||
"SimpleJsonObjectHandle",
|
||||
"TestExtendComfyNode",
|
||||
"VideoFrameSize",
|
||||
"VideoSizeAndFps",
|
||||
"VideoTimeAndFPS",
|
||||
@ -1523,6 +1524,14 @@
|
||||
"title_aux": "ComfyUI-VideoStream"
|
||||
}
|
||||
],
|
||||
"https://github.com/DailyMok/ComfyUI-PromptMixerNode": [
|
||||
[
|
||||
"PromptMixerDaily"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PromptMixerNode"
|
||||
}
|
||||
],
|
||||
"https://github.com/DataCTE/ComfyUI-DataVoid-nodes": [
|
||||
[
|
||||
"IPAAdapterFaceIDBatch",
|
||||
@ -2817,6 +2826,17 @@
|
||||
"title_aux": "ComfyUI-ModelUnloader"
|
||||
}
|
||||
],
|
||||
"https://github.com/Leecoahs/ComfyUI_LeeNodes": [
|
||||
[
|
||||
"CombineGrayscaleMRH",
|
||||
"ImageOverlaySimple",
|
||||
"TextureInpaintingPrep",
|
||||
"TextureInpaintingRestore"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_LeeNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Letz-AI/ComfyUI-LetzAI": [
|
||||
[
|
||||
"LetzAI Generator"
|
||||
@ -3728,6 +3748,14 @@
|
||||
"title_aux": "DoomFLUX Nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/PladsElsker/comfyui-krita": [
|
||||
[
|
||||
"KritaSaveImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-krita [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": [
|
||||
[
|
||||
"DiffusionSDXLFrameByFrame"
|
||||
@ -4986,17 +5014,29 @@
|
||||
"https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": [
|
||||
[
|
||||
"Blur Detection",
|
||||
"BlurDetection",
|
||||
"Clipping Analysis",
|
||||
"ClippingAnalysis",
|
||||
"Color Cast Detector",
|
||||
"Color Harmony Analyzer",
|
||||
"Color Temperature Estimator",
|
||||
"ColorCastDetector",
|
||||
"ColorHarmonyAnalyzer",
|
||||
"ColorTemperatureEstimator",
|
||||
"Contrast Analysis",
|
||||
"ContrastAnalysis",
|
||||
"Defocus Analysis",
|
||||
"DefocusAnalysis",
|
||||
"Edge Density Analysis",
|
||||
"EdgeDensityAnalysis",
|
||||
"Entropy Analysis",
|
||||
"EntropyAnalysis",
|
||||
"Noise Estimation",
|
||||
"NoiseEstimation",
|
||||
"RGB Histogram Renderer",
|
||||
"Sharpness / Focus Score"
|
||||
"RGBHistogramRenderer",
|
||||
"Sharpness / Focus Score",
|
||||
"SharpnessFocusScore"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Image Analysis Toolkit [WIP]"
|
||||
@ -5106,6 +5146,14 @@
|
||||
"title_aux": "ComfyUI-CustomNodes-MVM"
|
||||
}
|
||||
],
|
||||
"https://github.com/Tr1dae/ComfyUI-MobileSAM": [
|
||||
[
|
||||
"EasyMobileSAM"
|
||||
],
|
||||
{
|
||||
"title_aux": "[WIP] ComfyUI-MobileSAM"
|
||||
}
|
||||
],
|
||||
"https://github.com/UltraNoob-NazoGiken/ComfyUI-TOML-Tools": [
|
||||
[
|
||||
"CreateTomlData",
|
||||
@ -5203,6 +5251,23 @@
|
||||
"title_aux": "ComfyUI Custom Nodes: OpenRouter & Ollama [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Vov1ch/ComfyUI_GLMImage": [
|
||||
[
|
||||
"GLMImageGenerate",
|
||||
"GLMImageImageToImage",
|
||||
"GLMImageSDNQ_FlexibleInput",
|
||||
"GLMImageSDNQ_Generate",
|
||||
"GLMImageSDNQ_I2I_Standalone",
|
||||
"GLMImageSDNQ_ImageToImage",
|
||||
"GLMImageSDNQ_LoadPipe",
|
||||
"GLMImageSDNQ_MultiI2I_Standalone",
|
||||
"GLMImageSDNQ_MultiImageToImage",
|
||||
"GLMImageSDNQ_T2I_Standalone"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_GLMImage"
|
||||
}
|
||||
],
|
||||
"https://github.com/Vsolon/ComfyUI-CBZ-Pack": [
|
||||
[
|
||||
"CBZ Preview Any",
|
||||
@ -6763,6 +6828,7 @@
|
||||
[
|
||||
"AliyunDriveCloudUploadNode",
|
||||
"AliyunDriveOptimizedUploadNode",
|
||||
"AliyunDriveUploadNode",
|
||||
"SimpleUploadToAliyunDrive",
|
||||
"UploadTo115",
|
||||
"UploadToAliyunDrive",
|
||||
@ -6972,11 +7038,13 @@
|
||||
"ExtendIntermediateSigmas",
|
||||
"FeatherMask",
|
||||
"FlipSigmas",
|
||||
"Flux2ProImageNode",
|
||||
"Flux2Scheduler",
|
||||
"FluxDisableGuidance",
|
||||
"FluxGuidance",
|
||||
"FluxKontextImageScale",
|
||||
"FluxKontextMultiReferenceLatentMethod",
|
||||
"FluxKontextProImageNode",
|
||||
"FluxProExpandNode",
|
||||
"FluxProFillNode",
|
||||
"FluxProUltraImageNode",
|
||||
@ -7020,6 +7088,7 @@
|
||||
"ImageOnlyCheckpointLoader",
|
||||
"ImageOnlyCheckpointSave",
|
||||
"ImagePadForOutpaint",
|
||||
"ImageProcessingNode",
|
||||
"ImageQuantize",
|
||||
"ImageRGBToYUV",
|
||||
"ImageRotate",
|
||||
@ -7381,6 +7450,7 @@
|
||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||
"TextEncodeQwenImageEdit",
|
||||
"TextEncodeQwenImageEditPlus",
|
||||
"TextProcessingNode",
|
||||
"ThresholdMask",
|
||||
"TomePatchModel",
|
||||
"TopazImageEnhance",
|
||||
@ -8245,6 +8315,14 @@
|
||||
"title_aux": "comfyui-cem-tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/fogyisland/Comfy_Show_StringText": [
|
||||
[
|
||||
"ComfyUIShowText"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy_Show_StringText [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/franklydegenerate/ComfyUI-WAN-Resolution-Helper": [
|
||||
[
|
||||
"WANResolutionHelperV2"
|
||||
@ -8286,6 +8364,43 @@
|
||||
"title_aux": "ComfyUI-LLM-Utils [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/frost-byte/fbTools": [
|
||||
[
|
||||
"FBTextEncodeQwenImageEditPlus",
|
||||
"LibberApply",
|
||||
"LibberManager",
|
||||
"MaskProcessor",
|
||||
"NodeInputSelect",
|
||||
"OpaqueAlpha",
|
||||
"PromptComposer",
|
||||
"QwenAspectRatio",
|
||||
"SAMPreprocessNHWC",
|
||||
"SceneCreate",
|
||||
"SceneInput",
|
||||
"SceneOutput",
|
||||
"ScenePromptManager",
|
||||
"SceneSave",
|
||||
"SceneSelect",
|
||||
"SceneUpdate",
|
||||
"SceneView",
|
||||
"SceneWanVideoLoraMultiSave",
|
||||
"StoryCreate",
|
||||
"StoryEdit",
|
||||
"StoryLoad",
|
||||
"StorySave",
|
||||
"StorySceneBatch",
|
||||
"StorySceneImageSave",
|
||||
"StoryScenePick",
|
||||
"StoryVideoBatch",
|
||||
"StoryView",
|
||||
"SubdirLister",
|
||||
"TailEnhancePro",
|
||||
"TailSplit"
|
||||
],
|
||||
{
|
||||
"title_aux": "fb-tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/ftechmax/ComfyUI-NovaKit-Pack": [
|
||||
[
|
||||
"CountTokens"
|
||||
@ -8548,6 +8663,7 @@
|
||||
],
|
||||
"https://github.com/grinlau18/ComfyUI_XISER_Nodes": [
|
||||
[
|
||||
"BaseFromListGetOneV3",
|
||||
"XISER_Canvas",
|
||||
"XIS_BooleanSwitch",
|
||||
"XIS_CanvasConfig",
|
||||
@ -12388,6 +12504,14 @@
|
||||
"title_aux": "ComfyUI-JsonViewer [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/shin131002/ComfyUI-Prompt-Preset-Selector": [
|
||||
[
|
||||
"PromptPresetSelector"
|
||||
],
|
||||
{
|
||||
"title_aux": "[WIP] ComfyUI-Prompt-Preset-Selector"
|
||||
}
|
||||
],
|
||||
"https://github.com/shinich39/comfyui-run-js": [
|
||||
[
|
||||
"RunJS"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,76 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "martin-rizzo",
|
||||
"title": "ComfyUI-ZImagePowerNodes",
|
||||
"reference": "https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes",
|
||||
"files": [
|
||||
"https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of ComfyUI nodes designed and fine-tuned specifically for the Z-Image model. Pushing the best image generation model to its limits!"
|
||||
},
|
||||
{
|
||||
"author": "0dot77",
|
||||
"title": "comfyui-annotations",
|
||||
"reference": "https://github.com/0dot77/comfyui-annotations",
|
||||
"files": [
|
||||
"https://github.com/0dot77/comfyui-annotations"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A lightweight annotation overlay for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "isala404",
|
||||
"title": "comfy-workflow-api",
|
||||
"reference": "https://github.com/isala404/comfy-workflow-api",
|
||||
"files": [
|
||||
"https://github.com/isala404/comfy-workflow-api"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "HTTP API for ComfyUI with webhook-based workflow execution."
|
||||
},
|
||||
{
|
||||
"author": "0nikod",
|
||||
"title": "ComfyUI-Metadata-Tools",
|
||||
"reference": "https://github.com/0nikod/ComfyUI-Metadata-Tools",
|
||||
"files": [
|
||||
"https://github.com/0nikod/ComfyUI-Metadata-Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Tools about metadata."
|
||||
},
|
||||
{
|
||||
"author": "ethanfel",
|
||||
"title": "ComfyUI-Sharp-Selector",
|
||||
"reference": "https://github.com/ethanfel/ComfyUI-Sharp-Selector",
|
||||
"files": [
|
||||
"https://github.com/ethanfel/ComfyUI-Sharp-Selector"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for sharp frame selection and analysis. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "ato-zen",
|
||||
"title": "ComfyUI-VIBE",
|
||||
"reference": "https://github.com/ato-zen/ComfyUI-VIBE",
|
||||
"files": [
|
||||
"https://github.com/ato-zen/ComfyUI-VIBE"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Implementation of VIBE (Visual Instruction Based Editor) as a custom node for ComfyUI that enables image editing using natural language instructions leveraging Sana1.5 and Qwen3-VL models."
|
||||
},
|
||||
{
|
||||
"author": "FallenIncursio",
|
||||
"title": "arcenciel-link-comfyui",
|
||||
"reference": "https://github.com/FallenIncursio/arcenciel-link-comfyui",
|
||||
"files": [
|
||||
"https://github.com/FallenIncursio/arcenciel-link-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Bring your ArcEnCiel models straight into ComfyUI with one click. Includes Link Key support, remote worker control, inventory sync, and sidecar generation."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "capitan01R",
|
||||
"title": "ComfyUI-CapitanFlowMatch",
|
||||
@ -635,57 +706,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A dedicated ComfyUI custom node designed to streamline the process of converting transparent images (RGBA) into masks and high-quality mask previews."
|
||||
},
|
||||
{
|
||||
"author": "wallen0322",
|
||||
"title": "ComfyUI-qwenmultianglelight",
|
||||
"reference": "https://github.com/wallen0322/ComfyUI-qwenmultianglelight",
|
||||
"files": [
|
||||
"https://github.com/wallen0322/ComfyUI-qwenmultianglelight"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI node for 3D lighting angle control, outputs lighting prompts for relighting image generation"
|
||||
},
|
||||
|
||||
{
|
||||
"author": "patientx",
|
||||
"title": "CFZ-SwitchMenu",
|
||||
"reference": "https://github.com/patientx/CFZ-SwitchMenu",
|
||||
"files": [
|
||||
"https://github.com/patientx/CFZ-SwitchMenu"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds a menu button that switches between old and new style ComfyUI menus."
|
||||
},
|
||||
{
|
||||
"author": "Lumiyumi",
|
||||
"title": "LumyINTP",
|
||||
"reference": "https://github.com/Lumiyumi/LumyINTP",
|
||||
"files": [
|
||||
"https://github.com/Lumiyumi/LumyINTP"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "INT+ node for ComfyUI with control after generate style functionality for signal-controlled increment/decrement/randomize operations."
|
||||
},
|
||||
{
|
||||
"author": "MajoorWaldi",
|
||||
"title": "ComfyUI-Majoor-ImageOps",
|
||||
"reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps",
|
||||
"files": [
|
||||
"https://github.com/MajoorWaldi/ComfyUI-Majoor-ImageOps"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Essential Nodes Pack for Images Processing for ComfyUI, with a live embedded preview inside the node (no queue) for supported chains."
|
||||
},
|
||||
{
|
||||
"author": "fujitea40",
|
||||
"title": "comfy_exp_preset",
|
||||
"reference": "https://github.com/fujitea40/comfy_exp_preset",
|
||||
"files": [
|
||||
"https://github.com/fujitea40/comfy_exp_preset"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom node for expression preset management in ComfyUI, allowing users to preselect expressions and parameters for character animation. (Description by CC)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -18,6 +18,17 @@
|
||||
"title_aux": "mmaker/Color Enhance"
|
||||
}
|
||||
],
|
||||
"https://github.com/0nikod/ComfyUI-Metadata-Tools": [
|
||||
[
|
||||
"ImageGetMetadata",
|
||||
"ImageSetMetadata",
|
||||
"LoadImageWithMetadata",
|
||||
"SaveImageWithMetadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Metadata-Tools"
|
||||
}
|
||||
],
|
||||
"https://github.com/0nikod/ComfyUI-Simple-Prompt": [
|
||||
[
|
||||
"SimplePrompt"
|
||||
@ -2149,6 +2160,7 @@
|
||||
"INPAINT_MaskedBlur",
|
||||
"INPAINT_MaskedFill",
|
||||
"INPAINT_ShrinkMask",
|
||||
"INPAINT_StabilizeMask",
|
||||
"INPAINT_VAEEncodeInpaintConditioning"
|
||||
],
|
||||
{
|
||||
@ -6007,6 +6019,7 @@
|
||||
"DiffusionModelSelectorNode",
|
||||
"LORASelectorNode",
|
||||
"ModelGeneratorNode",
|
||||
"PonyPrefixesNode",
|
||||
"SamplerGeneratorNode",
|
||||
"SchedulerGeneratorNode",
|
||||
"StringToFloatNode",
|
||||
@ -22579,6 +22592,7 @@
|
||||
"Qwen3VLAdvanced",
|
||||
"Qwen3VLBasic",
|
||||
"Qwen3VLExtraOptions",
|
||||
"ResourceCleaner",
|
||||
"Sa2VAAdvanced",
|
||||
"Sa2VASegmentationPreset",
|
||||
"ShowText",
|
||||
@ -25024,6 +25038,14 @@
|
||||
"title_aux": "ComfyUI NPNet (Golden Noise)"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/comfyui-dynamic-anynode": [
|
||||
[
|
||||
"AnyNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-dynamic-anynode"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/comfyui-prompt-control": [
|
||||
[
|
||||
"PCAddMaskToCLIP",
|
||||
@ -25143,6 +25165,14 @@
|
||||
"title_aux": "comfyui_arcane_style_trans"
|
||||
}
|
||||
],
|
||||
"https://github.com/ato-zen/ComfyUI-VIBE": [
|
||||
[
|
||||
"VIBE_Editor"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-VIBE"
|
||||
}
|
||||
],
|
||||
"https://github.com/ato321/ComfyUI-LTXVGuideRebase": [
|
||||
[
|
||||
"LTXVRebaseGuides"
|
||||
@ -29792,11 +29822,13 @@
|
||||
"ExtendIntermediateSigmas",
|
||||
"FeatherMask",
|
||||
"FlipSigmas",
|
||||
"Flux2ProImageNode",
|
||||
"Flux2Scheduler",
|
||||
"FluxDisableGuidance",
|
||||
"FluxGuidance",
|
||||
"FluxKontextImageScale",
|
||||
"FluxKontextMultiReferenceLatentMethod",
|
||||
"FluxKontextProImageNode",
|
||||
"FluxProExpandNode",
|
||||
"FluxProFillNode",
|
||||
"FluxProUltraImageNode",
|
||||
@ -29840,6 +29872,7 @@
|
||||
"ImageOnlyCheckpointLoader",
|
||||
"ImageOnlyCheckpointSave",
|
||||
"ImagePadForOutpaint",
|
||||
"ImageProcessingNode",
|
||||
"ImageQuantize",
|
||||
"ImageRGBToYUV",
|
||||
"ImageRotate",
|
||||
@ -30201,6 +30234,7 @@
|
||||
"TextEncodeHunyuanVideo_ImageToVideo",
|
||||
"TextEncodeQwenImageEdit",
|
||||
"TextEncodeQwenImageEditPlus",
|
||||
"TextProcessingNode",
|
||||
"ThresholdMask",
|
||||
"TomePatchModel",
|
||||
"TopazImageEnhance",
|
||||
@ -32779,6 +32813,15 @@
|
||||
"title_aux": "comfyui-videoframenode"
|
||||
}
|
||||
],
|
||||
"https://github.com/ethanfel/ComfyUI-Sharp-Selector": [
|
||||
[
|
||||
"SharpFrameSelector",
|
||||
"SharpnessAnalyzer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Sharp-Selector"
|
||||
}
|
||||
],
|
||||
"https://github.com/ethanfel/Comfyui-JSON-Manager": [
|
||||
[
|
||||
"JSONLoaderBatchI2V",
|
||||
@ -35414,6 +35457,8 @@
|
||||
"AIIA_CosyVoice_VoiceConversion",
|
||||
"AIIA_Dialogue_TTS",
|
||||
"AIIA_E2E_Speaker_Diarization",
|
||||
"AIIA_EchoMimicLoader",
|
||||
"AIIA_EchoMimicSampler",
|
||||
"AIIA_FloatProcess_InMemory",
|
||||
"AIIA_FloatProcess_ToDisk",
|
||||
"AIIA_GenerateSpeakerSegments",
|
||||
@ -37110,6 +37155,16 @@
|
||||
"title_aux": "ComfyUI-DSD"
|
||||
}
|
||||
],
|
||||
"https://github.com/isala404/comfy-workflow-api": [
|
||||
[
|
||||
"WebhookReceiver",
|
||||
"WebhookSend",
|
||||
"WebhookTransformer"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy-workflow-api"
|
||||
}
|
||||
],
|
||||
"https://github.com/iwanders/ComfyUI_nodes": [
|
||||
[
|
||||
"IW_JsonPickItem",
|
||||
@ -40706,14 +40761,27 @@
|
||||
],
|
||||
"https://github.com/latentastronaut/comfyui-latent-astronaut-suite": [
|
||||
[
|
||||
"BatchLastImage",
|
||||
"ChatterBoxTTS",
|
||||
"ChatterBoxTTSLoader",
|
||||
"ChatterBoxTTSLoaderAuto",
|
||||
"ChatterBoxTTSSimple",
|
||||
"ChatterBoxVC",
|
||||
"ChatterBoxVCLoader",
|
||||
"ChatterBoxVCLoaderAuto",
|
||||
"ChatterBoxVCSimple",
|
||||
"ForLoopEnd",
|
||||
"ForLoopStart",
|
||||
"ImageResizeToTotalPixels",
|
||||
"LLMConfig",
|
||||
"LLMPromptEnhancer",
|
||||
"LoraLoaderModelOnlySelector",
|
||||
"LoraLoaderSelector",
|
||||
"SizeSelector",
|
||||
"StringListCombine",
|
||||
"StringListFromText",
|
||||
"StringListIndex"
|
||||
"StringListIndex",
|
||||
"VideoLengthFromBatch"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-latent-astronaut-suite"
|
||||
@ -43540,6 +43608,18 @@
|
||||
"title_aux": "comfyui-previewlatent"
|
||||
}
|
||||
],
|
||||
"https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes": [
|
||||
[
|
||||
"EmptyZImageLatentImage",
|
||||
"IllustrationStylePromptEncoder",
|
||||
"PhotoStylePromptEncoder",
|
||||
"SaveImage",
|
||||
"ZSamplerTurbo"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ZImagePowerNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/massao000/ComfyUI_aspect_ratios": [
|
||||
[
|
||||
"Aspect Ratios Node"
|
||||
@ -53304,8 +53384,8 @@
|
||||
],
|
||||
"https://github.com/transcendedhacker/Mode_personal_node": [
|
||||
[
|
||||
"NegativeNode",
|
||||
"PromptNode"
|
||||
"NegativePromptNode",
|
||||
"PromptComposerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Mode_personal_node"
|
||||
@ -53629,7 +53709,9 @@
|
||||
"LatentSmokeSimulation",
|
||||
"LatentSwirlNoise",
|
||||
"LatentWorleyNoise",
|
||||
"SplitLatentPhaseMagnitude"
|
||||
"PatchifyFlux2Latent",
|
||||
"SplitLatentPhaseMagnitude",
|
||||
"UnpatchifyFlux2Latent"
|
||||
],
|
||||
{
|
||||
"title_aux": "Skoogeer-Noise"
|
||||
@ -57251,6 +57333,7 @@
|
||||
],
|
||||
"https://github.com/zhangp365/ComfyUI-utils-nodes": [
|
||||
[
|
||||
"AspectRatioSizeNodeOfUtils",
|
||||
"BooleanControlOutput",
|
||||
"CheckpointLoaderSimpleWithSwitch",
|
||||
"ColorCorrectOfUtils",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user