From 78ec6f7e5182e310e912385b9798e6ed63a7fcd6 Mon Sep 17 00:00:00 2001 From: bssrdf Date: Mon, 19 Feb 2024 16:23:46 -0500 Subject: [PATCH] change default style ratio to 10% --- 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 cc95ce1f..f68c2959 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 = 20.f; + float style_ratio = 10.f; int clip_skip = -1; // <= 0 represents unspecified int width = 512; int height = 512;