https://github.com/csmith/avatargen
Tool to automatically generate and serve unique avatars using a Standard Diffusion API
https://github.com/csmith/avatargen
Last synced: 5 months ago
JSON representation
Tool to automatically generate and serve unique avatars using a Standard Diffusion API
- Host: GitHub
- URL: https://github.com/csmith/avatargen
- Owner: csmith
- License: mit
- Created: 2022-12-31T21:23:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T18:32:04.000Z (about 2 years ago)
- Last Synced: 2024-06-18T23:48:31.306Z (about 2 years ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stable Diffusion avatar generator and server
Contains two services: `generate` that monitors directories and if they are
low on images, spins up a paperspace instance, feeds a bunch of prompts to
a REST API there to generate images, and saves them to disk. `serve` handles
serving of the avatars with various constraints to ensure some users see
"unique" for-their-eyes-only avatars.
For more information see this blog post: https://chameth.com/infinite-avatars/