From e32462d2f1e70a71baaefa06ea63a50316b7bea1 Mon Sep 17 00:00:00 2001 From: bssrdf Date: Thu, 22 Feb 2024 21:54:40 -0500 Subject: [PATCH] revert default style ratio back ro 20% --- examples/cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli/main.cpp b/examples/cli/main.cpp index 56e62722..bb970118 100644 --- a/examples/cli/main.cpp +++ b/examples/cli/main.cpp @@ -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;