Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions scripts/examples_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,8 @@
"keras_3": True,
},
{
"path": "random_walks_with_stable_diffusion",
"title": "A walk through latent space with Stable Diffusion",
"path": "random_walks_with_stable_diffusion_3",
"title": "A walk through latent space with Stable Diffusion 3",
"subcategory": "Image generation",
"highlight": True,
"keras_3": True,
Expand Down Expand Up @@ -819,6 +819,12 @@
"title": "Vector-Quantized Variational Autoencoders",
"subcategory": "Image generation",
},
{
"path": "random_walks_with_stable_diffusion",
"title": "A walk through latent space with Stable Diffusion",
"subcategory": "Image generation",
"keras_3": True,
},
# Style transfer
{
"path": "neural_style_transfer",
Expand Down
Loading