diff --git a/src/main-process/comfyServer.ts b/src/main-process/comfyServer.ts index 2ce3de95..bbd42920 100644 --- a/src/main-process/comfyServer.ts +++ b/src/main-process/comfyServer.ts @@ -88,6 +88,7 @@ export class ComfyServer implements HasTelemetry { 'front-end-root': this.webRootPath, 'base-directory': this.basePath, 'extra-model-paths-config': ComfyServerConfig.configPath, + 'log-stdout': '', }; }