Instructions to use Nacholmo/controlnet-qr-pattern-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nacholmo/controlnet-qr-pattern-v2 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Nacholmo/controlnet-qr-pattern-v2") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Usage with diffusers
#1
by Mousey - opened
How exactly to use it with diffusers ? I've imported it in a pipeline but get only monochrome outputs, therefore I think I haven't configured it correctly. Thank you for your guidance.
How exactly to use it with diffusers ? I've imported it in a pipeline but get only monochrome outputs, therefore I think I haven't configured it correctly. Thank you for your guidance.
Are you using a diffusers model with VAE swap? Try this one
https://huggingface.co/Nacholmo/Counterfeit-V2.5-vae-swapped
I am using this controlnet model by StableDiffusionControlNetPipeline, the image is just the qrcode image itself?