An open API service indexing awesome lists of open source software.

https://github.com/pollinations/pimped-diffusion


https://github.com/pollinations/pimped-diffusion

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Pimped-diffusion
GPT-3 pimps your prompt and stable-diffusion makes an image.

# Dev
1. Add your environment variables to `.env`
2. `cog build -t pimped-diffusion`
3. `mkdir test-outputs`
4. `docker run -p 5000:5000 --mount type=bind,source=$(pwd)/test-outputs,target=/outputs pimped-diffusion`
5. `python client.py`