mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Make custom_nodes write-permitted
This commit is contained in:
parent
46af9a9ac2
commit
d5121f1294
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user