dribnet / pixray

neural image generation
Other
402 stars 53 forks source link

Add Docker environment using Cog #8

Closed bfirsh closed 3 years ago

bfirsh commented 3 years ago

This is a start at getting Pixray running on Replicate. You can now do this to run it in a consistent Docker environment:

cog run python pixray.py --drawer=pixel --prompt=sunrise --output myfile.png

I have also rewritten requirements.txt because it looked like they were not requirements for Pixray, but maybe there is stuff in there that was important.

rvorias commented 3 years ago

Awesome feature! Thanks!