From 179a42b9bf7c9ff287f2fd680c6639d08a352a82 Mon Sep 17 00:00:00 2001 From: Johannes Stelzer Date: Mon, 5 Feb 2024 14:07:34 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d680aec..12a9198 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Latent blending enables video transitions with incredible smoothness between prompts, computed within seconds. Powered by [stable diffusion XL](https://stability.ai/stable-diffusion), this method involves specific mixing of intermediate latent representations to create a seamless transition – with users having the option to fully customize the transition directly in high-resolution. The new version also supports SDXL Turbo, allowing to generate transitions faster than they are typically played back! ```python +import torch from diffusers import AutoPipelineForText2Image from latentblending.blending_engine import BlendingEngine from latentblending.diffusers_holder import DiffusersHolder