Skip to content

Commit 92dcc42

Browse files
committed
fix typo
1 parent 05321d6 commit 92dcc42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labml_nn/diffusion/stable_diffusion/latent_diffusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Latent Diffusion Models
1010
1111
Latent diffusion models use an auto-encoder to map between image space and
12-
latent space. The diffusion model works on the diffusion space, which makes it
12+
latent space. The diffusion model works on the latent space, which makes it
1313
a lot easier to train.
1414
It is based on paper
1515
[High-Resolution Image Synthesis with Latent Diffusion Models](https://papers.labml.ai/paper/2112.10752).

0 commit comments

Comments
 (0)