update DB
Python Linting / Run Ruff (push) Waiting to run

This commit is contained in:
Dr.Lt.Data
2026-07-09 02:36:49 +09:00
parent e11e9034ce
commit a2a90adc72
8 changed files with 7195 additions and 7093 deletions
+60 -20
View File
@@ -31031,6 +31031,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI node to save, organize and reuse text presets with optional preview images." "description": "ComfyUI node to save, organize and reuse text presets with optional preview images."
}, },
{
"author": "inubq8",
"title": "ComfyUI-MultiMaskOps",
"reference": "https://github.com/INuBq8/ComfyUI-MultiMaskOps",
"files": [
"https://github.com/INuBq8/ComfyUI-MultiMaskOps"
],
"install_type": "git-clone",
"description": "A collection of ComfyUI nodes for working with multiple masks at once — sorting them by position, picking one out, removing duplicates, and expanding/feathering them without letting neighbours overlap."
},
{ {
"author": "Erehr", "author": "Erehr",
"title": "ComfyUI-EreNodes", "title": "ComfyUI-EreNodes",
@@ -39351,16 +39361,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI custom node for experimental Anima/Cosmos flow-slider LoRA training." "description": "ComfyUI custom node for experimental Anima/Cosmos flow-slider LoRA training."
}, },
{
"author": "Tr1dae",
"title": "ComfyUI-EasyFilePaths",
"reference": "https://github.com/Tr1dae/ComfyUI-EasyFilePaths",
"files": [
"https://github.com/Tr1dae/ComfyUI-EasyFilePaths"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes that automatically populate dropdowns based on your folder structure and user configuration, making it easy to generate consistent file names."
},
{ {
"author": "TJ16th", "author": "TJ16th",
"title": "TJ_ComfyUI_Lineart2Vector", "title": "TJ_ComfyUI_Lineart2Vector",
@@ -41038,6 +41038,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Fetch a fresh image straight into your workflow from 8 daily/random sources. Useful for prompt testing, style references, daily-image automations, or just kicking off a workflow with something interesting." "description": "Fetch a fresh image straight into your workflow from 8 daily/random sources. Useful for prompt testing, style references, daily-image automations, or just kicking off a workflow with something interesting."
}, },
{
"author": "shootthesound",
"title": "Krea Reason",
"reference": "https://github.com/shootthesound/ComfyUI-KreaReason",
"files": [
"https://github.com/shootthesound/ComfyUI-KreaReason"
],
"install_type": "git-clone",
"description": "Reason-then-encode for Krea 2. The encoder's own Qwen3-VL rewrites your prompt into a richer one — or reads a reference image (describe → filter → combine) — before conditioning: a built-in prompt enhancer and language-level image reference, running on the exact model that conditions."
},
{ {
"author": "HackAfterDark", "author": "HackAfterDark",
"title": "AfterDark Film AR Selector", "title": "AfterDark Film AR Selector",
@@ -49790,16 +49800,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This custom node resizes an image while forcing the final width and height to be multiples of a chosen value." "description": "This custom node resizes an image while forcing the final width and height to be multiples of a chosen value."
}, },
{
"author": "zhangyi196",
"title": "Comfyui_ToAPIs_nano_banana",
"reference": "https://github.com/zhangyi196/Comfyui_ToAPIs_nano_banana",
"files": [
"https://github.com/zhangyi196/Comfyui_ToAPIs_nano_banana"
],
"install_type": "git-clone",
"description": "Custom ComfyUI node for calling ToAPIs image generation interface with support for text-to-image and image-to-image operations. (Description by CC)"
},
{ {
"author": "Biyikgokhan", "author": "Biyikgokhan",
"title": "ComfyUI-InfiniTalk-AutoScale", "title": "ComfyUI-InfiniTalk-AutoScale",
@@ -54176,6 +54176,46 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Native ComfyUI nodes for EverAnimate-style chunked WanAnimate workflows, including master/chunk settings, chunk calculation, image carry-over, and boundary color correction." "description": "Native ComfyUI nodes for EverAnimate-style chunked WanAnimate workflows, including master/chunk settings, chunk calculation, image carry-over, and boundary color correction."
},
{
"author": "SheikhAnas999",
"title": "Image Grid Merger",
"reference": "https://github.com/SheikhAnas999/Images_Merge_ComfyUI",
"files": [
"https://github.com/SheikhAnas999/Images_Merge_ComfyUI"
],
"install_type": "git-clone",
"description": "ComfyUI custom node that merges a batch of images into a single grid canvas."
},
{
"author": "r0zaic",
"title": "Reference Image Comparer",
"reference": "https://github.com/r0zaic/comfyui-reference-image-comparer",
"files": [
"https://github.com/r0zaic/comfyui-reference-image-comparer"
],
"install_type": "git-clone",
"description": "Compare your workflow's output against a fixed reference image with a hover swipe slider."
},
{
"author": "nkxx188",
"title": "ComfyUI Krea2 Style Transfer",
"reference": "https://github.com/jieg9341-lab/ComfyUI-Krea2-StyleTransfer",
"files": [
"https://github.com/jieg9341-lab/ComfyUI-Krea2-StyleTransfer"
],
"install_type": "git-clone",
"description": "Training-free Krea2 style reference nodes for ComfyUI, with LoRA-like single-image transfer, experimental two-reference blending, low content leakage, and preserved image quality."
},
{
"author": "fni8",
"title": "ComfyUI-fni8 (int8 dp4a / Volta)",
"reference": "https://github.com/jajmangold/ComfyUI-fni8",
"files": [
"https://github.com/jajmangold/ComfyUI-fni8"
],
"install_type": "git-clone",
"description": "int8 dp4a (sm_70/Volta) acceleration for diffusion DiTs in ComfyUI, over the fni8 kernels"
} }
] ]
} }
+91 -117
View File
@@ -523,6 +523,7 @@
"1hew_ImageAlphaJoin", "1hew_ImageAlphaJoin",
"1hew_ImageAlphaSplit", "1hew_ImageAlphaSplit",
"1hew_ImageBBoxOverlayByMask", "1hew_ImageBBoxOverlayByMask",
"1hew_ImageBWMatte",
"1hew_ImageBatchGroup", "1hew_ImageBatchGroup",
"1hew_ImageBatchIndex", "1hew_ImageBatchIndex",
"1hew_ImageBatchInterleave", "1hew_ImageBatchInterleave",
@@ -590,6 +591,7 @@
"1hew_MaskPasteByBBoxMask", "1hew_MaskPasteByBBoxMask",
"1hew_MaskRepeat", "1hew_MaskRepeat",
"1hew_MaskSeparate", "1hew_MaskSeparate",
"1hew_MaskStroke",
"1hew_MaskToBBoxMask", "1hew_MaskToBBoxMask",
"1hew_MaskToImage", "1hew_MaskToImage",
"1hew_MaskToSam3Box", "1hew_MaskToSam3Box",
@@ -926,10 +928,14 @@
"PDGeminiNanoBanana2", "PDGeminiNanoBanana2",
"PDGeminiProImageGenAPIKey", "PDGeminiProImageGenAPIKey",
"PDGeminiProImageGenAuthToken", "PDGeminiProImageGenAuthToken",
"PDKrea2ImageAPIKey",
"PDKrea2StyleReferenceAPIKey",
"PDOpenAIChatGPTAPIKey",
"PDOpenAIGPTImage2APIKey", "PDOpenAIGPTImage2APIKey",
"PDOpenAIGPTImage2AuthToken", "PDOpenAIGPTImage2AuthToken",
"PDOpenAIGPTImageAPIKey", "PDOpenAIGPTImageAPIKey",
"PDOpenAIGPTImageAuthToken", "PDOpenAIGPTImageAuthToken",
"PDSeedanceMiniTextToVideoAPIKey",
"PD_comfyplus_image" "PD_comfyplus_image"
], ],
{ {
@@ -2750,6 +2756,7 @@
], ],
"https://github.com/Alectriciti/comfyui-adaptiveprompts": [ "https://github.com/Alectriciti/comfyui-adaptiveprompts": [
[ [
"LoadLoraTags",
"NormalizeLoraTags", "NormalizeLoraTags",
"PromptAliasSwap", "PromptAliasSwap",
"PromptCleanup", "PromptCleanup",
@@ -2767,6 +2774,7 @@
"RandomIntegers", "RandomIntegers",
"SaveImageAndText", "SaveImageAndText",
"ScaledSeedGenerator", "ScaledSeedGenerator",
"SetPromptVariable",
"StringAppend3", "StringAppend3",
"StringAppend8", "StringAppend8",
"StringSplit", "StringSplit",
@@ -3419,6 +3427,7 @@
"AGSoft_Draw_Mask_On_Image", "AGSoft_Draw_Mask_On_Image",
"AGSoft_Empty_Latent", "AGSoft_Empty_Latent",
"AGSoft_Empty_Latent_Flux2", "AGSoft_Empty_Latent_Flux2",
"AGSoft_Empty_Latent_Krea2",
"AGSoft_Empty_Latent_QwenImage", "AGSoft_Empty_Latent_QwenImage",
"AGSoft_Image_Concatenate", "AGSoft_Image_Concatenate",
"AGSoft_Image_Concatenate_From_Batch", "AGSoft_Image_Concatenate_From_Batch",
@@ -3902,6 +3911,7 @@
"ECPrivateKey", "ECPrivateKey",
"ECPublicKey", "ECPublicKey",
"ECSign", "ECSign",
"ECVerify",
"EdDSAPrivateKeyFormat", "EdDSAPrivateKeyFormat",
"EdDSAPublicKeyFormat", "EdDSAPublicKeyFormat",
"EdDSASignature", "EdDSASignature",
@@ -3963,7 +3973,6 @@
"X963KDF_Derive", "X963KDF_Derive",
"X963KDF_Verify", "X963KDF_Verify",
"XExchange", "XExchange",
"XOFHash",
"XPrivateKeyFormat", "XPrivateKeyFormat",
"XPublicKeyFormat", "XPublicKeyFormat",
"Zigzag" "Zigzag"
@@ -12875,6 +12884,19 @@
"title_aux": "IMGLAB_ComfyUI" "title_aux": "IMGLAB_ComfyUI"
} }
], ],
"https://github.com/INuBq8/ComfyUI-MultiMaskOps": [
[
"MaskBatchToList",
"MaskDeduplicate",
"MaskExpandWithoutOverlap",
"MaskListToBatch",
"MaskPickByIndex",
"MaskSortByPosition"
],
{
"title_aux": "ComfyUI-MultiMaskOps"
}
],
"https://github.com/INuBq8/ComfyUI-NotificationBridge": [ "https://github.com/INuBq8/ComfyUI-NotificationBridge": [
[ [
"DiscordNotifyNode", "DiscordNotifyNode",
@@ -17422,6 +17444,7 @@
"https://github.com/Mister-Link/link-comfy-nodes": [ "https://github.com/Mister-Link/link-comfy-nodes": [
[ [
"Add Image to Batch", "Add Image to Batch",
"Apply Palette",
"Auto Cropper", "Auto Cropper",
"Average Mask Region Size", "Average Mask Region Size",
"BatchImageSave", "BatchImageSave",
@@ -17439,7 +17462,7 @@
"Load VACE Module", "Load VACE Module",
"Match Color Palette", "Match Color Palette",
"Native Wan Pose Strength", "Native Wan Pose Strength",
"Pixelation Dimensions", "Pixelate",
"Preview (webm)", "Preview (webm)",
"PreviewAsMarkdown", "PreviewAsMarkdown",
"PreviewImageAlpha", "PreviewImageAlpha",
@@ -22274,6 +22297,15 @@
"title_aux": "ComfyUI Timer Nodes" "title_aux": "ComfyUI Timer Nodes"
} }
], ],
"https://github.com/SheikhAnas999/Images_Merge_ComfyUI": [
[
"ImageGridMerger",
"ImageGridMergerFromFiles"
],
{
"title_aux": "Image Grid Merger"
}
],
"https://github.com/Shellishack/comfyui_remote_media_io": [ "https://github.com/Shellishack/comfyui_remote_media_io": [
[ [
"LoadRemoteAudio", "LoadRemoteAudio",
@@ -25051,15 +25083,18 @@
"TTP_Image_Tile_Batch", "TTP_Image_Tile_Batch",
"TTP_QwenVL3_Local_Loader_Experimental", "TTP_QwenVL3_Local_Loader_Experimental",
"TTP_Smart_Tile_Assemble_Experimental", "TTP_Smart_Tile_Assemble_Experimental",
"TTP_Smart_Tile_Composite_Override_Experimental",
"TTP_Smart_Tile_Image_Upscale_Prep_Experimental", "TTP_Smart_Tile_Image_Upscale_Prep_Experimental",
"TTP_Smart_Tile_Interactive_Crop_Experimental", "TTP_Smart_Tile_Interactive_Crop_Experimental",
"TTP_Smart_Tile_Loop_Collect_Experimental", "TTP_Smart_Tile_Loop_Collect_Experimental",
"TTP_Smart_Tile_Loop_Source_Experimental", "TTP_Smart_Tile_Loop_Source_Experimental",
"TTP_Smart_Tile_Output_Size_Estimate_Experimental", "TTP_Smart_Tile_Output_Size_Estimate_Experimental",
"TTP_Smart_Tile_Prompt_Override_Experimental",
"TTP_Smart_Tile_QwenVL_Prompt_Set_Builder_Experimental", "TTP_Smart_Tile_QwenVL_Prompt_Set_Builder_Experimental",
"TTP_Smart_Tile_Save_Final_Image_Experimental", "TTP_Smart_Tile_Save_Final_Image_Experimental",
"TTP_Smart_Tile_Semantic_Rank_Experimental", "TTP_Smart_Tile_Semantic_Rank_Experimental",
"TTP_Smart_Tile_Set_Preview_Experimental", "TTP_Smart_Tile_Set_Preview_Experimental",
"TTP_Smart_Tile_Stack_Order_Experimental",
"TTP_Tile_image_size", "TTP_Tile_image_size",
"TTP_condsetarea_merge", "TTP_condsetarea_merge",
"TTP_condsetarea_merge_test", "TTP_condsetarea_merge_test",
@@ -25735,112 +25770,6 @@
"title_aux": "ComfyUI-Dequality" "title_aux": "ComfyUI-Dequality"
} }
], ],
"https://github.com/Tr1dae/ComfyUI-EasyFilePaths": [
[
"AltFallbackCLIPLoader",
"AltFallbackCheckpointLoader",
"AltFallbackUNETLoader",
"AltFallbackVAELoader",
"CharacterLoraSelect",
"ChromaActionSelect",
"ConvertHEXToRGB",
"DepthAnything_V2",
"DepthAwareMaskGrow",
"DownloadAndLoadDepthAnythingV2Model",
"DynamicBypassController",
"DynamicBypassSelector",
"EasyArrayFilter",
"EasyBasicJsonExtractor",
"EasyBboxDetectorCombined",
"EasyBooleanConverter",
"EasyCLIPLoader",
"EasyCLIPLoaderGGUF",
"EasyCheckpointLoader",
"EasyCompare",
"EasyDecalComposition",
"EasyDualCLIPLoaderGGUF",
"EasyFileName",
"EasyFilmGrain",
"EasyFloatToInt",
"EasyForceClipDType",
"EasyForceModelDType",
"EasyGamma",
"EasyGetLine",
"EasyGrowMaskAndBlur",
"EasyImageBloomFilter",
"EasyImageCompare",
"EasyJSONJobImport",
"EasyJSONUpdate",
"EasyJsonExtractor",
"EasyJsonSaver",
"EasyLTXVAudioTextEncoderLoader",
"EasyLTXVAudioVAELoader",
"EasyLastImageCompare",
"EasyLoraLoader",
"EasyMaskDetector",
"EasyMathAdd",
"EasyMathMultiply",
"EasyMathSubtract",
"EasyNull",
"EasyPreviewWebP",
"EasyQuadrupleCLIPLoaderGGUF",
"EasyRandomLineJoin",
"EasyRandomLines",
"EasyResize",
"EasySegmDetectorCombined",
"EasyTemplateAny",
"EasyTripleCLIPLoaderGGUF",
"EasyUNETLoader",
"EasyUltralyticsDetectorProvider",
"EasyUnetLoaderGGUF",
"EasyUnetLoaderGGUFAdvanced",
"EasyVAELoader",
"EasyWardrobeInit",
"EasyWardrobeWriter",
"EasyYolov8Detection",
"EasyYolov8Segmentation",
"Easy_CustomNode_Apply",
"Easy_CustomNode_List",
"FreshYoloSegmentationMask",
"GeneralSwitch",
"HexColorInput",
"ImageSaveToPath",
"ImageSaveToPathwithCaption",
"LatentSwitch",
"LineCounter",
"LoadImageFromMatch",
"LoadImageFromPath",
"LoadImagesFromFolder",
"LoadRandomImageFromFolderPath",
"QwenActionSelect",
"RemoveNoiseMask",
"TileAssembly",
"TileBreak",
"UserSelect",
"WanActionSelect",
"easy_apply_latent_mask_safe",
"easy_base64_loader",
"easy_batch_enforcer",
"easy_cuda_flush",
"easy_image_failsafe_loader",
"easy_image_sanitize",
"easy_image_stats",
"easy_image_url",
"easy_latent_NaN_catcher",
"easy_latent_clamp",
"easy_latent_cpu_hop",
"easy_latent_normalize",
"easy_latent_sanitize",
"easy_mask_sanitize",
"easy_smartbypass",
"easy_vae_hard_reset",
"save_image_with_latent_and_metadata_webp",
"webp_latent_loader"
],
{
"title_aux": "ComfyUI-EasyFilePaths"
}
],
"https://github.com/Transhumai/ComfyUI-LegionPower": [ "https://github.com/Transhumai/ComfyUI-LegionPower": [
[ [
"LegionConfig", "LegionConfig",
@@ -30354,6 +30283,7 @@
"FrameRangedFaceLoader", "FrameRangedFaceLoader",
"LTXIdentityCAN", "LTXIdentityCAN",
"LTXIdentityGemmaVision", "LTXIdentityGemmaVision",
"LTXIdentityMultiAngle",
"LTXIdentityOverlapConditioning", "LTXIdentityOverlapConditioning",
"LTXIdentityTransfer", "LTXIdentityTransfer",
"LTXVApplyNeutralMask", "LTXVApplyNeutralMask",
@@ -36186,8 +36116,11 @@
"DinoGame", "DinoGame",
"DoomGame", "DoomGame",
"ExtractCharacterInfo", "ExtractCharacterInfo",
"GridLoraLoader",
"ImageGlitcher", "ImageGlitcher",
"ListLoraLoader",
"QueryLocalLLM", "QueryLocalLLM",
"ResolutionPicker",
"SdxlResolution", "SdxlResolution",
"SdxlResolutionToDimensions", "SdxlResolutionToDimensions",
"SnakeGame", "SnakeGame",
@@ -37596,6 +37529,7 @@
"TextEncodeQwenImageEditPlus", "TextEncodeQwenImageEditPlus",
"TextEncodeZImageOmni", "TextEncodeZImageOmni",
"TextGenerate", "TextGenerate",
"TextOverlay",
"TextProcessingNode", "TextProcessingNode",
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
@@ -41265,11 +41199,13 @@
"LoRAConflictEditor", "LoRAConflictEditor",
"LoRAEstimator", "LoRAEstimator",
"LoRAExtractFromModel", "LoRAExtractFromModel",
"LoRAInlineChainOptions",
"LoRAMergeFormula", "LoRAMergeFormula",
"LoRAMergeSelector", "LoRAMergeSelector",
"LoRAMergeSettings", "LoRAMergeSettings",
"LoRAMetadataReader", "LoRAMetadataReader",
"LoRAOptimizer", "LoRAOptimizer",
"LoRAOptimizerInline",
"LoRAOptimizerSettings", "LoRAOptimizerSettings",
"LoRAOptimizerSimple", "LoRAOptimizerSimple",
"LoRAStack", "LoRAStack",
@@ -46820,6 +46756,15 @@
"title_aux": "ComfyUI_Wan2_1_lora_trainer" "title_aux": "ComfyUI_Wan2_1_lora_trainer"
} }
], ],
"https://github.com/jajmangold/ComfyUI-fni8": [
[
"FNI8AttentionPatch",
"UnetLoaderFNI8"
],
{
"title_aux": "ComfyUI-fni8 (int8 dp4a / Volta)"
}
],
"https://github.com/jajos12/Comfyui-WanVideo-Context": [ "https://github.com/jajos12/Comfyui-WanVideo-Context": [
[ [
"WanVideoContextSelector" "WanVideoContextSelector"
@@ -47612,6 +47557,18 @@
"title_aux": "ComfyUI-WanPromptBuilder" "title_aux": "ComfyUI-WanPromptBuilder"
} }
], ],
"https://github.com/jieg9341-lab/ComfyUI-Krea2-StyleTransfer": [
[
"Krea2SizePreset",
"Krea2StyleReference",
"Krea2StyleTransfer",
"Krea2TwoStyleReferences",
"Krea2TwoStyleTransfer"
],
{
"title_aux": "ComfyUI Krea2 Style Transfer"
}
],
"https://github.com/jieg9341-lab/ComfyUI-SCAIL2-Easy": [ "https://github.com/jieg9341-lab/ComfyUI-SCAIL2-Easy": [
[ [
"SCAIL2FitVideo", "SCAIL2FitVideo",
@@ -49470,6 +49427,8 @@
"https://github.com/kgilper/krea-reference": [ "https://github.com/kgilper/krea-reference": [
[ [
"KGConditioningProbe", "KGConditioningProbe",
"KGKrea2ConceptSliderCardV1",
"KGKrea2ConceptSliderStackV1",
"KGKrea2ImageGuideCardV10", "KGKrea2ImageGuideCardV10",
"KGKrea2ImageGuideCardV9", "KGKrea2ImageGuideCardV9",
"KGTextEncodeKreaImageReferencesV10", "KGTextEncodeKreaImageReferencesV10",
@@ -58594,6 +58553,7 @@
"OreX_Scail", "OreX_Scail",
"orex Advanced Video Load", "orex Advanced Video Load",
"orex Audio load", "orex Audio load",
"orex Cip Text Encode",
"orex Crop", "orex Crop",
"orex Image Chunk Cut", "orex Image Chunk Cut",
"orex Image Chunk Stich", "orex Image Chunk Stich",
@@ -58602,6 +58562,7 @@
"orex Load Image", "orex Load Image",
"orex Load Image Batch", "orex Load Image Batch",
"orex Load Image Batch Size", "orex Load Image Batch Size",
"orex Lora Loader",
"orex Ollama", "orex Ollama",
"orex Ratio", "orex Ratio",
"orex Save Image", "orex Save Image",
@@ -60757,6 +60718,14 @@
"title_aux": "ComfyUI SmartLML" "title_aux": "ComfyUI SmartLML"
} }
], ],
"https://github.com/r0zaic/comfyui-reference-image-comparer": [
[
"ReferenceImageComparer"
],
{
"title_aux": "Reference Image Comparer"
}
],
"https://github.com/r3dsd/comfyui-template-loader": [ "https://github.com/r3dsd/comfyui-template-loader": [
[ [
"TemplateLoader" "TemplateLoader"
@@ -61746,6 +61715,7 @@
], ],
"https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [ "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [
[ [
"AdvancedStitcher",
"DuckDuckGoImageSearch", "DuckDuckGoImageSearch",
"ImageArray", "ImageArray",
"ImageEqualizer", "ImageEqualizer",
@@ -62012,11 +61982,13 @@
"https://github.com/rookiestar28/ComfyUI-OpenClaw": [ "https://github.com/rookiestar28/ComfyUI-OpenClaw": [
[ [
"CheckpointLoaderSimple", "CheckpointLoaderSimple",
"ColorAndBoxNode",
"KSampler", "KSampler",
"MoltbotBatchVariants", "MoltbotBatchVariants",
"MoltbotImageToPrompt", "MoltbotImageToPrompt",
"MoltbotPromptPlanner", "MoltbotPromptPlanner",
"MoltbotPromptRefiner" "MoltbotPromptRefiner",
"PromptMetadataNode"
], ],
{ {
"title_aux": "ComfyUI-OpenClaw" "title_aux": "ComfyUI-OpenClaw"
@@ -63785,6 +63757,14 @@
"title_aux": "ComfyUI-Angelo" "title_aux": "ComfyUI-Angelo"
} }
], ],
"https://github.com/shootthesound/ComfyUI-KreaReason": [
[
"KreaReason"
],
{
"title_aux": "Krea Reason"
}
],
"https://github.com/shootthesound/ComfyUI-SequentialImageLoader": [ "https://github.com/shootthesound/ComfyUI-SequentialImageLoader": [
[ [
"SequentialImageLoader" "SequentialImageLoader"
@@ -68481,6 +68461,8 @@
], ],
"https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [ "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [
[ [
"Krea2ControlNetLoraLoader",
"NunchakuQwenImageDiffsynthControlnet",
"NunchakuQwenImageLoraLoader", "NunchakuQwenImageLoraLoader",
"NunchakuQwenImageLoraStack" "NunchakuQwenImageLoraStack"
], ],
@@ -72809,14 +72791,6 @@
"title_aux": "ComfyUI_photomakerV2_native" "title_aux": "ComfyUI_photomakerV2_native"
} }
], ],
"https://github.com/zhangyi196/Comfyui_ToAPIs_nano_banana": [
[
"ToAPIGenNode"
],
{
"title_aux": "Comfyui_ToAPIs_nano_banana"
}
],
"https://github.com/zhaocaiji/ComfyUI-Mute-Switch": [ "https://github.com/zhaocaiji/ComfyUI-Mute-Switch": [
[ [
"MuteSwitch" "MuteSwitch"
+5585 -5565
View File
File diff suppressed because it is too large Load Diff
+16 -2
View File
@@ -2824,7 +2824,9 @@
"https://github.com/JosDigby/ComfyUI-DigbyTools": [ "https://github.com/JosDigby/ComfyUI-DigbyTools": [
[ [
"DigbyKeyframer", "DigbyKeyframer",
"DigbyLTXVLatentPrep" "DigbyKrea2Patch",
"DigbyLTXVLatentPrep",
"DigbyRange"
], ],
{ {
"title_aux": "ComfyUI-DigbyTools" "title_aux": "ComfyUI-DigbyTools"
@@ -5271,6 +5273,7 @@
"SDVN Apply Style Model", "SDVN Apply Style Model",
"SDVN Auto Generate", "SDVN Auto Generate",
"SDVN AutoSwitch", "SDVN AutoSwitch",
"SDVN Boogu Edit TextEncoder",
"SDVN Boolean", "SDVN Boolean",
"SDVN CLIP Download", "SDVN CLIP Download",
"SDVN CLIP Text Encode", "SDVN CLIP Text Encode",
@@ -8300,6 +8303,7 @@
"TextEncodeQwenImageEditPlus", "TextEncodeQwenImageEditPlus",
"TextEncodeZImageOmni", "TextEncodeZImageOmni",
"TextGenerate", "TextGenerate",
"TextOverlay",
"TextProcessingNode", "TextProcessingNode",
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
@@ -14215,6 +14219,8 @@
"ActionUnitDetection", "ActionUnitDetection",
"BorderMask", "BorderMask",
"BracketedTagIndexMerger", "BracketedTagIndexMerger",
"DanbooruFetcher",
"DarkRegionOverlay",
"DescriptionGen", "DescriptionGen",
"EmotiEffLibAnalysis", "EmotiEffLibAnalysis",
"EmotionAnalysis", "EmotionAnalysis",
@@ -14224,21 +14230,29 @@
"GrabberTagProcessor", "GrabberTagProcessor",
"HSEmotionAnalysis", "HSEmotionAnalysis",
"HighlightOverlay", "HighlightOverlay",
"ImageAnalyzer",
"ImageListConverter", "ImageListConverter",
"ImageResizer", "ImageResizer",
"ImageSelector", "ImageSelector",
"KeywordFilter", "KeywordFilter",
"KeywordFilterLoRA", "KeywordFilterLoRA",
"KeywordReverseFilter",
"MangaTextRemoval",
"MaskApplierAndCombiner", "MaskApplierAndCombiner",
"MaskBlackener", "MaskBlackener",
"MaskMerger", "MaskMerger",
"MaskProcessor", "MaskProcessor",
"MultiEngineEmotion", "MultiEngineEmotion",
"OutpaintingPreprocess",
"OutpaintingRemove",
"PixelCountScaler", "PixelCountScaler",
"PromptEnhanceSettings",
"PromptEnhancer",
"SaturationAdjuster", "SaturationAdjuster",
"SaveImageWebsocket", "SaveImageWebsocket",
"TagArrayToLines", "TagArrayToLines",
"TagIndexMerger" "TagIndexMerger",
"TextFileLineReader"
], ],
{ {
"title_aux": "Comfyui-RayNodes [WIP]" "title_aux": "Comfyui-RayNodes [WIP]"
+1272 -1272
View File
File diff suppressed because it is too large Load Diff
+20
View File
@@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Tr1dae",
"title": "ComfyUI-EasyFilePaths [REMOVED]",
"reference": "https://github.com/Tr1dae/ComfyUI-EasyFilePaths",
"files": [
"https://github.com/Tr1dae/ComfyUI-EasyFilePaths"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes that automatically populate dropdowns based on your folder structure and user configuration, making it easy to generate consistent file names."
},
{
"author": "zhangyi196",
"title": "Comfyui_ToAPIs_nano_banana [REMOVED]",
"reference": "https://github.com/zhangyi196/Comfyui_ToAPIs_nano_banana",
"files": [
"https://github.com/zhangyi196/Comfyui_ToAPIs_nano_banana"
],
"install_type": "git-clone",
"description": "Custom ComfyUI node for calling ToAPIs image generation interface with support for text-to-image and image-to-image operations. (Description by CC)"
},
{ {
"author": "GreenLandisaLie", "author": "GreenLandisaLie",
"title": "ComfyUI-Silver_Pack [REMOVED]", "title": "ComfyUI-Silver_Pack [REMOVED]",
+60
View File
@@ -1,5 +1,65 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "nkxx188",
"title": "ComfyUI Krea2 Style Transfer",
"reference": "https://github.com/jieg9341-lab/ComfyUI-Krea2-StyleTransfer",
"files": [
"https://github.com/jieg9341-lab/ComfyUI-Krea2-StyleTransfer"
],
"install_type": "git-clone",
"description": "Training-free Krea2 style reference nodes for ComfyUI, with LoRA-like single-image transfer, experimental two-reference blending, low content leakage, and preserved image quality."
},
{
"author": "r0zaic",
"title": "Reference Image Comparer",
"reference": "https://github.com/r0zaic/comfyui-reference-image-comparer",
"files": [
"https://github.com/r0zaic/comfyui-reference-image-comparer"
],
"install_type": "git-clone",
"description": "Compare your workflow's output against a fixed reference image with a hover swipe slider."
},
{
"author": "shootthesound",
"title": "Krea Reason",
"reference": "https://github.com/shootthesound/ComfyUI-KreaReason",
"files": [
"https://github.com/shootthesound/ComfyUI-KreaReason"
],
"install_type": "git-clone",
"description": "Reason-then-encode for Krea 2. The encoder's own Qwen3-VL rewrites your prompt into a richer one — or reads a reference image (describe → filter → combine) — before conditioning: a built-in prompt enhancer and language-level image reference, running on the exact model that conditions."
},
{
"author": "fni8",
"title": "ComfyUI-fni8 (int8 dp4a / Volta)",
"reference": "https://github.com/jajmangold/ComfyUI-fni8",
"files": [
"https://github.com/jajmangold/ComfyUI-fni8"
],
"install_type": "git-clone",
"description": "int8 dp4a (sm_70/Volta) acceleration for diffusion DiTs in ComfyUI, over the fni8 kernels"
},
{
"author": "inubq8",
"title": "ComfyUI-MultiMaskOps",
"reference": "https://github.com/INuBq8/ComfyUI-MultiMaskOps",
"files": [
"https://github.com/INuBq8/ComfyUI-MultiMaskOps"
],
"install_type": "git-clone",
"description": "A collection of ComfyUI nodes for working with multiple masks at once — sorting them by position, picking one out, removing duplicates, and expanding/feathering them without letting neighbours overlap."
},
{
"author": "SheikhAnas999",
"title": "Image Grid Merger",
"reference": "https://github.com/SheikhAnas999/Images_Merge_ComfyUI",
"files": [
"https://github.com/SheikhAnas999/Images_Merge_ComfyUI"
],
"install_type": "git-clone",
"description": "ComfyUI custom node that merges a batch of images into a single grid canvas."
},
{ {
"author": "younestft", "author": "younestft",
"title": "Comfy EverAnimate", "title": "Comfy EverAnimate",
+91 -117
View File
@@ -523,6 +523,7 @@
"1hew_ImageAlphaJoin", "1hew_ImageAlphaJoin",
"1hew_ImageAlphaSplit", "1hew_ImageAlphaSplit",
"1hew_ImageBBoxOverlayByMask", "1hew_ImageBBoxOverlayByMask",
"1hew_ImageBWMatte",
"1hew_ImageBatchGroup", "1hew_ImageBatchGroup",
"1hew_ImageBatchIndex", "1hew_ImageBatchIndex",
"1hew_ImageBatchInterleave", "1hew_ImageBatchInterleave",
@@ -590,6 +591,7 @@
"1hew_MaskPasteByBBoxMask", "1hew_MaskPasteByBBoxMask",
"1hew_MaskRepeat", "1hew_MaskRepeat",
"1hew_MaskSeparate", "1hew_MaskSeparate",
"1hew_MaskStroke",
"1hew_MaskToBBoxMask", "1hew_MaskToBBoxMask",
"1hew_MaskToImage", "1hew_MaskToImage",
"1hew_MaskToSam3Box", "1hew_MaskToSam3Box",
@@ -926,10 +928,14 @@
"PDGeminiNanoBanana2", "PDGeminiNanoBanana2",
"PDGeminiProImageGenAPIKey", "PDGeminiProImageGenAPIKey",
"PDGeminiProImageGenAuthToken", "PDGeminiProImageGenAuthToken",
"PDKrea2ImageAPIKey",
"PDKrea2StyleReferenceAPIKey",
"PDOpenAIChatGPTAPIKey",
"PDOpenAIGPTImage2APIKey", "PDOpenAIGPTImage2APIKey",
"PDOpenAIGPTImage2AuthToken", "PDOpenAIGPTImage2AuthToken",
"PDOpenAIGPTImageAPIKey", "PDOpenAIGPTImageAPIKey",
"PDOpenAIGPTImageAuthToken", "PDOpenAIGPTImageAuthToken",
"PDSeedanceMiniTextToVideoAPIKey",
"PD_comfyplus_image" "PD_comfyplus_image"
], ],
{ {
@@ -2750,6 +2756,7 @@
], ],
"https://github.com/Alectriciti/comfyui-adaptiveprompts": [ "https://github.com/Alectriciti/comfyui-adaptiveprompts": [
[ [
"LoadLoraTags",
"NormalizeLoraTags", "NormalizeLoraTags",
"PromptAliasSwap", "PromptAliasSwap",
"PromptCleanup", "PromptCleanup",
@@ -2767,6 +2774,7 @@
"RandomIntegers", "RandomIntegers",
"SaveImageAndText", "SaveImageAndText",
"ScaledSeedGenerator", "ScaledSeedGenerator",
"SetPromptVariable",
"StringAppend3", "StringAppend3",
"StringAppend8", "StringAppend8",
"StringSplit", "StringSplit",
@@ -3419,6 +3427,7 @@
"AGSoft_Draw_Mask_On_Image", "AGSoft_Draw_Mask_On_Image",
"AGSoft_Empty_Latent", "AGSoft_Empty_Latent",
"AGSoft_Empty_Latent_Flux2", "AGSoft_Empty_Latent_Flux2",
"AGSoft_Empty_Latent_Krea2",
"AGSoft_Empty_Latent_QwenImage", "AGSoft_Empty_Latent_QwenImage",
"AGSoft_Image_Concatenate", "AGSoft_Image_Concatenate",
"AGSoft_Image_Concatenate_From_Batch", "AGSoft_Image_Concatenate_From_Batch",
@@ -3902,6 +3911,7 @@
"ECPrivateKey", "ECPrivateKey",
"ECPublicKey", "ECPublicKey",
"ECSign", "ECSign",
"ECVerify",
"EdDSAPrivateKeyFormat", "EdDSAPrivateKeyFormat",
"EdDSAPublicKeyFormat", "EdDSAPublicKeyFormat",
"EdDSASignature", "EdDSASignature",
@@ -3963,7 +3973,6 @@
"X963KDF_Derive", "X963KDF_Derive",
"X963KDF_Verify", "X963KDF_Verify",
"XExchange", "XExchange",
"XOFHash",
"XPrivateKeyFormat", "XPrivateKeyFormat",
"XPublicKeyFormat", "XPublicKeyFormat",
"Zigzag" "Zigzag"
@@ -12875,6 +12884,19 @@
"title_aux": "IMGLAB_ComfyUI" "title_aux": "IMGLAB_ComfyUI"
} }
], ],
"https://github.com/INuBq8/ComfyUI-MultiMaskOps": [
[
"MaskBatchToList",
"MaskDeduplicate",
"MaskExpandWithoutOverlap",
"MaskListToBatch",
"MaskPickByIndex",
"MaskSortByPosition"
],
{
"title_aux": "ComfyUI-MultiMaskOps"
}
],
"https://github.com/INuBq8/ComfyUI-NotificationBridge": [ "https://github.com/INuBq8/ComfyUI-NotificationBridge": [
[ [
"DiscordNotifyNode", "DiscordNotifyNode",
@@ -17422,6 +17444,7 @@
"https://github.com/Mister-Link/link-comfy-nodes": [ "https://github.com/Mister-Link/link-comfy-nodes": [
[ [
"Add Image to Batch", "Add Image to Batch",
"Apply Palette",
"Auto Cropper", "Auto Cropper",
"Average Mask Region Size", "Average Mask Region Size",
"BatchImageSave", "BatchImageSave",
@@ -17439,7 +17462,7 @@
"Load VACE Module", "Load VACE Module",
"Match Color Palette", "Match Color Palette",
"Native Wan Pose Strength", "Native Wan Pose Strength",
"Pixelation Dimensions", "Pixelate",
"Preview (webm)", "Preview (webm)",
"PreviewAsMarkdown", "PreviewAsMarkdown",
"PreviewImageAlpha", "PreviewImageAlpha",
@@ -22274,6 +22297,15 @@
"title_aux": "ComfyUI Timer Nodes" "title_aux": "ComfyUI Timer Nodes"
} }
], ],
"https://github.com/SheikhAnas999/Images_Merge_ComfyUI": [
[
"ImageGridMerger",
"ImageGridMergerFromFiles"
],
{
"title_aux": "Image Grid Merger"
}
],
"https://github.com/Shellishack/comfyui_remote_media_io": [ "https://github.com/Shellishack/comfyui_remote_media_io": [
[ [
"LoadRemoteAudio", "LoadRemoteAudio",
@@ -25051,15 +25083,18 @@
"TTP_Image_Tile_Batch", "TTP_Image_Tile_Batch",
"TTP_QwenVL3_Local_Loader_Experimental", "TTP_QwenVL3_Local_Loader_Experimental",
"TTP_Smart_Tile_Assemble_Experimental", "TTP_Smart_Tile_Assemble_Experimental",
"TTP_Smart_Tile_Composite_Override_Experimental",
"TTP_Smart_Tile_Image_Upscale_Prep_Experimental", "TTP_Smart_Tile_Image_Upscale_Prep_Experimental",
"TTP_Smart_Tile_Interactive_Crop_Experimental", "TTP_Smart_Tile_Interactive_Crop_Experimental",
"TTP_Smart_Tile_Loop_Collect_Experimental", "TTP_Smart_Tile_Loop_Collect_Experimental",
"TTP_Smart_Tile_Loop_Source_Experimental", "TTP_Smart_Tile_Loop_Source_Experimental",
"TTP_Smart_Tile_Output_Size_Estimate_Experimental", "TTP_Smart_Tile_Output_Size_Estimate_Experimental",
"TTP_Smart_Tile_Prompt_Override_Experimental",
"TTP_Smart_Tile_QwenVL_Prompt_Set_Builder_Experimental", "TTP_Smart_Tile_QwenVL_Prompt_Set_Builder_Experimental",
"TTP_Smart_Tile_Save_Final_Image_Experimental", "TTP_Smart_Tile_Save_Final_Image_Experimental",
"TTP_Smart_Tile_Semantic_Rank_Experimental", "TTP_Smart_Tile_Semantic_Rank_Experimental",
"TTP_Smart_Tile_Set_Preview_Experimental", "TTP_Smart_Tile_Set_Preview_Experimental",
"TTP_Smart_Tile_Stack_Order_Experimental",
"TTP_Tile_image_size", "TTP_Tile_image_size",
"TTP_condsetarea_merge", "TTP_condsetarea_merge",
"TTP_condsetarea_merge_test", "TTP_condsetarea_merge_test",
@@ -25735,112 +25770,6 @@
"title_aux": "ComfyUI-Dequality" "title_aux": "ComfyUI-Dequality"
} }
], ],
"https://github.com/Tr1dae/ComfyUI-EasyFilePaths": [
[
"AltFallbackCLIPLoader",
"AltFallbackCheckpointLoader",
"AltFallbackUNETLoader",
"AltFallbackVAELoader",
"CharacterLoraSelect",
"ChromaActionSelect",
"ConvertHEXToRGB",
"DepthAnything_V2",
"DepthAwareMaskGrow",
"DownloadAndLoadDepthAnythingV2Model",
"DynamicBypassController",
"DynamicBypassSelector",
"EasyArrayFilter",
"EasyBasicJsonExtractor",
"EasyBboxDetectorCombined",
"EasyBooleanConverter",
"EasyCLIPLoader",
"EasyCLIPLoaderGGUF",
"EasyCheckpointLoader",
"EasyCompare",
"EasyDecalComposition",
"EasyDualCLIPLoaderGGUF",
"EasyFileName",
"EasyFilmGrain",
"EasyFloatToInt",
"EasyForceClipDType",
"EasyForceModelDType",
"EasyGamma",
"EasyGetLine",
"EasyGrowMaskAndBlur",
"EasyImageBloomFilter",
"EasyImageCompare",
"EasyJSONJobImport",
"EasyJSONUpdate",
"EasyJsonExtractor",
"EasyJsonSaver",
"EasyLTXVAudioTextEncoderLoader",
"EasyLTXVAudioVAELoader",
"EasyLastImageCompare",
"EasyLoraLoader",
"EasyMaskDetector",
"EasyMathAdd",
"EasyMathMultiply",
"EasyMathSubtract",
"EasyNull",
"EasyPreviewWebP",
"EasyQuadrupleCLIPLoaderGGUF",
"EasyRandomLineJoin",
"EasyRandomLines",
"EasyResize",
"EasySegmDetectorCombined",
"EasyTemplateAny",
"EasyTripleCLIPLoaderGGUF",
"EasyUNETLoader",
"EasyUltralyticsDetectorProvider",
"EasyUnetLoaderGGUF",
"EasyUnetLoaderGGUFAdvanced",
"EasyVAELoader",
"EasyWardrobeInit",
"EasyWardrobeWriter",
"EasyYolov8Detection",
"EasyYolov8Segmentation",
"Easy_CustomNode_Apply",
"Easy_CustomNode_List",
"FreshYoloSegmentationMask",
"GeneralSwitch",
"HexColorInput",
"ImageSaveToPath",
"ImageSaveToPathwithCaption",
"LatentSwitch",
"LineCounter",
"LoadImageFromMatch",
"LoadImageFromPath",
"LoadImagesFromFolder",
"LoadRandomImageFromFolderPath",
"QwenActionSelect",
"RemoveNoiseMask",
"TileAssembly",
"TileBreak",
"UserSelect",
"WanActionSelect",
"easy_apply_latent_mask_safe",
"easy_base64_loader",
"easy_batch_enforcer",
"easy_cuda_flush",
"easy_image_failsafe_loader",
"easy_image_sanitize",
"easy_image_stats",
"easy_image_url",
"easy_latent_NaN_catcher",
"easy_latent_clamp",
"easy_latent_cpu_hop",
"easy_latent_normalize",
"easy_latent_sanitize",
"easy_mask_sanitize",
"easy_smartbypass",
"easy_vae_hard_reset",
"save_image_with_latent_and_metadata_webp",
"webp_latent_loader"
],
{
"title_aux": "ComfyUI-EasyFilePaths"
}
],
"https://github.com/Transhumai/ComfyUI-LegionPower": [ "https://github.com/Transhumai/ComfyUI-LegionPower": [
[ [
"LegionConfig", "LegionConfig",
@@ -30354,6 +30283,7 @@
"FrameRangedFaceLoader", "FrameRangedFaceLoader",
"LTXIdentityCAN", "LTXIdentityCAN",
"LTXIdentityGemmaVision", "LTXIdentityGemmaVision",
"LTXIdentityMultiAngle",
"LTXIdentityOverlapConditioning", "LTXIdentityOverlapConditioning",
"LTXIdentityTransfer", "LTXIdentityTransfer",
"LTXVApplyNeutralMask", "LTXVApplyNeutralMask",
@@ -36186,8 +36116,11 @@
"DinoGame", "DinoGame",
"DoomGame", "DoomGame",
"ExtractCharacterInfo", "ExtractCharacterInfo",
"GridLoraLoader",
"ImageGlitcher", "ImageGlitcher",
"ListLoraLoader",
"QueryLocalLLM", "QueryLocalLLM",
"ResolutionPicker",
"SdxlResolution", "SdxlResolution",
"SdxlResolutionToDimensions", "SdxlResolutionToDimensions",
"SnakeGame", "SnakeGame",
@@ -37596,6 +37529,7 @@
"TextEncodeQwenImageEditPlus", "TextEncodeQwenImageEditPlus",
"TextEncodeZImageOmni", "TextEncodeZImageOmni",
"TextGenerate", "TextGenerate",
"TextOverlay",
"TextProcessingNode", "TextProcessingNode",
"ThresholdMask", "ThresholdMask",
"TomePatchModel", "TomePatchModel",
@@ -41265,11 +41199,13 @@
"LoRAConflictEditor", "LoRAConflictEditor",
"LoRAEstimator", "LoRAEstimator",
"LoRAExtractFromModel", "LoRAExtractFromModel",
"LoRAInlineChainOptions",
"LoRAMergeFormula", "LoRAMergeFormula",
"LoRAMergeSelector", "LoRAMergeSelector",
"LoRAMergeSettings", "LoRAMergeSettings",
"LoRAMetadataReader", "LoRAMetadataReader",
"LoRAOptimizer", "LoRAOptimizer",
"LoRAOptimizerInline",
"LoRAOptimizerSettings", "LoRAOptimizerSettings",
"LoRAOptimizerSimple", "LoRAOptimizerSimple",
"LoRAStack", "LoRAStack",
@@ -46820,6 +46756,15 @@
"title_aux": "ComfyUI_Wan2_1_lora_trainer" "title_aux": "ComfyUI_Wan2_1_lora_trainer"
} }
], ],
"https://github.com/jajmangold/ComfyUI-fni8": [
[
"FNI8AttentionPatch",
"UnetLoaderFNI8"
],
{
"title_aux": "ComfyUI-fni8 (int8 dp4a / Volta)"
}
],
"https://github.com/jajos12/Comfyui-WanVideo-Context": [ "https://github.com/jajos12/Comfyui-WanVideo-Context": [
[ [
"WanVideoContextSelector" "WanVideoContextSelector"
@@ -47612,6 +47557,18 @@
"title_aux": "ComfyUI-WanPromptBuilder" "title_aux": "ComfyUI-WanPromptBuilder"
} }
], ],
"https://github.com/jieg9341-lab/ComfyUI-Krea2-StyleTransfer": [
[
"Krea2SizePreset",
"Krea2StyleReference",
"Krea2StyleTransfer",
"Krea2TwoStyleReferences",
"Krea2TwoStyleTransfer"
],
{
"title_aux": "ComfyUI Krea2 Style Transfer"
}
],
"https://github.com/jieg9341-lab/ComfyUI-SCAIL2-Easy": [ "https://github.com/jieg9341-lab/ComfyUI-SCAIL2-Easy": [
[ [
"SCAIL2FitVideo", "SCAIL2FitVideo",
@@ -49470,6 +49427,8 @@
"https://github.com/kgilper/krea-reference": [ "https://github.com/kgilper/krea-reference": [
[ [
"KGConditioningProbe", "KGConditioningProbe",
"KGKrea2ConceptSliderCardV1",
"KGKrea2ConceptSliderStackV1",
"KGKrea2ImageGuideCardV10", "KGKrea2ImageGuideCardV10",
"KGKrea2ImageGuideCardV9", "KGKrea2ImageGuideCardV9",
"KGTextEncodeKreaImageReferencesV10", "KGTextEncodeKreaImageReferencesV10",
@@ -58594,6 +58553,7 @@
"OreX_Scail", "OreX_Scail",
"orex Advanced Video Load", "orex Advanced Video Load",
"orex Audio load", "orex Audio load",
"orex Cip Text Encode",
"orex Crop", "orex Crop",
"orex Image Chunk Cut", "orex Image Chunk Cut",
"orex Image Chunk Stich", "orex Image Chunk Stich",
@@ -58602,6 +58562,7 @@
"orex Load Image", "orex Load Image",
"orex Load Image Batch", "orex Load Image Batch",
"orex Load Image Batch Size", "orex Load Image Batch Size",
"orex Lora Loader",
"orex Ollama", "orex Ollama",
"orex Ratio", "orex Ratio",
"orex Save Image", "orex Save Image",
@@ -60757,6 +60718,14 @@
"title_aux": "ComfyUI SmartLML" "title_aux": "ComfyUI SmartLML"
} }
], ],
"https://github.com/r0zaic/comfyui-reference-image-comparer": [
[
"ReferenceImageComparer"
],
{
"title_aux": "Reference Image Comparer"
}
],
"https://github.com/r3dsd/comfyui-template-loader": [ "https://github.com/r3dsd/comfyui-template-loader": [
[ [
"TemplateLoader" "TemplateLoader"
@@ -61746,6 +61715,7 @@
], ],
"https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [ "https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [
[ [
"AdvancedStitcher",
"DuckDuckGoImageSearch", "DuckDuckGoImageSearch",
"ImageArray", "ImageArray",
"ImageEqualizer", "ImageEqualizer",
@@ -62012,11 +61982,13 @@
"https://github.com/rookiestar28/ComfyUI-OpenClaw": [ "https://github.com/rookiestar28/ComfyUI-OpenClaw": [
[ [
"CheckpointLoaderSimple", "CheckpointLoaderSimple",
"ColorAndBoxNode",
"KSampler", "KSampler",
"MoltbotBatchVariants", "MoltbotBatchVariants",
"MoltbotImageToPrompt", "MoltbotImageToPrompt",
"MoltbotPromptPlanner", "MoltbotPromptPlanner",
"MoltbotPromptRefiner" "MoltbotPromptRefiner",
"PromptMetadataNode"
], ],
{ {
"title_aux": "ComfyUI-OpenClaw" "title_aux": "ComfyUI-OpenClaw"
@@ -63785,6 +63757,14 @@
"title_aux": "ComfyUI-Angelo" "title_aux": "ComfyUI-Angelo"
} }
], ],
"https://github.com/shootthesound/ComfyUI-KreaReason": [
[
"KreaReason"
],
{
"title_aux": "Krea Reason"
}
],
"https://github.com/shootthesound/ComfyUI-SequentialImageLoader": [ "https://github.com/shootthesound/ComfyUI-SequentialImageLoader": [
[ [
"SequentialImageLoader" "SequentialImageLoader"
@@ -68481,6 +68461,8 @@
], ],
"https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [ "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [
[ [
"Krea2ControlNetLoraLoader",
"NunchakuQwenImageDiffsynthControlnet",
"NunchakuQwenImageLoraLoader", "NunchakuQwenImageLoraLoader",
"NunchakuQwenImageLoraStack" "NunchakuQwenImageLoraStack"
], ],
@@ -72809,14 +72791,6 @@
"title_aux": "ComfyUI_photomakerV2_native" "title_aux": "ComfyUI_photomakerV2_native"
} }
], ],
"https://github.com/zhangyi196/Comfyui_ToAPIs_nano_banana": [
[
"ToAPIGenNode"
],
{
"title_aux": "Comfyui_ToAPIs_nano_banana"
}
],
"https://github.com/zhaocaiji/ComfyUI-Mute-Switch": [ "https://github.com/zhaocaiji/ComfyUI-Mute-Switch": [
[ [
"MuteSwitch" "MuteSwitch"