revert default style ratio back ro 20%

This commit is contained in:
bssrdf
2024-02-22 21:54:40 -05:00
parent dbe74df6a5
commit e32462d2f1

View File

@@ -74,7 +74,7 @@ struct SDParams {
std::string prompt;
std::string negative_prompt;
float cfg_scale = 7.0f;
float style_ratio = 10.f;
float style_ratio = 20.f;
int clip_skip = -1; // <= 0 represents unspecified
int width = 512;
int height = 512;