BangleApps/apps/aiclock/README.md

23 lines
722 B
Markdown
Raw Normal View History

# AI Clock
This clock was designed by stable diffusion ([paper](https://arxiv.org/abs/2112.10752)) using the following prompt:
2022-10-15 21:17:05 +00:00
`A rectangle banglejs watchface`
The original output of stable diffusion is shown here:
![](orig.png)
My implementation is shown below. Note that horizontal lines occur randomly, but the
probability is correlated with the battery level. So if your screen contains only
a few lines its time to charge your bangle again ;)
![](impl.png)
# Thanks to
The great open-source community: I used an open-source diffusion model (https://github.com/CompVis/stable-diffusion)
to generate a watch face for the open-source smartwatch BangleJs.
## Creator
- [David Peer](https://github.com/peerdavid).