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