Instructions to use DionTimmer/controlnet_qrcode-control_v1p_sd15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DionTimmer/controlnet_qrcode-control_v1p_sd15 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("DionTimmer/controlnet_qrcode-control_v1p_sd15") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Batch output
#14
by DAO-Jones - opened
First timer here π
How might I get this to spit out X number of outputs?
Output needs manual filtering for viability (phone camera test), useful to generate many so can filter by batch. Be awesome to select spread for seed, strengths, and scale over a number of outputs...