Skip to content

Commit

Permalink
Enable downloading models from Manager into the right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Nov 30, 2024
1 parent 26a1955 commit 76340b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/comfyServerConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, ModelPaths> = {
win32: {
Expand Down

0 comments on commit 76340b1

Please sign in to comment.