blanchon commited on
Commit
2278638
Β·
1 Parent(s): 771c08c

πŸ“ Update README.md with credit to nhciao

Browse files
Files changed (1) hide show
  1. README.md +33 -6
README.md CHANGED
@@ -1,12 +1,39 @@
1
  ---
2
- title: Qrcode Diffusion
3
- emoji: πŸ¦€
4
- colorFrom: blue
5
- colorTo: gray
 
6
  sdk: gradio
7
  sdk_version: 3.34.0
8
  app_file: app.py
9
- pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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).