Spaces:
Runtime error
Runtime error
π Update README.md with credit to nhciao
Browse files
README.md
CHANGED
@@ -1,12 +1,39 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.34.0
|
8 |
app_file: app.py
|
9 |
-
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: QrCode Diffusion
|
3 |
+
emoji: π±
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: yellow
|
6 |
+
python_version: 3.10.11
|
7 |
sdk: gradio
|
8 |
sdk_version: 3.34.0
|
9 |
app_file: app.py
|
10 |
+
tags: [qrcode, stable-diffusion, controlnet]
|
11 |
+
pinned: true
|
12 |
---
|
13 |
|
14 |
+
# QrCode Diffusion
|
15 |
+
|
16 |
+
## Description
|
17 |
+
|
18 |
+
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.
|
19 |
+
|
20 |
+
## How to use
|
21 |
+
|
22 |
+
```python
|
23 |
+
python app.py
|
24 |
+
```
|
25 |
+
|
26 |
+
And then go to the link that appears in the terminal.
|
27 |
+
|
28 |
+
## References
|
29 |
+
|
30 |
+
- ControlNet
|
31 |
+
- Stable Diffusion
|
32 |
+
|
33 |
+
## Credits
|
34 |
+
|
35 |
+
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/).
|
36 |
+
|
37 |
+
## Other
|
38 |
+
|
39 |
+
This is also fun <https://qrbtf.com/> and [open source ](https://github.com/ciaochaos/qrbtf).
|