We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13bf44 commit a5ae116Copy full SHA for a5ae116
1 file changed
otherarch/sdcpp/sdtype_adapter.cpp
@@ -809,12 +809,12 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs)
809
810
if(!remove_limits && loadedsdver == SDVersion::VERSION_Z_IMAGE)
811
{
812
- if(sd_params->cfg_scale > 3.0f)
+ if(sd_params->cfg_scale > 4.0f)
813
814
if (!sd_is_quiet && sddebugmode) {
815
- printf("Z-Image: clamping CFG Scale to 3.0 to preserve quality\n");
+ printf("Z-Image: clamping CFG Scale to 4.0 to preserve quality\n");
816
}
817
- sd_params->cfg_scale = 3.0f;
+ sd_params->cfg_scale = 4.0f;
818
819
820
0 commit comments