From ac56d0e2c0a5a8da73f8b40f8e8de57b36e2cb53 Mon Sep 17 00:00:00 2001 From: Johannes Stelzer Date: Tue, 19 Mar 2024 11:39:48 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12a9198..4b52899 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,12 @@ be = BlendingEngine(pipe, do_compile=True) ``` ## Gradio UI -Coming soon again :) +We made a UI, in latentblending/gradio_ui.py +The idea is to generate the keyframes iteratively, selecting the best prompt and seed, and saving the result as .json. Next the video production can be run as a second step using example_multi_trans_json.py ## Example 1: Simple transition ![](example1.jpg) -To run a simple transition between two prompts, see `examples/single_trans.py` +To run a simple transition between two prompts, see `examples/single_trans.py`, or [check this volcano eruption ](https://youtu.be/O_2fpWHdnm4). ## Example 2: Multi transition To run multiple transition between K prompts, resulting in a stitched video, see `examples/multi_trans.py`.