From 4ccb3cf3196d52895991f50d73ac0944f93b579d Mon Sep 17 00:00:00 2001 From: bilt Date: Fri, 11 Jul 2025 19:26:29 +0800 Subject: [PATCH] encrypt default True --- comfy_extras/nodes_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py index 89328b3dc..81efbe770 100644 --- a/comfy_extras/nodes_video.py +++ b/comfy_extras/nodes_video.py @@ -94,7 +94,7 @@ class SaveVideo(ComfyNodeABC): "filename_prefix": ("STRING", {"default": "video/ComfyUI", "tooltip": "The prefix for the file to save. This may include formatting information such as %date:yyyy-MM-dd% or %Empty Latent Image.width% to include values from nodes."}), "format": (VideoContainer.as_input(), {"default": "auto", "tooltip": "The format to save the video as."}), "codec": (VideoCodec.as_input(), {"default": "auto", "tooltip": "The codec to use for the video."}), - "encrypt": ("BOOLEAN", {"default": False, "tooltip": "Enable simple XOR encryption"}), + "encrypt": ("BOOLEAN", {"default": True, "tooltip": "Enable simple XOR encryption"}), "encryption_key": ("STRING", {"default": "key4comfy", "tooltip": "Encryption key for XOR encryption"}), }, "hidden": {