Running comfyUI in a controlled environment #5919
-
Hi, I tried to install and run ComfyUI under an Environment, where Windows 11 Policies prohibit running files from anywhere but "Program Files " in the user context. Would it be to much to ask for a separation of configuration, Log and all other Files to be modified during runtime and the actual Software that runs from the c:\program files\comfyUI Folder?! can these path's eventually be configured within a config file, that is read and digested on startup? regards Michael |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't know why you use install to there. |
Beta Was this translation helpful? Give feedback.
I don't know why you use install to there.
But you need to avoid any writable things from there.
To achieve that use
--user-directory
,--extra-model-paths-config
,--output-directory
,--temp-directory
,--input-directory
cli options.