mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-21 04:10:48 +08:00
update DB
This commit is contained in:
parent
9c3f362fe9
commit
3c65a64866
@ -4124,6 +4124,27 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:SegToMask"
|
"description": "Nodes:SegToMask"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "glowcone",
|
||||||
|
"title": "Load Image From Base64 URI",
|
||||||
|
"reference": "https://github.com/glowcone/comfyui-base64-to-image",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/glowcone/comfyui-base64-to-image"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "AInseven",
|
||||||
|
"title": "ComfyUI-fastblend",
|
||||||
|
"reference": "https://github.com/AInseven/ComfyUI-fastblend",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AInseven/ComfyUI-fastblend"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "fastblend for comfyui, and other nodes that I write for video2video. rebatch image, my openpose"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"author": "Ser-Hilary",
|
"author": "Ser-Hilary",
|
||||||
@ -4431,16 +4452,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": "glowcone",
|
|
||||||
"title": "Load Image From Base64 URI",
|
|
||||||
"reference": "https://github.com/glowcone/comfyui-base64-to-image",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/glowcone/comfyui-base64-to-image"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -70,6 +70,19 @@
|
|||||||
"title_aux": "ComfyUI-Static-Primitives"
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AInseven/ComfyUI-fastblend": [
|
||||||
|
[
|
||||||
|
"FillDarkMask",
|
||||||
|
"InterpolateKeyFrame",
|
||||||
|
"MaskListcaptoBatch",
|
||||||
|
"MyOpenPoseNode",
|
||||||
|
"SmoothVideo",
|
||||||
|
"reBatchImage"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-fastblend"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"AutoNegativePrompt",
|
"AutoNegativePrompt",
|
||||||
@ -1029,8 +1042,10 @@
|
|||||||
[
|
[
|
||||||
"VHS_DuplicateImages",
|
"VHS_DuplicateImages",
|
||||||
"VHS_DuplicateLatents",
|
"VHS_DuplicateLatents",
|
||||||
|
"VHS_DuplicateMasks",
|
||||||
"VHS_GetImageCount",
|
"VHS_GetImageCount",
|
||||||
"VHS_GetLatentCount",
|
"VHS_GetLatentCount",
|
||||||
|
"VHS_GetMaskCount",
|
||||||
"VHS_LoadAudio",
|
"VHS_LoadAudio",
|
||||||
"VHS_LoadImages",
|
"VHS_LoadImages",
|
||||||
"VHS_LoadImagesPath",
|
"VHS_LoadImagesPath",
|
||||||
@ -1038,10 +1053,13 @@
|
|||||||
"VHS_LoadVideoPath",
|
"VHS_LoadVideoPath",
|
||||||
"VHS_MergeImages",
|
"VHS_MergeImages",
|
||||||
"VHS_MergeLatents",
|
"VHS_MergeLatents",
|
||||||
|
"VHS_MergeMasks",
|
||||||
"VHS_SelectEveryNthImage",
|
"VHS_SelectEveryNthImage",
|
||||||
"VHS_SelectEveryNthLatent",
|
"VHS_SelectEveryNthLatent",
|
||||||
|
"VHS_SelectEveryNthMask",
|
||||||
"VHS_SplitImages",
|
"VHS_SplitImages",
|
||||||
"VHS_SplitLatents",
|
"VHS_SplitLatents",
|
||||||
|
"VHS_SplitMasks",
|
||||||
"VHS_VAEDecodeBatched",
|
"VHS_VAEDecodeBatched",
|
||||||
"VHS_VAEEncodeBatched",
|
"VHS_VAEEncodeBatched",
|
||||||
"VHS_VideoCombine"
|
"VHS_VideoCombine"
|
||||||
@ -2058,6 +2076,7 @@
|
|||||||
"tri3d-extract-parts-batch2",
|
"tri3d-extract-parts-batch2",
|
||||||
"tri3d-extract-parts-mask-batch",
|
"tri3d-extract-parts-mask-batch",
|
||||||
"tri3d-face-recognise",
|
"tri3d-face-recognise",
|
||||||
|
"tri3d-float-to-image",
|
||||||
"tri3d-fuzzification",
|
"tri3d-fuzzification",
|
||||||
"tri3d-interaction-canny",
|
"tri3d-interaction-canny",
|
||||||
"tri3d-load-pose-json",
|
"tri3d-load-pose-json",
|
||||||
@ -3726,6 +3745,7 @@
|
|||||||
"BatchCount+",
|
"BatchCount+",
|
||||||
"CLIPTextEncodeSDXL+",
|
"CLIPTextEncodeSDXL+",
|
||||||
"ConsoleDebug+",
|
"ConsoleDebug+",
|
||||||
|
"DebugTensorShape+",
|
||||||
"ExtractKeyframes+",
|
"ExtractKeyframes+",
|
||||||
"GetImageSize+",
|
"GetImageSize+",
|
||||||
"ImageCASharpening+",
|
"ImageCASharpening+",
|
||||||
@ -3747,7 +3767,6 @@
|
|||||||
"ModelCompile+",
|
"ModelCompile+",
|
||||||
"SDXLResolutionPicker+",
|
"SDXLResolutionPicker+",
|
||||||
"SimpleMath+",
|
"SimpleMath+",
|
||||||
"StableZero123_Increments",
|
|
||||||
"TransitionMask+"
|
"TransitionMask+"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -4201,6 +4220,14 @@
|
|||||||
"title_aux": "ComfyUI-GlifNodes"
|
"title_aux": "ComfyUI-GlifNodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/glowcone/comfyui-base64-to-image": [
|
||||||
|
[
|
||||||
|
"LoadImageFromBase64"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Load Image From Base64 URI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/guoyk93/yk-node-suite-comfyui": [
|
"https://github.com/guoyk93/yk-node-suite-comfyui": [
|
||||||
[
|
[
|
||||||
"YKImagePadForOutpaint",
|
"YKImagePadForOutpaint",
|
||||||
@ -4961,11 +4988,13 @@
|
|||||||
"GlobalSampler //Inspire",
|
"GlobalSampler //Inspire",
|
||||||
"GlobalSeed //Inspire",
|
"GlobalSeed //Inspire",
|
||||||
"HEDPreprocessor_Provider_for_SEGS //Inspire",
|
"HEDPreprocessor_Provider_for_SEGS //Inspire",
|
||||||
|
"ImageBatchSplitter //Inspire",
|
||||||
"InpaintPreprocessor_Provider_for_SEGS //Inspire",
|
"InpaintPreprocessor_Provider_for_SEGS //Inspire",
|
||||||
"KSampler //Inspire",
|
"KSampler //Inspire",
|
||||||
"KSamplerAdvanced //Inspire",
|
"KSamplerAdvanced //Inspire",
|
||||||
"KSamplerAdvancedProgress //Inspire",
|
"KSamplerAdvancedProgress //Inspire",
|
||||||
"KSamplerProgress //Inspire",
|
"KSamplerProgress //Inspire",
|
||||||
|
"LatentBatchSplitter //Inspire",
|
||||||
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"LineArt_Preprocessor_Provider_for_SEGS //Inspire",
|
"LineArt_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"ListCounter //Inspire",
|
"ListCounter //Inspire",
|
||||||
@ -4985,6 +5014,7 @@
|
|||||||
"OpenPose_Preprocessor_Provider_for_SEGS //Inspire",
|
"OpenPose_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"PromptBuilder //Inspire",
|
"PromptBuilder //Inspire",
|
||||||
"PromptExtractor //Inspire",
|
"PromptExtractor //Inspire",
|
||||||
|
"RandomGeneratorForList //Inspire",
|
||||||
"RegionalConditioningColorMask //Inspire",
|
"RegionalConditioningColorMask //Inspire",
|
||||||
"RegionalConditioningSimple //Inspire",
|
"RegionalConditioningSimple //Inspire",
|
||||||
"RegionalIPAdapterColorMask //Inspire",
|
"RegionalIPAdapterColorMask //Inspire",
|
||||||
@ -5681,6 +5711,7 @@
|
|||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"LoadImagesFromURL",
|
"LoadImagesFromURL",
|
||||||
"MergeLayers",
|
"MergeLayers",
|
||||||
|
"MirroredImage",
|
||||||
"MultiplicationNode",
|
"MultiplicationNode",
|
||||||
"NewLayer",
|
"NewLayer",
|
||||||
"NoiseImage",
|
"NoiseImage",
|
||||||
@ -5698,6 +5729,7 @@
|
|||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"SvgImage",
|
"SvgImage",
|
||||||
"SwitchByIndex",
|
"SwitchByIndex",
|
||||||
|
"TESTNODE_",
|
||||||
"TextImage",
|
"TextImage",
|
||||||
"TextInput_",
|
"TextInput_",
|
||||||
"TextToNumber",
|
"TextToNumber",
|
||||||
|
|||||||
@ -10,6 +10,16 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "MrAdamBlack",
|
||||||
|
"title": "CheckProgress [WIP]",
|
||||||
|
"reference": "https://github.com/MrAdamBlack/CheckProgress",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/MrAdamBlack/CheckProgress"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "I was looking for a node to put in place to ensure my prompt etc where going as expected before the rest of the flow executed. To end the session, I just return the input image as None (see expected error). Recommend using it alongside PreviewImage, then output to the rest of the flow and Save Image."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "11cafe",
|
"author": "11cafe",
|
||||||
"title": "ComfyUI Model Manager [WIP]",
|
"title": "ComfyUI Model Manager [WIP]",
|
||||||
|
|||||||
@ -9,7 +9,27 @@
|
|||||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel."
|
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "AInseven",
|
||||||
|
"title": "ComfyUI-fastblend",
|
||||||
|
"reference": "https://github.com/AInseven/ComfyUI-fastblend",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AInseven/ComfyUI-fastblend"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "fastblend for comfyui, and other nodes that I write for video2video. rebatch image, my openpose"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "glowcone",
|
||||||
|
"title": "Load Image From Base64 URI",
|
||||||
|
"reference": "https://github.com/glowcone/comfyui-base64-to-image",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/glowcone/comfyui-base64-to-image"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "shiimizu",
|
"author": "shiimizu",
|
||||||
"title": "Tiled Diffusion & VAE for ComfyUI",
|
"title": "Tiled Diffusion & VAE for ComfyUI",
|
||||||
@ -673,26 +693,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI nodes to facilitate parameter/prompt keyframing using comfyui nodes for defining and manipulating parameter curves. Essentially provides a ComfyUI interface to the [a/keyframed](https://github.com/dmarx/keyframed) library."
|
"description": "ComfyUI nodes to facilitate parameter/prompt keyframing using comfyui nodes for defining and manipulating parameter curves. Essentially provides a ComfyUI interface to the [a/keyframed](https://github.com/dmarx/keyframed) library."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "TripleHeadedMonkey",
|
|
||||||
"title": "ComfyUI_MileHighStyler",
|
|
||||||
"reference": "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "This extension provides various SDXL Prompt Stylers. See: [a/youtube](https://youtu.be/WBHI-2uww7o?si=dijvDaUI4nmx4VkF)"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "Extraltodeus",
|
|
||||||
"title": "sigmas_tools_and_the_golden_scheduler",
|
|
||||||
"reference": "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A few nodes to mix sigmas and a custom scheduler that uses phi, then one using eval() to be able to schedule with custom formulas."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -70,6 +70,19 @@
|
|||||||
"title_aux": "ComfyUI-Static-Primitives"
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AInseven/ComfyUI-fastblend": [
|
||||||
|
[
|
||||||
|
"FillDarkMask",
|
||||||
|
"InterpolateKeyFrame",
|
||||||
|
"MaskListcaptoBatch",
|
||||||
|
"MyOpenPoseNode",
|
||||||
|
"SmoothVideo",
|
||||||
|
"reBatchImage"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-fastblend"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"AutoNegativePrompt",
|
"AutoNegativePrompt",
|
||||||
@ -1029,8 +1042,10 @@
|
|||||||
[
|
[
|
||||||
"VHS_DuplicateImages",
|
"VHS_DuplicateImages",
|
||||||
"VHS_DuplicateLatents",
|
"VHS_DuplicateLatents",
|
||||||
|
"VHS_DuplicateMasks",
|
||||||
"VHS_GetImageCount",
|
"VHS_GetImageCount",
|
||||||
"VHS_GetLatentCount",
|
"VHS_GetLatentCount",
|
||||||
|
"VHS_GetMaskCount",
|
||||||
"VHS_LoadAudio",
|
"VHS_LoadAudio",
|
||||||
"VHS_LoadImages",
|
"VHS_LoadImages",
|
||||||
"VHS_LoadImagesPath",
|
"VHS_LoadImagesPath",
|
||||||
@ -1038,10 +1053,13 @@
|
|||||||
"VHS_LoadVideoPath",
|
"VHS_LoadVideoPath",
|
||||||
"VHS_MergeImages",
|
"VHS_MergeImages",
|
||||||
"VHS_MergeLatents",
|
"VHS_MergeLatents",
|
||||||
|
"VHS_MergeMasks",
|
||||||
"VHS_SelectEveryNthImage",
|
"VHS_SelectEveryNthImage",
|
||||||
"VHS_SelectEveryNthLatent",
|
"VHS_SelectEveryNthLatent",
|
||||||
|
"VHS_SelectEveryNthMask",
|
||||||
"VHS_SplitImages",
|
"VHS_SplitImages",
|
||||||
"VHS_SplitLatents",
|
"VHS_SplitLatents",
|
||||||
|
"VHS_SplitMasks",
|
||||||
"VHS_VAEDecodeBatched",
|
"VHS_VAEDecodeBatched",
|
||||||
"VHS_VAEEncodeBatched",
|
"VHS_VAEEncodeBatched",
|
||||||
"VHS_VideoCombine"
|
"VHS_VideoCombine"
|
||||||
@ -2058,6 +2076,7 @@
|
|||||||
"tri3d-extract-parts-batch2",
|
"tri3d-extract-parts-batch2",
|
||||||
"tri3d-extract-parts-mask-batch",
|
"tri3d-extract-parts-mask-batch",
|
||||||
"tri3d-face-recognise",
|
"tri3d-face-recognise",
|
||||||
|
"tri3d-float-to-image",
|
||||||
"tri3d-fuzzification",
|
"tri3d-fuzzification",
|
||||||
"tri3d-interaction-canny",
|
"tri3d-interaction-canny",
|
||||||
"tri3d-load-pose-json",
|
"tri3d-load-pose-json",
|
||||||
@ -3726,6 +3745,7 @@
|
|||||||
"BatchCount+",
|
"BatchCount+",
|
||||||
"CLIPTextEncodeSDXL+",
|
"CLIPTextEncodeSDXL+",
|
||||||
"ConsoleDebug+",
|
"ConsoleDebug+",
|
||||||
|
"DebugTensorShape+",
|
||||||
"ExtractKeyframes+",
|
"ExtractKeyframes+",
|
||||||
"GetImageSize+",
|
"GetImageSize+",
|
||||||
"ImageCASharpening+",
|
"ImageCASharpening+",
|
||||||
@ -3747,7 +3767,6 @@
|
|||||||
"ModelCompile+",
|
"ModelCompile+",
|
||||||
"SDXLResolutionPicker+",
|
"SDXLResolutionPicker+",
|
||||||
"SimpleMath+",
|
"SimpleMath+",
|
||||||
"StableZero123_Increments",
|
|
||||||
"TransitionMask+"
|
"TransitionMask+"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -4201,6 +4220,14 @@
|
|||||||
"title_aux": "ComfyUI-GlifNodes"
|
"title_aux": "ComfyUI-GlifNodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/glowcone/comfyui-base64-to-image": [
|
||||||
|
[
|
||||||
|
"LoadImageFromBase64"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Load Image From Base64 URI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/guoyk93/yk-node-suite-comfyui": [
|
"https://github.com/guoyk93/yk-node-suite-comfyui": [
|
||||||
[
|
[
|
||||||
"YKImagePadForOutpaint",
|
"YKImagePadForOutpaint",
|
||||||
@ -4961,11 +4988,13 @@
|
|||||||
"GlobalSampler //Inspire",
|
"GlobalSampler //Inspire",
|
||||||
"GlobalSeed //Inspire",
|
"GlobalSeed //Inspire",
|
||||||
"HEDPreprocessor_Provider_for_SEGS //Inspire",
|
"HEDPreprocessor_Provider_for_SEGS //Inspire",
|
||||||
|
"ImageBatchSplitter //Inspire",
|
||||||
"InpaintPreprocessor_Provider_for_SEGS //Inspire",
|
"InpaintPreprocessor_Provider_for_SEGS //Inspire",
|
||||||
"KSampler //Inspire",
|
"KSampler //Inspire",
|
||||||
"KSamplerAdvanced //Inspire",
|
"KSamplerAdvanced //Inspire",
|
||||||
"KSamplerAdvancedProgress //Inspire",
|
"KSamplerAdvancedProgress //Inspire",
|
||||||
"KSamplerProgress //Inspire",
|
"KSamplerProgress //Inspire",
|
||||||
|
"LatentBatchSplitter //Inspire",
|
||||||
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"LineArt_Preprocessor_Provider_for_SEGS //Inspire",
|
"LineArt_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"ListCounter //Inspire",
|
"ListCounter //Inspire",
|
||||||
@ -4985,6 +5014,7 @@
|
|||||||
"OpenPose_Preprocessor_Provider_for_SEGS //Inspire",
|
"OpenPose_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"PromptBuilder //Inspire",
|
"PromptBuilder //Inspire",
|
||||||
"PromptExtractor //Inspire",
|
"PromptExtractor //Inspire",
|
||||||
|
"RandomGeneratorForList //Inspire",
|
||||||
"RegionalConditioningColorMask //Inspire",
|
"RegionalConditioningColorMask //Inspire",
|
||||||
"RegionalConditioningSimple //Inspire",
|
"RegionalConditioningSimple //Inspire",
|
||||||
"RegionalIPAdapterColorMask //Inspire",
|
"RegionalIPAdapterColorMask //Inspire",
|
||||||
@ -5681,6 +5711,7 @@
|
|||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"LoadImagesFromURL",
|
"LoadImagesFromURL",
|
||||||
"MergeLayers",
|
"MergeLayers",
|
||||||
|
"MirroredImage",
|
||||||
"MultiplicationNode",
|
"MultiplicationNode",
|
||||||
"NewLayer",
|
"NewLayer",
|
||||||
"NoiseImage",
|
"NoiseImage",
|
||||||
@ -5698,6 +5729,7 @@
|
|||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"SvgImage",
|
"SvgImage",
|
||||||
"SwitchByIndex",
|
"SwitchByIndex",
|
||||||
|
"TESTNODE_",
|
||||||
"TextImage",
|
"TextImage",
|
||||||
"TextInput_",
|
"TextInput_",
|
||||||
"TextToNumber",
|
"TextToNumber",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user