Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,13 @@
|
|
2 |
license: odbl
|
3 |
---
|
4 |
|
5 |
-
This is a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: odbl
|
3 |
---
|
4 |
|
5 |
+
This is a diffusion model fine-tuned with [QRsst2](https://huggingface.co/datasets/gojiteji/QRsst2]dataset).
|
6 |
+
This model generates a QR code from text.
|
7 |
+
|
8 |
+
Please clone this repository and replace [LambdaLabsML's example's inference code ](https://github.com/LambdaLabsML/examples/blob/767e1101b0125202871812ec7e1b5c46aa9c8d95/stable-diffusion-finetuning/pokemon_finetune.ipynb). checkpoint filename check pint name with `main.ckpt`.
|
9 |
+
|
10 |
+
The below images are examples of an input :`The way to get started is to quit talking and begin doing.`
|
11 |
+
|
12 |
+
![example QR codes](example.png)
|
13 |
+
|
14 |
+
|