Skip to content

Commit

Permalink
Fix config init
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jan 6, 2025
1 parent 05be043 commit 38104ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/sources/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ function base_init_config() {
raw.dilate = dilate_type_t.INSTANT;
raw.dilate_radius = 2;
raw.gpu_inference = true;
raw.blender = "";

base_ext_init_config(raw);
}

0 comments on commit 38104ed

Please sign in to comment.