Is the latent (with leftover noise) from SDXL incompatible with SD1.5 ? #1098
-
I tried to use the SDXL latent image (with leftover noise) in a sampler using SD1.5 model and it yield a mess. It worked well for purely SDXL workflows, or purely SD1.5. The mix doesn't work for me. |
Beta Was this translation helpful? Give feedback.
Answered by
comfyanonymous
Aug 3, 2023
Replies: 1 comment 2 replies
-
The latent images are not compatible between SD1.x and SDXL. You have to either VAEDecode and VAEEncode or use something like: https://github.com/city96/SD-Latent-Interposer |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ntdviet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latent images are not compatible between SD1.x and SDXL. You have to either VAEDecode and VAEEncode or use something like: https://github.com/city96/SD-Latent-Interposer