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
+16 -2
View File
@@ -2824,7 +2824,9 @@
"https://github.com/JosDigby/ComfyUI-DigbyTools": [
[
"DigbyKeyframer",
"DigbyLTXVLatentPrep"
"DigbyKrea2Patch",
"DigbyLTXVLatentPrep",
"DigbyRange"
],
{
"title_aux": "ComfyUI-DigbyTools"
@@ -5271,6 +5273,7 @@
"SDVN Apply Style Model",
"SDVN Auto Generate",
"SDVN AutoSwitch",
"SDVN Boogu Edit TextEncoder",
"SDVN Boolean",
"SDVN CLIP Download",
"SDVN CLIP Text Encode",
@@ -8300,6 +8303,7 @@
"TextEncodeQwenImageEditPlus",
"TextEncodeZImageOmni",
"TextGenerate",
"TextOverlay",
"TextProcessingNode",
"ThresholdMask",
"TomePatchModel",
@@ -14215,6 +14219,8 @@
"ActionUnitDetection",
"BorderMask",
"BracketedTagIndexMerger",
"DanbooruFetcher",
"DarkRegionOverlay",
"DescriptionGen",
"EmotiEffLibAnalysis",
"EmotionAnalysis",
@@ -14224,21 +14230,29 @@
"GrabberTagProcessor",
"HSEmotionAnalysis",
"HighlightOverlay",
"ImageAnalyzer",
"ImageListConverter",
"ImageResizer",
"ImageSelector",
"KeywordFilter",
"KeywordFilterLoRA",
"KeywordReverseFilter",
"MangaTextRemoval",
"MaskApplierAndCombiner",
"MaskBlackener",
"MaskMerger",
"MaskProcessor",
"MultiEngineEmotion",
"OutpaintingPreprocess",
"OutpaintingRemove",
"PixelCountScaler",
"PromptEnhanceSettings",
"PromptEnhancer",
"SaturationAdjuster",
"SaveImageWebsocket",
"TagArrayToLines",
"TagIndexMerger"
"TagIndexMerger",
"TextFileLineReader"
],
{
"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": [
{
"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",
"title": "ComfyUI-Silver_Pack [REMOVED]",
+60
View File
@@ -1,5 +1,65 @@
{
"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",
"title": "Comfy EverAnimate",
+91 -117
View File
@@ -523,6 +523,7 @@
"1hew_ImageAlphaJoin",
"1hew_ImageAlphaSplit",
"1hew_ImageBBoxOverlayByMask",
"1hew_ImageBWMatte",
"1hew_ImageBatchGroup",
"1hew_ImageBatchIndex",
"1hew_ImageBatchInterleave",
@@ -590,6 +591,7 @@
"1hew_MaskPasteByBBoxMask",
"1hew_MaskRepeat",
"1hew_MaskSeparate",
"1hew_MaskStroke",
"1hew_MaskToBBoxMask",
"1hew_MaskToImage",
"1hew_MaskToSam3Box",
@@ -926,10 +928,14 @@
"PDGeminiNanoBanana2",
"PDGeminiProImageGenAPIKey",
"PDGeminiProImageGenAuthToken",
"PDKrea2ImageAPIKey",
"PDKrea2StyleReferenceAPIKey",
"PDOpenAIChatGPTAPIKey",
"PDOpenAIGPTImage2APIKey",
"PDOpenAIGPTImage2AuthToken",
"PDOpenAIGPTImageAPIKey",
"PDOpenAIGPTImageAuthToken",
"PDSeedanceMiniTextToVideoAPIKey",
"PD_comfyplus_image"
],
{
@@ -2750,6 +2756,7 @@
],
"https://github.com/Alectriciti/comfyui-adaptiveprompts": [
[
"LoadLoraTags",
"NormalizeLoraTags",
"PromptAliasSwap",
"PromptCleanup",
@@ -2767,6 +2774,7 @@
"RandomIntegers",
"SaveImageAndText",
"ScaledSeedGenerator",
"SetPromptVariable",
"StringAppend3",
"StringAppend8",
"StringSplit",
@@ -3419,6 +3427,7 @@
"AGSoft_Draw_Mask_On_Image",
"AGSoft_Empty_Latent",
"AGSoft_Empty_Latent_Flux2",
"AGSoft_Empty_Latent_Krea2",
"AGSoft_Empty_Latent_QwenImage",
"AGSoft_Image_Concatenate",
"AGSoft_Image_Concatenate_From_Batch",
@@ -3902,6 +3911,7 @@
"ECPrivateKey",
"ECPublicKey",
"ECSign",
"ECVerify",
"EdDSAPrivateKeyFormat",
"EdDSAPublicKeyFormat",
"EdDSASignature",
@@ -3963,7 +3973,6 @@
"X963KDF_Derive",
"X963KDF_Verify",
"XExchange",
"XOFHash",
"XPrivateKeyFormat",
"XPublicKeyFormat",
"Zigzag"
@@ -12875,6 +12884,19 @@
"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": [
[
"DiscordNotifyNode",
@@ -17422,6 +17444,7 @@
"https://github.com/Mister-Link/link-comfy-nodes": [
[
"Add Image to Batch",
"Apply Palette",
"Auto Cropper",
"Average Mask Region Size",
"BatchImageSave",
@@ -17439,7 +17462,7 @@
"Load VACE Module",
"Match Color Palette",
"Native Wan Pose Strength",
"Pixelation Dimensions",
"Pixelate",
"Preview (webm)",
"PreviewAsMarkdown",
"PreviewImageAlpha",
@@ -22274,6 +22297,15 @@
"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": [
[
"LoadRemoteAudio",
@@ -25051,15 +25083,18 @@
"TTP_Image_Tile_Batch",
"TTP_QwenVL3_Local_Loader_Experimental",
"TTP_Smart_Tile_Assemble_Experimental",
"TTP_Smart_Tile_Composite_Override_Experimental",
"TTP_Smart_Tile_Image_Upscale_Prep_Experimental",
"TTP_Smart_Tile_Interactive_Crop_Experimental",
"TTP_Smart_Tile_Loop_Collect_Experimental",
"TTP_Smart_Tile_Loop_Source_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_Save_Final_Image_Experimental",
"TTP_Smart_Tile_Semantic_Rank_Experimental",
"TTP_Smart_Tile_Set_Preview_Experimental",
"TTP_Smart_Tile_Stack_Order_Experimental",
"TTP_Tile_image_size",
"TTP_condsetarea_merge",
"TTP_condsetarea_merge_test",
@@ -25735,112 +25770,6 @@
"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": [
[
"LegionConfig",
@@ -30354,6 +30283,7 @@
"FrameRangedFaceLoader",
"LTXIdentityCAN",
"LTXIdentityGemmaVision",
"LTXIdentityMultiAngle",
"LTXIdentityOverlapConditioning",
"LTXIdentityTransfer",
"LTXVApplyNeutralMask",
@@ -36186,8 +36116,11 @@
"DinoGame",
"DoomGame",
"ExtractCharacterInfo",
"GridLoraLoader",
"ImageGlitcher",
"ListLoraLoader",
"QueryLocalLLM",
"ResolutionPicker",
"SdxlResolution",
"SdxlResolutionToDimensions",
"SnakeGame",
@@ -37596,6 +37529,7 @@
"TextEncodeQwenImageEditPlus",
"TextEncodeZImageOmni",
"TextGenerate",
"TextOverlay",
"TextProcessingNode",
"ThresholdMask",
"TomePatchModel",
@@ -41265,11 +41199,13 @@
"LoRAConflictEditor",
"LoRAEstimator",
"LoRAExtractFromModel",
"LoRAInlineChainOptions",
"LoRAMergeFormula",
"LoRAMergeSelector",
"LoRAMergeSettings",
"LoRAMetadataReader",
"LoRAOptimizer",
"LoRAOptimizerInline",
"LoRAOptimizerSettings",
"LoRAOptimizerSimple",
"LoRAStack",
@@ -46820,6 +46756,15 @@
"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": [
[
"WanVideoContextSelector"
@@ -47612,6 +47557,18 @@
"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": [
[
"SCAIL2FitVideo",
@@ -49470,6 +49427,8 @@
"https://github.com/kgilper/krea-reference": [
[
"KGConditioningProbe",
"KGKrea2ConceptSliderCardV1",
"KGKrea2ConceptSliderStackV1",
"KGKrea2ImageGuideCardV10",
"KGKrea2ImageGuideCardV9",
"KGTextEncodeKreaImageReferencesV10",
@@ -58594,6 +58553,7 @@
"OreX_Scail",
"orex Advanced Video Load",
"orex Audio load",
"orex Cip Text Encode",
"orex Crop",
"orex Image Chunk Cut",
"orex Image Chunk Stich",
@@ -58602,6 +58562,7 @@
"orex Load Image",
"orex Load Image Batch",
"orex Load Image Batch Size",
"orex Lora Loader",
"orex Ollama",
"orex Ratio",
"orex Save Image",
@@ -60757,6 +60718,14 @@
"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": [
[
"TemplateLoader"
@@ -61746,6 +61715,7 @@
],
"https://github.com/rjgoif/ComfyUI-Img-Label-Tools": [
[
"AdvancedStitcher",
"DuckDuckGoImageSearch",
"ImageArray",
"ImageEqualizer",
@@ -62012,11 +61982,13 @@
"https://github.com/rookiestar28/ComfyUI-OpenClaw": [
[
"CheckpointLoaderSimple",
"ColorAndBoxNode",
"KSampler",
"MoltbotBatchVariants",
"MoltbotImageToPrompt",
"MoltbotPromptPlanner",
"MoltbotPromptRefiner"
"MoltbotPromptRefiner",
"PromptMetadataNode"
],
{
"title_aux": "ComfyUI-OpenClaw"
@@ -63785,6 +63757,14 @@
"title_aux": "ComfyUI-Angelo"
}
],
"https://github.com/shootthesound/ComfyUI-KreaReason": [
[
"KreaReason"
],
{
"title_aux": "Krea Reason"
}
],
"https://github.com/shootthesound/ComfyUI-SequentialImageLoader": [
[
"SequentialImageLoader"
@@ -68481,6 +68461,8 @@
],
"https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": [
[
"Krea2ControlNetLoraLoader",
"NunchakuQwenImageDiffsynthControlnet",
"NunchakuQwenImageLoraLoader",
"NunchakuQwenImageLoraStack"
],
@@ -72809,14 +72791,6 @@
"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": [
[
"MuteSwitch"