Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 756 Bytes

GLIDE

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/

Gradient

For details on the pre-trained models in this repository, see the Model Card.

Usage

To install this package, clone this repository and then run:

pip install -e .

For detailed usage examples, see the notebooks directory.