diff --git a/scripts/examples_master.py b/scripts/examples_master.py index a2287b1c26..b294e688b0 100644 --- a/scripts/examples_master.py +++ b/scripts/examples_master.py @@ -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, @@ -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",