mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-03-24 10:18:51 +00:00
fix: resolve SD1 Pix2Pix issue
This commit is contained in:
parent
d95062737e
commit
37327f7a08
@ -2646,7 +2646,7 @@ public:
|
|||||||
} else {
|
} else {
|
||||||
latent = gaussian_latent_sample(work_ctx, vae_output);
|
latent = gaussian_latent_sample(work_ctx, vae_output);
|
||||||
}
|
}
|
||||||
if (!use_tiny_autoencoder) {
|
if (!use_tiny_autoencoder && version != VERSION_SD1_PIX2PIX) {
|
||||||
process_latent_in(latent);
|
process_latent_in(latent);
|
||||||
}
|
}
|
||||||
if (sd_version_is_qwen_image(version) || sd_version_is_anima(version)) {
|
if (sd_version_is_qwen_image(version) || sd_version_is_anima(version)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user