Skip to content

Commit 81d439e

Browse files
authored
Update VAE output damage description
Clarify symptoms of using the wrong VAE in workflows.
1 parent 5848c6a commit 81d439e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tips/terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can think of it as a translator between two worlds:
109109

110110
The denoiser usually works in latent space because latent tensors are much smaller than full-resolution images, which makes diffusion practical on consumer hardware. The VAE is what lets the pipeline move into that latent space and back out again.
111111

112-
This is also why the wrong VAE can visibly damage output. Common symptoms include washed-out colors, odd contrast, muddy textures, or images that simply do not decode correctly and result in an error. In older SD and SDXL workflows, matching the intended VAE can matter a lot.
112+
This is also why the wrong VAE can visibly damage output. Common symptoms include washed-out colors, odd contrast, muddy textures, or images that simply do not decode correctly, resulting in an error or black output (NaN). In older SD and SDXL workflows, matching the intended VAE can matter a lot.
113113

114114
**Latent**
115115

0 commit comments

Comments
 (0)