Update README.md

This commit is contained in:
lunarring 2023-01-09 08:58:03 +01:00 committed by GitHub
parent f52eb4eb20
commit 43f3749fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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