Skip to content

Commit a10dd7c

Browse files
committed
set default slg_scale to 0 (oops)
1 parent c329eab commit a10dd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct SDParams {
122122
int upscale_repeats = 1;
123123

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

0 commit comments

Comments
 (0)