Update README.md

This commit is contained in:
lunarring 2023-01-09 09:13:33 +01:00 committed by GitHub
parent 0625ca884f
commit 37ebe240bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Latent blending enables you to generate super smooth video transitions between prompts. It is based on [stable diffusion 2.1](https://stability.ai/blog/stablediffusion2-1-release7-dec-2022). The key idea is to take the intermediate latent representations and mix them together before further developing them. You can fully specify how this happens or use presets. Latent blending enables you to generate super smooth video transitions between prompts. It is based on [stable diffusion 2.1](https://stability.ai/blog/stablediffusion2-1-release7-dec-2022). The key idea is to take the intermediate latent representations and mix them together before further developing them. You can fully specify how this happens or use presets.
Latent blending is an advanced technique that enables users to generate super-smooth transitions between different video 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 choose full customization or preset options.
# Quickstart # Quickstart
```python ```python
fp_ckpt = 'path_to_SD2.ckpt' fp_ckpt = 'path_to_SD2.ckpt'