Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 830 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 830 Bytes

MAGNet: Modern Art Generator using Deep Neural Networks

How I used CLIP, SWAGAN, and a genetic algorithm to create modern paintings from text descriptions

By Robert. A Gonsalves
sample images

You can see my article here on Medium.

The source code and generated images are released under the CC BY-SA license.
CC BY-NC-SA

Acknowledgements

StyleGAN2 and SWAGAN implementations are by rosinality, https://github.com/rosinality/stylegan2-pytorch
Native ops are by orpatashnik, https://github.com/orpatashnik/StyleCLIP