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
Commit ·
37e915a
1
Parent(s): 824bda8
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ language:
|
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
-
This repo holds the diffusers
|
| 16 |
The Stable Diffusion 2.1 version is marginally more effective, as it was developed to address my specific needs. However, a 1.5 version model was also trained on the same dataset for those who are using the older version.
|
| 17 |
|
| 18 |
## Performance and Limitations
|
|
|
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
+
This repo holds the safetensors & diffusers versions of the QR code conditioned ControlNet for Stable Diffusion v2.1.
|
| 16 |
The Stable Diffusion 2.1 version is marginally more effective, as it was developed to address my specific needs. However, a 1.5 version model was also trained on the same dataset for those who are using the older version.
|
| 17 |
|
| 18 |
## Performance and Limitations
|