hjconstas/qrcode-diffusion
0
1---2title: QrCode Diffusion3emoji: 📱4colorFrom: red5colorTo: yellow6python_version: 3.10.117sdk: gradio8sdk_version: 3.34.09app_file: app.py10tags:11- qrcode12- stable-diffusion13- controlnet14pinned: true15duplicated_from: blanchon/qrcode-diffusion16---17 18# QrCode Diffusion19 20## Description21 22This 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.23 24## How to use25 26```python27python app.py28```29 30And then go to the link that appears in the terminal.31 32## References33 34- ControlNet35- Stable Diffusion36 37## Credits38 39The 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/).40 41## Other42 43This is also fun <https://qrbtf.com/> and [open source ](https://github.com/ciaochaos/qrbtf).