From ff9ad141acc538679cb37046889e9a045817f584 Mon Sep 17 00:00:00 2001 From: Hongyu Chiu <20734616+james77777778@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:31:47 +0800 Subject: [PATCH] Update random walk of SD3 --- scripts/examples_master.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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",