license: odbl | |
datasets: gojiteji/QRsst2 | |
This is a diffusion model fine-tuned with [QRsst2](https://huggingface.co/datasets/gojiteji/QRsst2). | |
This model generates a QR code from text. | |
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`. | |
The below images are examples of an input :`The way to get started is to quit talking and begin doing.` | |
![example QR codes](example.png) | |
sample code is here:https://github.com/gojiteji/text2QR/blob/main/samplecode.ipynb | |