Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c21ea0

Browse files
stduhpfSkutteOleg
authored andcommitted
set default slg_scale to 0 (oops)
1 parent fa10612 commit 0c21ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ struct SDParams {
121121
int upscale_repeats = 1;
122122

123123
std::vector<int> skip_layers = {7, 8, 9};
124-
float slg_scale = 2.5;
124+
float slg_scale = 0.;
125125
float skip_layer_start = 0.01;
126126
float skip_layer_end = 0.2;
127127
};

0 commit comments

Comments
 (0)