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
Conversion to A1111 required?
#1
by veryVANYA - opened
Does it need to be converted? Or is there a specific way to run it?
veryVANYA changed discussion status to closed
Hi @veryVANYA
The model is inside the automatic1111 folder, it is used like any other controlnet model, no conversion is needed
With the controlnet extension installed, put the model in models/controlnet, and it should appear in the automatic1111 extension