You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stable-diffusion.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,7 @@ class StableDiffusionGGML {
343
343
if (version == VERSION_SD3_MEDIUM || version == VERSION_SD3_5_MEDIUM || version == VERSION_SD3_5_LARGE || version == VERSION_FLUX_DEV || version == VERSION_FLUX_SCHNELL) {
344
344
use_t5xxl = true;
345
345
}
346
-
if (!ggml_backend_is_cpu(backend) && use_t5xxl && conditioner_wtype < GGML_TYPE_F16) {
346
+
if (!ggml_backend_is_cpu(backend) && use_t5xxl && conditioner_wtype != diffusion_model_wtype) {
0 commit comments