From 43f3749fbbe37a22c9956ab7b77ec6600feaa999 Mon Sep 17 00:00:00 2001 From: lunarring <78172771+lunarring@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:58:03 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8fc32..d1b1e49 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Latent blending allows you to generate smooth video transitions between two prompts. It is based on [stable diffusion 2.1](https://stability.ai/blog/stablediffusion2-1-release7-dec-2022) and remixes the latent reprensetation using spherical linear interpolations. This results in imperceptible transitions, where one image slowly turns into another one. # Example 1: simple transition -(mp4), code +![](example1.jpg) +To run a simple transition between two prompts, run `example1_standard.py`. # Example 2: inpainting transition (mp4), code