Skip to content

Commit c451cd2

Browse files
authored
Fix two typos (keras-team#1103)
1 parent bb737e5 commit c451cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/generative/random_walks_with_stable_diffusion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Generative image models learn a "latent manifold" of the visual world:
1313
a low-dimensional vector space where each point maps to an image.
14-
Going from such a point on the manifold back to a displayble image
14+
Going from such a point on the manifold back to a displayable image
1515
is called "decoding" -- in the Stable Diffusion model, this is handled by
1616
the "decoder" model.
1717
@@ -158,7 +158,7 @@ def export_as_gif(filename, images, frames_per_second=10, rubber_band=False):
158158
![Dog to Fruit 5](https://i.imgur.com/4ZCxZY4.gif)
159159
160160
The results may seem surprising. Generally, interpolating between prompts
161-
produces coherent looking images, and often demonstrate a progressive concept
161+
produces coherent looking images, and often demonstrates a progressive concept
162162
shift between the contents of the two prompts. This is indicative of a high
163163
quality representation space, that closely mirrors the natural structure
164164
of the visual world.

0 commit comments

Comments
 (0)