This is a fork of the official codebase for running the small, filtered-data GLIDE model from GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models.
For the blogpost this repo is based on, go to: blog.paperspace.com/glide-image-generation/
For details on the pre-trained models in this repository, see the Model Card.
To install this package, clone this repository and then run:
pip install -e .
For detailed usage examples, see the notebooks directory.