qrcode-diffusion / README.md
blanchon's picture
πŸ“ Update README.md with credit to nhciao
2278638
---
title: QrCode Diffusion
emoji: πŸ“±
colorFrom: red
colorTo: yellow
python_version: 3.10.11
sdk: gradio
sdk_version: 3.34.0
app_file: app.py
tags: [qrcode, stable-diffusion, controlnet]
pinned: true
---
# QrCode Diffusion
## Description
This is a simple application that allows you to generate a QrCode and apply a stable diffusion algorithm to it. The diffusion algorithm used is the ControlNet algorithm.
## How to use
```python
python app.py
```
And then go to the link that appears in the terminal.
## References
- ControlNet
- Stable Diffusion
## Credits
The original idea is from [nhciao](https://www.reddit.com/user/nhciao/) ([Twitter](https://twitter.com/nhciao)) and [this post](https://www.reddit.com/r/StableDiffusion/comments/141hg9x/controlnet_for_qr_code/).
## Other
This is also fun <https://qrbtf.com/> and [open source ](https://github.com/ciaochaos/qrbtf).