openai / glide-text2im

GLIDE: a diffusion-based text-conditional image synthesis model
MIT License
3.53k stars 500 forks source link

added missing required package to setup.py #23

Closed lochiego closed 2 years ago

lochiego commented 2 years ago

Several files import numpy, but it's not included in the setup requirements. In a fresh virtual environment the project fails to run after installing with pip install -e ..