fix: resolve SD1 Pix2Pix issue (#1329)

This commit is contained in:
leejet
2026-03-08 00:28:05 +08:00
committed by GitHub
parent 3d33caaef8
commit c8fb3d2458

View File

@@ -2645,7 +2645,7 @@ public:
} else {
latent = gaussian_latent_sample(work_ctx, vae_output);
}
if (!use_tiny_autoencoder) {
if (!use_tiny_autoencoder && version != VERSION_SD1_PIX2PIX) {
process_latent_in(latent);
}
if (sd_version_is_qwen_image(version) || sd_version_is_anima(version)) {