From 9e9e4fd68e955bd6864025095ac9e01edf2e91d2 Mon Sep 17 00:00:00 2001 From: Matvei Kashkinov Date: Fri, 17 Jan 2025 10:53:41 +0100 Subject: [PATCH] add manager_files_directory to Ctx --- cm-cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cm-cli.py b/cm-cli.py index 0de36d3b..06ecb1df 100644 --- a/cm-cli.py +++ b/cm-cli.py @@ -95,6 +95,7 @@ class Ctx: self.mode = 'cache' self.user_directory = None self.custom_nodes_paths = [os.path.join(core.comfy_path, 'custom_nodes')] + self.manager_files_directory = os.path.dirname(__file__) if Ctx.folder_paths is None: try: