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
ckpt modules
#11
by zhurenjie - opened
I want to download .ckpt file to use into draw things mac app. can you share the .ckpt file. thank you very much.
this app is only support .ckpt , not support .safetensors.
You can convert it by yourself