We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb275a commit 81556f3Copy full SHA for 81556f3
examples/cli/main.cpp
@@ -126,9 +126,9 @@ struct SDParams {
126
int upscale_repeats = 1;
127
128
std::vector<int> skip_layers = {7, 8, 9};
129
- float slg_scale = 0.;
130
- float skip_layer_start = 0.01;
131
- float skip_layer_end = 0.2;
+ float slg_scale = 0.f;
+ float skip_layer_start = 0.01f;
+ float skip_layer_end = 0.2f;
132
};
133
134
void print_params(SDParams params) {
0 commit comments