Merge pull request #3 from brianfitzgerald/main

Add example notebook and link to a Colab instance
This commit is contained in:
Lunar Ring 2023-01-14 12:29:13 +01:00 committed by GitHub
commit 1b12b7572d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 999 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Latent blending enables video transitions with incredible smoothness between prompts, computed within seconds. Powered by [stable diffusion 2.1](https://stability.ai/blog/stablediffusion2-1-release7-dec-2022), this method involves specific mixing of intermediate latent representations to create a seamless transition with users having the option to fully customize the transition and run high-resolution upscaling. Latent blending enables video transitions with incredible smoothness between prompts, computed within seconds. Powered by [stable diffusion 2.1](https://stability.ai/blog/stablediffusion2-1-release7-dec-2022), this method involves specific mixing of intermediate latent representations to create a seamless transition with users having the option to fully customize the transition and run high-resolution upscaling.
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1BhnWlNzkkokKvB9LEwp2O-yuvZXGNN_b?usp=sharing)
```python ```python
fp_ckpt = 'path_to_SD2.ckpt' fp_ckpt = 'path_to_SD2.ckpt'

997
latent_blending.ipynb Normal file

File diff suppressed because one or more lines are too long