Skip to content

Commit

Permalink
Enh: add more server side arguments (#465)
Browse files Browse the repository at this point in the history
* feat: Add more server side arguments

* Formatting

---------

Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com>
  • Loading branch information
oto-ciulis-tt and otociulis authored Dec 12, 2024
1 parent 8ebd0e4 commit 273275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-process/comfyServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export class ComfyServer {

get launchArgs() {
return ComfyServer.buildLaunchArgs(this.mainScriptPath, {
...this.serverArgs.extraServerArgs,
...this.coreLaunchArgs,
...this.serverArgs.extraServerArgs,
});
}

Expand Down

0 comments on commit 273275f

Please sign in to comment.