mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-03-24 02:08:51 +00:00
fix: resolve SD1 Pix2Pix issue (#1329)
This commit is contained in:
parent
3d33caaef8
commit
c8fb3d2458
@ -2645,7 +2645,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