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
#4
by premsoni - opened
README.md
CHANGED
|
@@ -6,7 +6,12 @@ tags:
|
|
| 6 |
license: openrail++
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
-
pipeline_tag:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# QR Code Conditioned ControlNet Models for Stable Diffusion 2.1
|
| 12 |
|
|
|
|
| 6 |
license: openrail++
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
+
pipeline_tag: robotics
|
| 10 |
+
datasets:
|
| 11 |
+
- cerebras/SlimPajama-627B
|
| 12 |
+
metrics:
|
| 13 |
+
- bleu
|
| 14 |
+
library_name: asteroid
|
| 15 |
---
|
| 16 |
# QR Code Conditioned ControlNet Models for Stable Diffusion 2.1
|
| 17 |
|