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 da7fd4a commit 7dc3e3eCopy full SHA for 7dc3e3e
otherarch/sdcpp/sdtype_adapter.cpp
@@ -301,6 +301,7 @@ static std::string get_image_params(const SDParams& params) {
301
parameter_string += "Seed: " + std::to_string(params.seed) + " | ";
302
parameter_string += "Size: " + std::to_string(params.width) + "x" + std::to_string(params.height) + " | ";
303
parameter_string += "Sampler: " + std::to_string((int)sd_params->sample_method) + " | ";
304
+ parameter_string += "Clip skip: " + std::to_string((int)sd_params->clip_skip) + " | ";
305
parameter_string += "Model: " + sdmodelfilename + " | ";
306
parameter_string += "Version: KoboldCpp";
307
return parameter_string;
0 commit comments