• 9 min read
Experimenting with CLIP and VQGAN to Create AI Generated Art
SUMMARY
Combining OpenAI's CLIP model with VQGAN allows a generative network to be steered toward a text prompt by using CLIP as a scoring signal during image generation, replicating some of the behavior behind DALL-E before that model was publicly released. This post documents a series of