mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-10 14:10:49 +08:00
update DB
This commit is contained in:
parent
e3926863b1
commit
bee0726c14
@ -36124,12 +36124,13 @@
|
|||||||
{
|
{
|
||||||
"author": "IXIWORKS-KIMJUNGHO",
|
"author": "IXIWORKS-KIMJUNGHO",
|
||||||
"title": "ComfyUI-VideoDescription",
|
"title": "ComfyUI-VideoDescription",
|
||||||
|
"id": "comfyui-videodescription",
|
||||||
"reference": "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription",
|
"reference": "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription"
|
"https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Video description custom nodes for ComfyUI powered by advanced vision-language models."
|
"description": "Video description nodes using Qwen3-VL and NVIDIA DAM models, plus StoryBoard JSON prompt generation nodes for structured scene and character prompts."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "pacchikAI",
|
"author": "pacchikAI",
|
||||||
@ -40041,16 +40042,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes to clean up your workflow."
|
"description": "Nodes to clean up your workflow."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "Rhovanx",
|
"author": "Rhovanx",
|
||||||
"title": "Wan Vace Auto Joiner",
|
"title": "Wan Vace Auto Joiner",
|
||||||
"reference": "https://github.com/Rhovanx/wan_vace_auto_joiner",
|
"reference": "https://github.com/Rhovanx/wan_vace_auto_joiner",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/Rhovanx/wan_vace_auto_joiner"
|
"https://github.com/Rhovanx/wan_vace_auto_joiner"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Seamlessly join multiple video clips using WAN VACE with one click."
|
"description": "Seamlessly join multiple video clips using WAN VACE with one click."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "ZUENS2020",
|
"author": "ZUENS2020",
|
||||||
"title": "ComfyUI Gemini LiteLLM Nodes",
|
"title": "ComfyUI Gemini LiteLLM Nodes",
|
||||||
@ -40062,6 +40063,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Gemini chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies."
|
"description": "Gemini chat and image generation via LiteLLM. Multimodal support with multiple reference images. Precise control over image resolution (1K/2K/4K) and aspect ratio (1:1, 16:9, 4:3, 9:16, 3:4). Temperature control (0-1). Zero external dependencies."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "stuttlepress",
|
||||||
|
"title": "ComfyUI Wan VACE Prep",
|
||||||
|
"reference": "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI node that generates a VACE control video and mask for a smooth transition between two videos"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -40468,14 +40479,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
}
|
||||||
{
|
|
||||||
"author": "stuttlepress",
|
|
||||||
"title": "ComfyUI Wan VACE Prep",
|
|
||||||
"reference": "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep",
|
|
||||||
"files": ["https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep"],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A ComfyUI node that generates a VACE control video and mask for a smooth transition between two videos"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -180,21 +180,26 @@
|
|||||||
"AILab_ImageCompare",
|
"AILab_ImageCompare",
|
||||||
"AILab_ImageCrop",
|
"AILab_ImageCrop",
|
||||||
"AILab_ImageMaskConvert",
|
"AILab_ImageMaskConvert",
|
||||||
"AILab_ImageMaskResize",
|
"AILab_ImageMaskToList",
|
||||||
"AILab_ImagePreview",
|
"AILab_ImagePreview",
|
||||||
|
"AILab_ImageResize",
|
||||||
"AILab_ImageStitch",
|
"AILab_ImageStitch",
|
||||||
|
"AILab_ImageToList",
|
||||||
"AILab_LamaRemover",
|
"AILab_LamaRemover",
|
||||||
"AILab_LoadImage",
|
"AILab_LoadImage",
|
||||||
"AILab_LoadImageAdvanced",
|
"AILab_LoadImageAdvanced",
|
||||||
|
"AILab_LoadImageBatch",
|
||||||
"AILab_LoadImageSimple",
|
"AILab_LoadImageSimple",
|
||||||
"AILab_MaskCombiner",
|
"AILab_MaskCombiner",
|
||||||
"AILab_MaskEnhancer",
|
"AILab_MaskEnhancer",
|
||||||
"AILab_MaskExtractor",
|
"AILab_MaskExtractor",
|
||||||
"AILab_MaskOverlay",
|
"AILab_MaskOverlay",
|
||||||
"AILab_MaskPreview",
|
"AILab_MaskPreview",
|
||||||
|
"AILab_MaskToList",
|
||||||
"AILab_Preview",
|
"AILab_Preview",
|
||||||
"AILab_ReferenceLatentMask",
|
"AILab_ReferenceLatentMask",
|
||||||
"AILab_SDMatte",
|
"AILab_SDMatte",
|
||||||
|
"AILab_UnbatchImages",
|
||||||
"BiRefNetRMBG",
|
"BiRefNetRMBG",
|
||||||
"BodySegment",
|
"BodySegment",
|
||||||
"ClothesSegment",
|
"ClothesSegment",
|
||||||
@ -2961,6 +2966,7 @@
|
|||||||
"NanoBananaNode",
|
"NanoBananaNode",
|
||||||
"OpenAILLMNode",
|
"OpenAILLMNode",
|
||||||
"OpenAITTSNode",
|
"OpenAITTSNode",
|
||||||
|
"SoraGen",
|
||||||
"VeoGeminiVideoGenerator",
|
"VeoGeminiVideoGenerator",
|
||||||
"VeoVertexVideoGenerator"
|
"VeoVertexVideoGenerator"
|
||||||
],
|
],
|
||||||
@ -3769,6 +3775,10 @@
|
|||||||
"BV Control Center",
|
"BV Control Center",
|
||||||
"BV Pipe",
|
"BV Pipe",
|
||||||
"BV Pipe Config",
|
"BV Pipe Config",
|
||||||
|
"BV Prompt AST Debug",
|
||||||
|
"BV Prompt Category Switch",
|
||||||
|
"BV Prompt Decode",
|
||||||
|
"BV Prompt Encode",
|
||||||
"BV Subgraph Divider",
|
"BV Subgraph Divider",
|
||||||
"BV Subgraph Heading",
|
"BV Subgraph Heading",
|
||||||
"BV Subgraph Spacer"
|
"BV Subgraph Spacer"
|
||||||
@ -8554,7 +8564,6 @@
|
|||||||
"GR Text Overlay",
|
"GR Text Overlay",
|
||||||
"GR Tile and Border Image",
|
"GR Tile and Border Image",
|
||||||
"GR Tile and Border Image Random Flip",
|
"GR Tile and Border Image Random Flip",
|
||||||
"GRBatchLoader",
|
|
||||||
"GRLoraLoader",
|
"GRLoraLoader",
|
||||||
"GRPromptViewer"
|
"GRPromptViewer"
|
||||||
],
|
],
|
||||||
@ -9023,13 +9032,15 @@
|
|||||||
"API_PromptHelper",
|
"API_PromptHelper",
|
||||||
"API_caption",
|
"API_caption",
|
||||||
"Batch_API_caption",
|
"Batch_API_caption",
|
||||||
|
"Gemini_API_Image",
|
||||||
"ImageComparisonGIF",
|
"ImageComparisonGIF",
|
||||||
"LoadImageList",
|
"LoadImageList",
|
||||||
"LoadTextList",
|
"LoadTextList",
|
||||||
"MinimumFilter",
|
"MinimumFilter",
|
||||||
"SaveImageWithName",
|
"SaveImageWithName",
|
||||||
"XY_Image",
|
"XY_Image",
|
||||||
"ZImageLoraModelOnly"
|
"ZImageLoraModelOnly",
|
||||||
|
"getImageRetio"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI DashuaiTools"
|
"title_aux": "ComfyUI DashuaiTools"
|
||||||
@ -11602,6 +11613,10 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/LAOGOU-666/Comfyui_LG_Tools": [
|
"https://github.com/LAOGOU-666/Comfyui_LG_Tools": [
|
||||||
[
|
[
|
||||||
|
"AFL2:ImageRestoreNodeV2",
|
||||||
|
"AFL2:MaskBoxCropNodeV2",
|
||||||
|
"AFL2_PSD_Layer",
|
||||||
|
"AFL2_Save_PSD",
|
||||||
"BridgePreviewNode",
|
"BridgePreviewNode",
|
||||||
"CachePreviewBridge",
|
"CachePreviewBridge",
|
||||||
"ColorAdjustment",
|
"ColorAdjustment",
|
||||||
@ -15054,6 +15069,8 @@
|
|||||||
"FRED_ImageUncropFromBBox",
|
"FRED_ImageUncropFromBBox",
|
||||||
"FRED_Image_Sharpening_Blur_Level",
|
"FRED_Image_Sharpening_Blur_Level",
|
||||||
"FRED_JpegArtifact_Simulator",
|
"FRED_JpegArtifact_Simulator",
|
||||||
|
"FRED_Multi_Linear_Slider",
|
||||||
|
"FRED_RestoreFaceWithMask",
|
||||||
"FRED_Save_Text_File",
|
"FRED_Save_Text_File",
|
||||||
"FRED_Simplified_Parameters_Panel",
|
"FRED_Simplified_Parameters_Panel",
|
||||||
"FRED_Text_to_XMP",
|
"FRED_Text_to_XMP",
|
||||||
@ -19672,11 +19689,16 @@
|
|||||||
"EasyCLIPLoader",
|
"EasyCLIPLoader",
|
||||||
"EasyCheckpointLoader",
|
"EasyCheckpointLoader",
|
||||||
"EasyFileName",
|
"EasyFileName",
|
||||||
|
"EasyJSONJobImport",
|
||||||
|
"EasyJSONUpdate",
|
||||||
|
"EasyJsonExtractor",
|
||||||
"EasyLoraLoader",
|
"EasyLoraLoader",
|
||||||
"EasyUNETLoader",
|
"EasyUNETLoader",
|
||||||
"EasyVAELoader",
|
"EasyVAELoader",
|
||||||
"ImageSaveToPath",
|
"ImageSaveToPath",
|
||||||
|
"ImageSaveToPathwithCaption",
|
||||||
"LineCounter",
|
"LineCounter",
|
||||||
|
"LoadImageFromMatch",
|
||||||
"LoadImageFromPath",
|
"LoadImageFromPath",
|
||||||
"LoadImagesFromDirectoryPath",
|
"LoadImagesFromDirectoryPath",
|
||||||
"LoadRandomImageFromFolderPath",
|
"LoadRandomImageFromFolderPath",
|
||||||
@ -19820,7 +19842,8 @@
|
|||||||
"https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [
|
"https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [
|
||||||
[
|
[
|
||||||
"MultiClipTextScriptClipSelector",
|
"MultiClipTextScriptClipSelector",
|
||||||
"MultiClipTextScriptMain"
|
"MultiClipTextScriptMain",
|
||||||
|
"MultiClipTextScriptPositiveOnly"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-MultiClip-Text-Script"
|
"title_aux": "ComfyUI-MultiClip-Text-Script"
|
||||||
@ -25014,6 +25037,7 @@
|
|||||||
"MaskBoundingBox-beyond_nodes",
|
"MaskBoundingBox-beyond_nodes",
|
||||||
"MaskRectArea-beyond_nodes",
|
"MaskRectArea-beyond_nodes",
|
||||||
"MaskToImage-beyond_nodes",
|
"MaskToImage-beyond_nodes",
|
||||||
|
"Prompt-beyond_nodes",
|
||||||
"RoundMask-beyond_nodes",
|
"RoundMask-beyond_nodes",
|
||||||
"String-beyond_nodes",
|
"String-beyond_nodes",
|
||||||
"TwoWaySwitch-beyond_nodes"
|
"TwoWaySwitch-beyond_nodes"
|
||||||
@ -28405,6 +28429,7 @@
|
|||||||
"SCAILCMULibraryLoader",
|
"SCAILCMULibraryLoader",
|
||||||
"SCAILCMUMotion",
|
"SCAILCMUMotion",
|
||||||
"SCAILCMUSequenceToSCAILPose",
|
"SCAILCMUSequenceToSCAILPose",
|
||||||
|
"SCAILMixamoFBX",
|
||||||
"SCAILPoseFromDWPose",
|
"SCAILPoseFromDWPose",
|
||||||
"SCAILPoseRenderer"
|
"SCAILPoseRenderer"
|
||||||
],
|
],
|
||||||
@ -31041,16 +31066,19 @@
|
|||||||
"AudioListCombine",
|
"AudioListCombine",
|
||||||
"AudioListGenerator",
|
"AudioListGenerator",
|
||||||
"AudioToFrameCount",
|
"AudioToFrameCount",
|
||||||
|
"AutoWhiteBalance",
|
||||||
"BatchToPSD",
|
"BatchToPSD",
|
||||||
"CeilDivide",
|
"CeilDivide",
|
||||||
|
"ChineseConverter",
|
||||||
|
"ChineseTranslate",
|
||||||
"FrameMatch",
|
"FrameMatch",
|
||||||
"GGUFInference",
|
"GGUFInference",
|
||||||
"LoadVideoPath",
|
|
||||||
"ModelDownloader",
|
"ModelDownloader",
|
||||||
"NumberListGenerator",
|
"NumberListGenerator",
|
||||||
|
"OpenAIHelper",
|
||||||
|
"OpenRouterLLM",
|
||||||
"PromptListGenerator",
|
"PromptListGenerator",
|
||||||
"QwenGPUInference",
|
"QwenGPUInference",
|
||||||
"SaveVideoPath",
|
|
||||||
"SimpleWildCardPlayer"
|
"SimpleWildCardPlayer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -35149,11 +35177,11 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/huyl3-cpu/comfyui_segment_anything_a100": [
|
"https://github.com/huyl3-cpu/comfyui_segment_anything_a100": [
|
||||||
[
|
[
|
||||||
"GroundingDinoModelLoader_A100",
|
"GroundingDinoModelLoader (segment anything A100)",
|
||||||
"GroundingDinoSAMSegment_A100",
|
"GroundingDinoSAMSegment (segment anything A100)",
|
||||||
"InvertMask_A100",
|
"InvertMask (segment anything)",
|
||||||
"IsMaskEmpty_A100",
|
"IsMaskEmpty",
|
||||||
"SAMModelLoader_A100"
|
"SAMModelLoader (segment anything A100)"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui_segment_anything_a100"
|
"title_aux": "comfyui_segment_anything_a100"
|
||||||
@ -43323,6 +43351,7 @@
|
|||||||
"BBoxInsetAndCrop",
|
"BBoxInsetAndCrop",
|
||||||
"BaseNode",
|
"BaseNode",
|
||||||
"CharacterPresetNode",
|
"CharacterPresetNode",
|
||||||
|
"CharacterReplacementNode",
|
||||||
"CombinedUpscaleNode",
|
"CombinedUpscaleNode",
|
||||||
"ConditionalLoraFullPipe",
|
"ConditionalLoraFullPipe",
|
||||||
"DetailerNode",
|
"DetailerNode",
|
||||||
@ -43330,11 +43359,13 @@
|
|||||||
"FullPipeIn",
|
"FullPipeIn",
|
||||||
"FullPipeLoader",
|
"FullPipeLoader",
|
||||||
"FullPipeOut",
|
"FullPipeOut",
|
||||||
|
"ImageFileSize",
|
||||||
"LoaderFullPipe",
|
"LoaderFullPipe",
|
||||||
"MaskDetailerNode",
|
"MaskDetailerNode",
|
||||||
"MaskDetailerPipeNode",
|
"MaskDetailerPipeNode",
|
||||||
"ModelPresetNode",
|
"ModelPresetNode",
|
||||||
"MultiStringConditioning",
|
"MultiStringConditioning",
|
||||||
|
"OpenCVDenoise",
|
||||||
"PromptConditioningNode",
|
"PromptConditioningNode",
|
||||||
"ResolutionSelector",
|
"ResolutionSelector",
|
||||||
"SaveFullPipe",
|
"SaveFullPipe",
|
||||||
@ -43342,7 +43373,6 @@
|
|||||||
"SplitLoaderFullPipe",
|
"SplitLoaderFullPipe",
|
||||||
"StylePresetNode",
|
"StylePresetNode",
|
||||||
"TagPresetNode",
|
"TagPresetNode",
|
||||||
"TagReplacementNode",
|
|
||||||
"UpscaleNode",
|
"UpscaleNode",
|
||||||
"WildcardNode"
|
"WildcardNode"
|
||||||
],
|
],
|
||||||
@ -45646,6 +45676,7 @@
|
|||||||
"CRT_KSamplerBatch",
|
"CRT_KSamplerBatch",
|
||||||
"CRT_QuantizeAndCropImage",
|
"CRT_QuantizeAndCropImage",
|
||||||
"CRT_StringBatcher",
|
"CRT_StringBatcher",
|
||||||
|
"CRT_StringLineCounter",
|
||||||
"CRT_StringSplitter",
|
"CRT_StringSplitter",
|
||||||
"CRT_UpscaleModelAdv",
|
"CRT_UpscaleModelAdv",
|
||||||
"CRT_WAN_BatchSampler",
|
"CRT_WAN_BatchSampler",
|
||||||
@ -45701,6 +45732,7 @@
|
|||||||
"SmartStyleModelApplyDual",
|
"SmartStyleModelApplyDual",
|
||||||
"Strength To Steps",
|
"Strength To Steps",
|
||||||
"Technicolor2FX",
|
"Technicolor2FX",
|
||||||
|
"Text Box line spot",
|
||||||
"Toggle Lora Unet Blocks L1",
|
"Toggle Lora Unet Blocks L1",
|
||||||
"Toggle Lora Unet Blocks L2",
|
"Toggle Lora Unet Blocks L2",
|
||||||
"Video Duration Calculator",
|
"Video Duration Calculator",
|
||||||
@ -48816,11 +48848,18 @@
|
|||||||
"EmbeddingRenameKeys",
|
"EmbeddingRenameKeys",
|
||||||
"EmbeddingThreeMerger",
|
"EmbeddingThreeMerger",
|
||||||
"EmbeddingTwoMerger",
|
"EmbeddingTwoMerger",
|
||||||
"LoRACheckpointSaveFromFile",
|
"LoRAExtractFixed",
|
||||||
|
"LoRAExtractFrobenius",
|
||||||
|
"LoRAExtractKnee",
|
||||||
|
"LoRAExtractQuantile",
|
||||||
|
"LoRAExtractRatio",
|
||||||
"LoRAMetaKeys",
|
"LoRAMetaKeys",
|
||||||
"LoRAPruneKeys",
|
"LoRAPruneKeys",
|
||||||
"LoRARenameKeys",
|
"LoRARenameKeys",
|
||||||
"LoRASaveFromFile",
|
"LoRAResizeCumulative",
|
||||||
|
"LoRAResizeFixed",
|
||||||
|
"LoRAResizeFrobenius",
|
||||||
|
"LoRAResizeRatio",
|
||||||
"LoRAThreeMerger",
|
"LoRAThreeMerger",
|
||||||
"LoRATwoMerger",
|
"LoRATwoMerger",
|
||||||
"ModelMetaKeys",
|
"ModelMetaKeys",
|
||||||
@ -49869,13 +49908,14 @@
|
|||||||
[
|
[
|
||||||
"ImageMaskCrop",
|
"ImageMaskCrop",
|
||||||
"ImageSizeCalculator",
|
"ImageSizeCalculator",
|
||||||
|
"LoadDiffusersScheduler",
|
||||||
"RestoreMaskCrop",
|
"RestoreMaskCrop",
|
||||||
"SigmaSmoother",
|
"SigmaSmoother",
|
||||||
|
"SigmasGraph",
|
||||||
"SigmasRescale",
|
"SigmasRescale",
|
||||||
"SuperCreateTiles",
|
"SuperCreateTiles",
|
||||||
"SuperSVRCalcTiles",
|
"SuperSVRCalcTiles",
|
||||||
"SuperStitchTiles",
|
"SuperStitchTiles"
|
||||||
"WanExtendI2VPlus"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-SuperNodes"
|
"title_aux": "ComfyUI-SuperNodes"
|
||||||
@ -50354,6 +50394,14 @@
|
|||||||
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
|
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [
|
||||||
|
[
|
||||||
|
"WanVACEPrep"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Wan VACE Prep"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/styler00dollar/ComfyUI-deepcache": [
|
"https://github.com/styler00dollar/ComfyUI-deepcache": [
|
||||||
[
|
[
|
||||||
"DeepCache"
|
"DeepCache"
|
||||||
@ -51766,9 +51814,7 @@
|
|||||||
"DyPEQwenImage",
|
"DyPEQwenImage",
|
||||||
"FlowMatchingProgressiveUpscaler",
|
"FlowMatchingProgressiveUpscaler",
|
||||||
"FlowMatchingStage",
|
"FlowMatchingStage",
|
||||||
"ImageMeshDrag",
|
"LatentUpscaleAdvanced"
|
||||||
"LatentChannelStatsPreview",
|
|
||||||
"LatentMeshDrag"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-FlowMatching-Upscaler"
|
"title_aux": "ComfyUI-FlowMatching-Upscaler"
|
||||||
@ -52664,7 +52710,8 @@
|
|||||||
"vsLinx_ImpactMultilineWildcardText",
|
"vsLinx_ImpactMultilineWildcardText",
|
||||||
"vsLinx_LoadSelectedImagesBatch",
|
"vsLinx_LoadSelectedImagesBatch",
|
||||||
"vsLinx_LoadSelectedImagesList",
|
"vsLinx_LoadSelectedImagesList",
|
||||||
"vsLinx_MuteOnBool"
|
"vsLinx_MuteOnBool",
|
||||||
|
"vsLinx_UpscaleByFactorWithModel"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI vsLinx Nodes"
|
"title_aux": "ComfyUI vsLinx Nodes"
|
||||||
@ -53212,8 +53259,8 @@
|
|||||||
"TSC_EfficientLoader",
|
"TSC_EfficientLoader",
|
||||||
"TriggerWordToggle",
|
"TriggerWordToggle",
|
||||||
"VAEDecode",
|
"VAEDecode",
|
||||||
"WanVideoLoraSelect",
|
"WanVideoLoraSelectFromText",
|
||||||
"WanVideoLoraSelectFromText"
|
"WanVideoLoraSelectLM"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Lora-Manager"
|
"title_aux": "ComfyUI-Lora-Manager"
|
||||||
@ -54307,7 +54354,8 @@
|
|||||||
"YC_Image_Save",
|
"YC_Image_Save",
|
||||||
"YC_MaskColorOverlay",
|
"YC_MaskColorOverlay",
|
||||||
"YC_SingleTextNode",
|
"YC_SingleTextNode",
|
||||||
"YC_textReplaceNode"
|
"YC_textReplaceNode",
|
||||||
|
"ycImageTilem"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-YCNodes"
|
"title_aux": "ComfyUI-YCNodes"
|
||||||
@ -55056,7 +55104,8 @@
|
|||||||
"Add Subtitles To Background",
|
"Add Subtitles To Background",
|
||||||
"Add Subtitles To Frames",
|
"Add Subtitles To Frames",
|
||||||
"Apply Whisper",
|
"Apply Whisper",
|
||||||
"Resize Cropped Subtitles"
|
"Resize Cropped Subtitles",
|
||||||
|
"Save SRT"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI Whisper"
|
"title_aux": "ComfyUI Whisper"
|
||||||
|
|||||||
16546
github-stats-cache.json
16546
github-stats-cache.json
File diff suppressed because it is too large
Load Diff
8816
github-stats.json
8816
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -10630,7 +10630,8 @@
|
|||||||
"AddLogo",
|
"AddLogo",
|
||||||
"AddSingleObject",
|
"AddSingleObject",
|
||||||
"AddSingleText",
|
"AddSingleText",
|
||||||
"ColorNode"
|
"ColorNode",
|
||||||
|
"PromptSelector"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-glb-to-stl [WIP]"
|
"title_aux": "ComfyUI-glb-to-stl [WIP]"
|
||||||
@ -11991,7 +11992,8 @@
|
|||||||
"https://github.com/saltchicken/ComfyUI-Local-Loader": [
|
"https://github.com/saltchicken/ComfyUI-Local-Loader": [
|
||||||
[
|
[
|
||||||
"LoadImageFromDir",
|
"LoadImageFromDir",
|
||||||
"LoadImageFromPath"
|
"LoadImageFromPath",
|
||||||
|
"LoadSingleImageFromPath"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Local-Loader"
|
"title_aux": "ComfyUI-Local-Loader"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "stuttlepress",
|
||||||
|
"title": "ComfyUI Wan VACE Prep",
|
||||||
|
"reference": "https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI node that generates a VACE control video and mask for a smooth transition between two videos"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "ZUENS2020",
|
"author": "ZUENS2020",
|
||||||
"title": "ComfyUI LLM Nodes",
|
"title": "ComfyUI LLM Nodes",
|
||||||
@ -11,16 +21,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "LLM integration nodes for ComfyUI. Support chat completions and image generation with OpenAI/Gemini. Features precise resolution and aspect ratio control for Gemini image generation (1K/2K/4K with 5 aspect ratios). Zero external dependencies."
|
"description": "LLM integration nodes for ComfyUI. Support chat completions and image generation with OpenAI/Gemini. Features precise resolution and aspect ratio control for Gemini image generation (1K/2K/4K with 5 aspect ratios). Zero external dependencies."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "Rhovanx",
|
"author": "Rhovanx",
|
||||||
"title": "Wan Vace Auto Joiner",
|
"title": "Wan Vace Auto Joiner",
|
||||||
"reference": "https://github.com/Rhovanx/wan_vace_auto_joiner",
|
"reference": "https://github.com/Rhovanx/wan_vace_auto_joiner",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/Rhovanx/wan_vace_auto_joiner"
|
"https://github.com/Rhovanx/wan_vace_auto_joiner"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Seamlessly join multiple video clips using WAN VACE with one click."
|
"description": "Seamlessly join multiple video clips using WAN VACE with one click."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "rookiestar28",
|
"author": "rookiestar28",
|
||||||
"title": "ComfyUI-Doctor",
|
"title": "ComfyUI-Doctor",
|
||||||
|
|||||||
@ -180,21 +180,26 @@
|
|||||||
"AILab_ImageCompare",
|
"AILab_ImageCompare",
|
||||||
"AILab_ImageCrop",
|
"AILab_ImageCrop",
|
||||||
"AILab_ImageMaskConvert",
|
"AILab_ImageMaskConvert",
|
||||||
"AILab_ImageMaskResize",
|
"AILab_ImageMaskToList",
|
||||||
"AILab_ImagePreview",
|
"AILab_ImagePreview",
|
||||||
|
"AILab_ImageResize",
|
||||||
"AILab_ImageStitch",
|
"AILab_ImageStitch",
|
||||||
|
"AILab_ImageToList",
|
||||||
"AILab_LamaRemover",
|
"AILab_LamaRemover",
|
||||||
"AILab_LoadImage",
|
"AILab_LoadImage",
|
||||||
"AILab_LoadImageAdvanced",
|
"AILab_LoadImageAdvanced",
|
||||||
|
"AILab_LoadImageBatch",
|
||||||
"AILab_LoadImageSimple",
|
"AILab_LoadImageSimple",
|
||||||
"AILab_MaskCombiner",
|
"AILab_MaskCombiner",
|
||||||
"AILab_MaskEnhancer",
|
"AILab_MaskEnhancer",
|
||||||
"AILab_MaskExtractor",
|
"AILab_MaskExtractor",
|
||||||
"AILab_MaskOverlay",
|
"AILab_MaskOverlay",
|
||||||
"AILab_MaskPreview",
|
"AILab_MaskPreview",
|
||||||
|
"AILab_MaskToList",
|
||||||
"AILab_Preview",
|
"AILab_Preview",
|
||||||
"AILab_ReferenceLatentMask",
|
"AILab_ReferenceLatentMask",
|
||||||
"AILab_SDMatte",
|
"AILab_SDMatte",
|
||||||
|
"AILab_UnbatchImages",
|
||||||
"BiRefNetRMBG",
|
"BiRefNetRMBG",
|
||||||
"BodySegment",
|
"BodySegment",
|
||||||
"ClothesSegment",
|
"ClothesSegment",
|
||||||
@ -2961,6 +2966,7 @@
|
|||||||
"NanoBananaNode",
|
"NanoBananaNode",
|
||||||
"OpenAILLMNode",
|
"OpenAILLMNode",
|
||||||
"OpenAITTSNode",
|
"OpenAITTSNode",
|
||||||
|
"SoraGen",
|
||||||
"VeoGeminiVideoGenerator",
|
"VeoGeminiVideoGenerator",
|
||||||
"VeoVertexVideoGenerator"
|
"VeoVertexVideoGenerator"
|
||||||
],
|
],
|
||||||
@ -3769,6 +3775,10 @@
|
|||||||
"BV Control Center",
|
"BV Control Center",
|
||||||
"BV Pipe",
|
"BV Pipe",
|
||||||
"BV Pipe Config",
|
"BV Pipe Config",
|
||||||
|
"BV Prompt AST Debug",
|
||||||
|
"BV Prompt Category Switch",
|
||||||
|
"BV Prompt Decode",
|
||||||
|
"BV Prompt Encode",
|
||||||
"BV Subgraph Divider",
|
"BV Subgraph Divider",
|
||||||
"BV Subgraph Heading",
|
"BV Subgraph Heading",
|
||||||
"BV Subgraph Spacer"
|
"BV Subgraph Spacer"
|
||||||
@ -8554,7 +8564,6 @@
|
|||||||
"GR Text Overlay",
|
"GR Text Overlay",
|
||||||
"GR Tile and Border Image",
|
"GR Tile and Border Image",
|
||||||
"GR Tile and Border Image Random Flip",
|
"GR Tile and Border Image Random Flip",
|
||||||
"GRBatchLoader",
|
|
||||||
"GRLoraLoader",
|
"GRLoraLoader",
|
||||||
"GRPromptViewer"
|
"GRPromptViewer"
|
||||||
],
|
],
|
||||||
@ -9023,13 +9032,15 @@
|
|||||||
"API_PromptHelper",
|
"API_PromptHelper",
|
||||||
"API_caption",
|
"API_caption",
|
||||||
"Batch_API_caption",
|
"Batch_API_caption",
|
||||||
|
"Gemini_API_Image",
|
||||||
"ImageComparisonGIF",
|
"ImageComparisonGIF",
|
||||||
"LoadImageList",
|
"LoadImageList",
|
||||||
"LoadTextList",
|
"LoadTextList",
|
||||||
"MinimumFilter",
|
"MinimumFilter",
|
||||||
"SaveImageWithName",
|
"SaveImageWithName",
|
||||||
"XY_Image",
|
"XY_Image",
|
||||||
"ZImageLoraModelOnly"
|
"ZImageLoraModelOnly",
|
||||||
|
"getImageRetio"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI DashuaiTools"
|
"title_aux": "ComfyUI DashuaiTools"
|
||||||
@ -11602,6 +11613,10 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/LAOGOU-666/Comfyui_LG_Tools": [
|
"https://github.com/LAOGOU-666/Comfyui_LG_Tools": [
|
||||||
[
|
[
|
||||||
|
"AFL2:ImageRestoreNodeV2",
|
||||||
|
"AFL2:MaskBoxCropNodeV2",
|
||||||
|
"AFL2_PSD_Layer",
|
||||||
|
"AFL2_Save_PSD",
|
||||||
"BridgePreviewNode",
|
"BridgePreviewNode",
|
||||||
"CachePreviewBridge",
|
"CachePreviewBridge",
|
||||||
"ColorAdjustment",
|
"ColorAdjustment",
|
||||||
@ -15054,6 +15069,8 @@
|
|||||||
"FRED_ImageUncropFromBBox",
|
"FRED_ImageUncropFromBBox",
|
||||||
"FRED_Image_Sharpening_Blur_Level",
|
"FRED_Image_Sharpening_Blur_Level",
|
||||||
"FRED_JpegArtifact_Simulator",
|
"FRED_JpegArtifact_Simulator",
|
||||||
|
"FRED_Multi_Linear_Slider",
|
||||||
|
"FRED_RestoreFaceWithMask",
|
||||||
"FRED_Save_Text_File",
|
"FRED_Save_Text_File",
|
||||||
"FRED_Simplified_Parameters_Panel",
|
"FRED_Simplified_Parameters_Panel",
|
||||||
"FRED_Text_to_XMP",
|
"FRED_Text_to_XMP",
|
||||||
@ -19672,11 +19689,16 @@
|
|||||||
"EasyCLIPLoader",
|
"EasyCLIPLoader",
|
||||||
"EasyCheckpointLoader",
|
"EasyCheckpointLoader",
|
||||||
"EasyFileName",
|
"EasyFileName",
|
||||||
|
"EasyJSONJobImport",
|
||||||
|
"EasyJSONUpdate",
|
||||||
|
"EasyJsonExtractor",
|
||||||
"EasyLoraLoader",
|
"EasyLoraLoader",
|
||||||
"EasyUNETLoader",
|
"EasyUNETLoader",
|
||||||
"EasyVAELoader",
|
"EasyVAELoader",
|
||||||
"ImageSaveToPath",
|
"ImageSaveToPath",
|
||||||
|
"ImageSaveToPathwithCaption",
|
||||||
"LineCounter",
|
"LineCounter",
|
||||||
|
"LoadImageFromMatch",
|
||||||
"LoadImageFromPath",
|
"LoadImageFromPath",
|
||||||
"LoadImagesFromDirectoryPath",
|
"LoadImagesFromDirectoryPath",
|
||||||
"LoadRandomImageFromFolderPath",
|
"LoadRandomImageFromFolderPath",
|
||||||
@ -19820,7 +19842,8 @@
|
|||||||
"https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [
|
"https://github.com/TuonoMindCode/ComfyUI-MultiClip-Text-Script": [
|
||||||
[
|
[
|
||||||
"MultiClipTextScriptClipSelector",
|
"MultiClipTextScriptClipSelector",
|
||||||
"MultiClipTextScriptMain"
|
"MultiClipTextScriptMain",
|
||||||
|
"MultiClipTextScriptPositiveOnly"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-MultiClip-Text-Script"
|
"title_aux": "ComfyUI-MultiClip-Text-Script"
|
||||||
@ -21640,17 +21663,16 @@
|
|||||||
"title_aux": "comfyui-portrait-master-zh-cn"
|
"title_aux": "comfyui-portrait-master-zh-cn"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/ZUENS2020/ComfyUI-LLM-Nodes": [
|
"https://github.com/ZUENS2020/ComfyUI-Gemini-LiteLLM": [
|
||||||
[
|
[
|
||||||
"ChatParams",
|
"ChatParams",
|
||||||
"GeminiImageParams",
|
"GeminiImageParams",
|
||||||
"LLMBaseConfig",
|
"LLMBaseConfig",
|
||||||
"LLMChatGenerate",
|
"LLMChatGenerate",
|
||||||
"LLMImageGenerate",
|
"LLMImageGenerate"
|
||||||
"OpenAIImageParams"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI LLM Nodes"
|
"title_aux": "ComfyUI Gemini LiteLLM Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
"https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": [
|
||||||
@ -25015,6 +25037,7 @@
|
|||||||
"MaskBoundingBox-beyond_nodes",
|
"MaskBoundingBox-beyond_nodes",
|
||||||
"MaskRectArea-beyond_nodes",
|
"MaskRectArea-beyond_nodes",
|
||||||
"MaskToImage-beyond_nodes",
|
"MaskToImage-beyond_nodes",
|
||||||
|
"Prompt-beyond_nodes",
|
||||||
"RoundMask-beyond_nodes",
|
"RoundMask-beyond_nodes",
|
||||||
"String-beyond_nodes",
|
"String-beyond_nodes",
|
||||||
"TwoWaySwitch-beyond_nodes"
|
"TwoWaySwitch-beyond_nodes"
|
||||||
@ -28406,6 +28429,7 @@
|
|||||||
"SCAILCMULibraryLoader",
|
"SCAILCMULibraryLoader",
|
||||||
"SCAILCMUMotion",
|
"SCAILCMUMotion",
|
||||||
"SCAILCMUSequenceToSCAILPose",
|
"SCAILCMUSequenceToSCAILPose",
|
||||||
|
"SCAILMixamoFBX",
|
||||||
"SCAILPoseFromDWPose",
|
"SCAILPoseFromDWPose",
|
||||||
"SCAILPoseRenderer"
|
"SCAILPoseRenderer"
|
||||||
],
|
],
|
||||||
@ -31042,16 +31066,19 @@
|
|||||||
"AudioListCombine",
|
"AudioListCombine",
|
||||||
"AudioListGenerator",
|
"AudioListGenerator",
|
||||||
"AudioToFrameCount",
|
"AudioToFrameCount",
|
||||||
|
"AutoWhiteBalance",
|
||||||
"BatchToPSD",
|
"BatchToPSD",
|
||||||
"CeilDivide",
|
"CeilDivide",
|
||||||
|
"ChineseConverter",
|
||||||
|
"ChineseTranslate",
|
||||||
"FrameMatch",
|
"FrameMatch",
|
||||||
"GGUFInference",
|
"GGUFInference",
|
||||||
"LoadVideoPath",
|
|
||||||
"ModelDownloader",
|
"ModelDownloader",
|
||||||
"NumberListGenerator",
|
"NumberListGenerator",
|
||||||
|
"OpenAIHelper",
|
||||||
|
"OpenRouterLLM",
|
||||||
"PromptListGenerator",
|
"PromptListGenerator",
|
||||||
"QwenGPUInference",
|
"QwenGPUInference",
|
||||||
"SaveVideoPath",
|
|
||||||
"SimpleWildCardPlayer"
|
"SimpleWildCardPlayer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -35150,11 +35177,11 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/huyl3-cpu/comfyui_segment_anything_a100": [
|
"https://github.com/huyl3-cpu/comfyui_segment_anything_a100": [
|
||||||
[
|
[
|
||||||
"GroundingDinoModelLoader_A100",
|
"GroundingDinoModelLoader (segment anything A100)",
|
||||||
"GroundingDinoSAMSegment_A100",
|
"GroundingDinoSAMSegment (segment anything A100)",
|
||||||
"InvertMask_A100",
|
"InvertMask (segment anything)",
|
||||||
"IsMaskEmpty_A100",
|
"IsMaskEmpty",
|
||||||
"SAMModelLoader_A100"
|
"SAMModelLoader (segment anything A100)"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui_segment_anything_a100"
|
"title_aux": "comfyui_segment_anything_a100"
|
||||||
@ -43324,6 +43351,7 @@
|
|||||||
"BBoxInsetAndCrop",
|
"BBoxInsetAndCrop",
|
||||||
"BaseNode",
|
"BaseNode",
|
||||||
"CharacterPresetNode",
|
"CharacterPresetNode",
|
||||||
|
"CharacterReplacementNode",
|
||||||
"CombinedUpscaleNode",
|
"CombinedUpscaleNode",
|
||||||
"ConditionalLoraFullPipe",
|
"ConditionalLoraFullPipe",
|
||||||
"DetailerNode",
|
"DetailerNode",
|
||||||
@ -43331,11 +43359,13 @@
|
|||||||
"FullPipeIn",
|
"FullPipeIn",
|
||||||
"FullPipeLoader",
|
"FullPipeLoader",
|
||||||
"FullPipeOut",
|
"FullPipeOut",
|
||||||
|
"ImageFileSize",
|
||||||
"LoaderFullPipe",
|
"LoaderFullPipe",
|
||||||
"MaskDetailerNode",
|
"MaskDetailerNode",
|
||||||
"MaskDetailerPipeNode",
|
"MaskDetailerPipeNode",
|
||||||
"ModelPresetNode",
|
"ModelPresetNode",
|
||||||
"MultiStringConditioning",
|
"MultiStringConditioning",
|
||||||
|
"OpenCVDenoise",
|
||||||
"PromptConditioningNode",
|
"PromptConditioningNode",
|
||||||
"ResolutionSelector",
|
"ResolutionSelector",
|
||||||
"SaveFullPipe",
|
"SaveFullPipe",
|
||||||
@ -43343,7 +43373,6 @@
|
|||||||
"SplitLoaderFullPipe",
|
"SplitLoaderFullPipe",
|
||||||
"StylePresetNode",
|
"StylePresetNode",
|
||||||
"TagPresetNode",
|
"TagPresetNode",
|
||||||
"TagReplacementNode",
|
|
||||||
"UpscaleNode",
|
"UpscaleNode",
|
||||||
"WildcardNode"
|
"WildcardNode"
|
||||||
],
|
],
|
||||||
@ -45647,6 +45676,7 @@
|
|||||||
"CRT_KSamplerBatch",
|
"CRT_KSamplerBatch",
|
||||||
"CRT_QuantizeAndCropImage",
|
"CRT_QuantizeAndCropImage",
|
||||||
"CRT_StringBatcher",
|
"CRT_StringBatcher",
|
||||||
|
"CRT_StringLineCounter",
|
||||||
"CRT_StringSplitter",
|
"CRT_StringSplitter",
|
||||||
"CRT_UpscaleModelAdv",
|
"CRT_UpscaleModelAdv",
|
||||||
"CRT_WAN_BatchSampler",
|
"CRT_WAN_BatchSampler",
|
||||||
@ -45702,6 +45732,7 @@
|
|||||||
"SmartStyleModelApplyDual",
|
"SmartStyleModelApplyDual",
|
||||||
"Strength To Steps",
|
"Strength To Steps",
|
||||||
"Technicolor2FX",
|
"Technicolor2FX",
|
||||||
|
"Text Box line spot",
|
||||||
"Toggle Lora Unet Blocks L1",
|
"Toggle Lora Unet Blocks L1",
|
||||||
"Toggle Lora Unet Blocks L2",
|
"Toggle Lora Unet Blocks L2",
|
||||||
"Video Duration Calculator",
|
"Video Duration Calculator",
|
||||||
@ -48817,11 +48848,18 @@
|
|||||||
"EmbeddingRenameKeys",
|
"EmbeddingRenameKeys",
|
||||||
"EmbeddingThreeMerger",
|
"EmbeddingThreeMerger",
|
||||||
"EmbeddingTwoMerger",
|
"EmbeddingTwoMerger",
|
||||||
"LoRACheckpointSaveFromFile",
|
"LoRAExtractFixed",
|
||||||
|
"LoRAExtractFrobenius",
|
||||||
|
"LoRAExtractKnee",
|
||||||
|
"LoRAExtractQuantile",
|
||||||
|
"LoRAExtractRatio",
|
||||||
"LoRAMetaKeys",
|
"LoRAMetaKeys",
|
||||||
"LoRAPruneKeys",
|
"LoRAPruneKeys",
|
||||||
"LoRARenameKeys",
|
"LoRARenameKeys",
|
||||||
"LoRASaveFromFile",
|
"LoRAResizeCumulative",
|
||||||
|
"LoRAResizeFixed",
|
||||||
|
"LoRAResizeFrobenius",
|
||||||
|
"LoRAResizeRatio",
|
||||||
"LoRAThreeMerger",
|
"LoRAThreeMerger",
|
||||||
"LoRATwoMerger",
|
"LoRATwoMerger",
|
||||||
"ModelMetaKeys",
|
"ModelMetaKeys",
|
||||||
@ -49870,13 +49908,14 @@
|
|||||||
[
|
[
|
||||||
"ImageMaskCrop",
|
"ImageMaskCrop",
|
||||||
"ImageSizeCalculator",
|
"ImageSizeCalculator",
|
||||||
|
"LoadDiffusersScheduler",
|
||||||
"RestoreMaskCrop",
|
"RestoreMaskCrop",
|
||||||
"SigmaSmoother",
|
"SigmaSmoother",
|
||||||
|
"SigmasGraph",
|
||||||
"SigmasRescale",
|
"SigmasRescale",
|
||||||
"SuperCreateTiles",
|
"SuperCreateTiles",
|
||||||
"SuperSVRCalcTiles",
|
"SuperSVRCalcTiles",
|
||||||
"SuperStitchTiles",
|
"SuperStitchTiles"
|
||||||
"WanExtendI2VPlus"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-SuperNodes"
|
"title_aux": "ComfyUI-SuperNodes"
|
||||||
@ -50355,6 +50394,14 @@
|
|||||||
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
|
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/stuttlepress/ComfyUI-Wan-VACE-Prep": [
|
||||||
|
[
|
||||||
|
"WanVACEPrep"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Wan VACE Prep"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/styler00dollar/ComfyUI-deepcache": [
|
"https://github.com/styler00dollar/ComfyUI-deepcache": [
|
||||||
[
|
[
|
||||||
"DeepCache"
|
"DeepCache"
|
||||||
@ -51767,9 +51814,7 @@
|
|||||||
"DyPEQwenImage",
|
"DyPEQwenImage",
|
||||||
"FlowMatchingProgressiveUpscaler",
|
"FlowMatchingProgressiveUpscaler",
|
||||||
"FlowMatchingStage",
|
"FlowMatchingStage",
|
||||||
"ImageMeshDrag",
|
"LatentUpscaleAdvanced"
|
||||||
"LatentChannelStatsPreview",
|
|
||||||
"LatentMeshDrag"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-FlowMatching-Upscaler"
|
"title_aux": "ComfyUI-FlowMatching-Upscaler"
|
||||||
@ -52665,7 +52710,8 @@
|
|||||||
"vsLinx_ImpactMultilineWildcardText",
|
"vsLinx_ImpactMultilineWildcardText",
|
||||||
"vsLinx_LoadSelectedImagesBatch",
|
"vsLinx_LoadSelectedImagesBatch",
|
||||||
"vsLinx_LoadSelectedImagesList",
|
"vsLinx_LoadSelectedImagesList",
|
||||||
"vsLinx_MuteOnBool"
|
"vsLinx_MuteOnBool",
|
||||||
|
"vsLinx_UpscaleByFactorWithModel"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI vsLinx Nodes"
|
"title_aux": "ComfyUI vsLinx Nodes"
|
||||||
@ -53213,8 +53259,8 @@
|
|||||||
"TSC_EfficientLoader",
|
"TSC_EfficientLoader",
|
||||||
"TriggerWordToggle",
|
"TriggerWordToggle",
|
||||||
"VAEDecode",
|
"VAEDecode",
|
||||||
"WanVideoLoraSelect",
|
"WanVideoLoraSelectFromText",
|
||||||
"WanVideoLoraSelectFromText"
|
"WanVideoLoraSelectLM"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Lora-Manager"
|
"title_aux": "ComfyUI-Lora-Manager"
|
||||||
@ -54308,7 +54354,8 @@
|
|||||||
"YC_Image_Save",
|
"YC_Image_Save",
|
||||||
"YC_MaskColorOverlay",
|
"YC_MaskColorOverlay",
|
||||||
"YC_SingleTextNode",
|
"YC_SingleTextNode",
|
||||||
"YC_textReplaceNode"
|
"YC_textReplaceNode",
|
||||||
|
"ycImageTilem"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-YCNodes"
|
"title_aux": "ComfyUI-YCNodes"
|
||||||
@ -55057,7 +55104,8 @@
|
|||||||
"Add Subtitles To Background",
|
"Add Subtitles To Background",
|
||||||
"Add Subtitles To Frames",
|
"Add Subtitles To Frames",
|
||||||
"Apply Whisper",
|
"Apply Whisper",
|
||||||
"Resize Cropped Subtitles"
|
"Resize Cropped Subtitles",
|
||||||
|
"Save SRT"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI Whisper"
|
"title_aux": "ComfyUI Whisper"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user