Instructions to use DionTimmer/controlnet_qrcode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DionTimmer/controlnet_qrcode with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("DionTimmer/controlnet_qrcode") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
805a988 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:afe344f75b44d61149255059e6db40a57c36f81c3a42f3e67d9f92d72b6f71df
size 722698343
|