Instructions to use DionTimmer/controlnet_qrcode-control_v11p_sd21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DionTimmer/controlnet_qrcode-control_v11p_sd21 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("DionTimmer/controlnet_qrcode-control_v11p_sd21") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by radames - opened
README.md
CHANGED
|
@@ -2,9 +2,11 @@
|
|
| 2 |
tags:
|
| 3 |
- stable-diffusion
|
| 4 |
- controlnet
|
|
|
|
| 5 |
license: openrail++
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
| 8 |
---
|
| 9 |
# QR Code Conditioned ControlNet Models for Stable Diffusion 2.1
|
| 10 |
|
|
|
|
| 2 |
tags:
|
| 3 |
- stable-diffusion
|
| 4 |
- controlnet
|
| 5 |
+
- image-to-image
|
| 6 |
license: openrail++
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
+
pipeline_tag: image-to-image
|
| 10 |
---
|
| 11 |
# QR Code Conditioned ControlNet Models for Stable Diffusion 2.1
|
| 12 |
|