File size: 934 Bytes
4af2ded
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
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
duplicated_from: blanchon/qrcode-diffusion
---

# 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).