https://github.com/danielenricocahall/glide-text2im

GLIDE: a diffusion-based text-conditional image synthesis model

https://github.com/danielenricocahall/glide-text2im

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

GLIDE: a diffusion-based text-conditional image synthesis model

Basic Info
  • Host: GitHub
  • Owner: danielenricocahall
  • License: mit
  • Default Branch: main
  • Homepage:
  • Size: 1.94 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of openai/glide-text2im
Created over 4 years ago · Last pushed over 4 years ago

https://github.com/danielenricocahall/glide-text2im/blob/main/

# GLIDE

This is the official codebase for running the small, filtered-data GLIDE model from [GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models](https://arxiv.org/abs/2112.10741).

For details on the pre-trained models in this repository, see the [Model Card](model-card.md).

# Usage

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

```
pip install -e .
```

For detailed usage examples, see the [notebooks](notebooks) directory.

 * The [text2im](notebooks/text2im.ipynb) [![][colab]][colab-text2im] notebook shows how to use GLIDE (filtered) with classifier-free guidance to produce images conditioned on text prompts. 
 * The [inpaint](notebooks/inpaint.ipynb) [![][colab]][colab-inpaint] notebook shows how to use GLIDE (filtered) to fill in a masked region of an image, conditioned on a text prompt. 
 * The [clip_guided](notebooks/clip_guided.ipynb) [![][colab]][colab-guided] notebook shows how to use GLIDE (filtered) + a filtered noise-aware CLIP model to produce images conditioned on text prompts. 

[colab]: 
[colab-text2im]: 
[colab-inpaint]: 
[colab-guided]: 

Owner

  • Name: Danny
  • Login: danielenricocahall
  • Kind: user
  • Location: Philadelphia, PA
  • Company: Disney Streaming Services

GitHub Events

Total
Last Year