Skip to content

Commit

Permalink
set default slg_scale to 0 (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
stduhpf committed Nov 6, 2024
1 parent ca744d0 commit 05a44ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ struct SDParams {
int upscale_repeats = 1;

std::vector<int> skip_layers = {7, 8, 9};
float slg_scale = 2.5;
float slg_scale = 0.;
float skip_layer_start = 0.01;
float skip_layer_end = 0.2;
};
Expand Down

0 comments on commit 05a44ff

Please sign in to comment.