removed typo

This commit is contained in:
Pikachú 2023-06-20 16:18:37 +03:00
parent 156b7225c6
commit 9d39e9f756
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ We can also do the opposite. If we have a collection of images, we can pass this
Open the [Clip.ipynb](Clip.ipynb) notebook to see CLIP in action.
## Contrastive Image Pre-Training (CLIP)
## Image Generation with VQGAN+ CLIP
CLIP can also be used for **image generation** from a text prompt. In order to do this, we need a **generator model** that will be able to generate images based on some vector input. One of such models is called [VQGAN](https://compvis.github.io/taming-transformers/) (Vector-Quantized GAN).