We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f1bf4 commit 7120eb7Copy full SHA for 7120eb7
stable-diffusion.cpp
@@ -1351,7 +1351,7 @@ class StableDiffusionGGML {
1351
if (sd_version_is_sd3(version)) {
1352
latent_rgb_proj = sd3_latent_rgb_proj;
1353
latent_rgb_bias = sd3_latent_rgb_bias;
1354
- } else if (sd_version_is_flux(version)) {
+ } else if (sd_version_is_flux(version) || sd_version_is_z_image(version)) {
1355
latent_rgb_proj = flux_latent_rgb_proj;
1356
latent_rgb_bias = flux_latent_rgb_bias;
1357
} else if (sd_version_is_wan(version) || sd_version_is_qwen_image(version)) {
0 commit comments