From 76340b106b2f273454262778551c8e8c741b03e9 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sat, 30 Nov 2024 13:53:57 -0800 Subject: [PATCH] Enable downloading models from Manager into the right place. --- src/config/comfyServerConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/comfyServerConfig.ts b/src/config/comfyServerConfig.ts index ae791917..ea47c07a 100644 --- a/src/config/comfyServerConfig.ts +++ b/src/config/comfyServerConfig.ts @@ -55,6 +55,7 @@ export class ComfyServerConfig { private static readonly commonPaths = { ...this.getBaseModelPathsFromRepoPath(''), custom_nodes: 'custom_nodes/', + download_model_base: 'models', }; private static readonly configTemplates: Record = { win32: {