hafriedlander / stable-diffusion-grpcserver

An implementation of a server for the Stability AI Stable Diffusion API
Apache License 2.0
172 stars 23 forks source link

Missing dependencies #2

Closed parlance-zz closed 2 years ago

parlance-zz commented 2 years ago

environment.yaml / requirements.txt is missing hupper and dotenv

hafriedlander commented 2 years ago

Confirmed it's missing dotenv (actually python-dotenv, there's a different project in pypi called dotenv which is the wrong one).

Hupper is in requirements.txt and pyproject.toml though - I'll check in a bit to see why it's not installing.