https://github.com/pollinations/pimped-diffusion
https://github.com/pollinations/pimped-diffusion
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pollinations/pimped-diffusion
- Owner: pollinations
- Created: 2022-09-23T15:03:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T15:46:42.000Z (over 3 years ago)
- Last Synced: 2025-03-10T15:53:03.537Z (about 1 year ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`