StyleGANXL-CLIP icon indicating copy to clipboard operation
StyleGANXL-CLIP copied to clipboard

A notebook for text-based guided image generation using StyleGANXL and CLIP.

StyleGANXL+CLIP notebook

Open in Colab

A notebook for Out-of-Domain text-based image generation using the new StyleGAN-XL[^1] and CLIP[^2]. Now with W+ optimization (thanks to Katherine Crowson) and video generation.

Examples

Two judo athletes fighting An ant A red apple

Acknowledgements

The notebook is largely based on code by Katherine Crowson and nshepperd.

We are also very grateful for the help of the CasualGANPapers community and especially Axel Sauer for taking it's time to help us and answer our questions.

[^1]: StyleGANXL was created by Axel Sauer and Katja Schwarz and Andreas Geiger. Here is the official implementation.

[^2]: CLIP (Contrastive Language-Image Pre-Training) is a multimodal model made by OpenAI. For more information head over here. y