change default style ratio to 10%

This commit is contained in:
bssrdf
2024-02-19 16:23:46 -05:00
parent aa21577363
commit 78ec6f7e51

View File

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