Skip to content

Commit 0898e77

Browse files
Update random walk of SD3 (#2017)
1 parent 9c3b9b7 commit 0898e77

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

scripts/examples_master.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@
730730
"keras_3": True,
731731
},
732732
{
733-
"path": "random_walks_with_stable_diffusion",
734-
"title": "A walk through latent space with Stable Diffusion",
733+
"path": "random_walks_with_stable_diffusion_3",
734+
"title": "A walk through latent space with Stable Diffusion 3",
735735
"subcategory": "Image generation",
736736
"highlight": True,
737737
"keras_3": True,
@@ -819,6 +819,12 @@
819819
"title": "Vector-Quantized Variational Autoencoders",
820820
"subcategory": "Image generation",
821821
},
822+
{
823+
"path": "random_walks_with_stable_diffusion",
824+
"title": "A walk through latent space with Stable Diffusion",
825+
"subcategory": "Image generation",
826+
"keras_3": True,
827+
},
822828
# Style transfer
823829
{
824830
"path": "neural_style_transfer",

0 commit comments

Comments
 (0)