Update README.md

This commit is contained in:
lunarring 2023-01-09 16:43:18 +01:00 committed by GitHub
parent c88305c7fd
commit 0a6b55b2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Quickstart
Latent blending enables lightning-fast video transitions with incredible smoothness between prompts. 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 lightning-fast video transitions with incredible smoothness between prompts. 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.
# Quickstart
```python ```python
fp_ckpt = 'path_to_SD2.ckpt' fp_ckpt = 'path_to_SD2.ckpt'
fp_config = 'path_to_config.yaml' fp_config = 'path_to_config.yaml'