From d5121f1294227bc669ad7310d1c06945d0e32f50 Mon Sep 17 00:00:00 2001 From: Deepanjan Roy Date: Fri, 30 May 2025 19:25:55 -0400 Subject: [PATCH] Make custom_nodes write-permitted --- sandbox/windows_sandbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox/windows_sandbox.py b/sandbox/windows_sandbox.py index be87bb92e..a5989cd40 100644 --- a/sandbox/windows_sandbox.py +++ b/sandbox/windows_sandbox.py @@ -144,6 +144,7 @@ def try_enable_sandbox(): folder_paths.get_output_directory(), folder_paths.get_user_directory(), ] + write_permitted_dirs.extend(folder_paths.get_folder_paths("custom_nodes")) ensure_directories_exist(write_permitted_dirs)