Instructions to use DionTimmer/controlnet_qrcode-control_v1p_sd15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DionTimmer/controlnet_qrcode-control_v1p_sd15 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("DionTimmer/controlnet_qrcode-control_v1p_sd15") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
https://www.d1lance.com.br/proximos_leiloes/1/1/
#23
by Oguut - opened
README.md → https:/www.d1lance.com.br/proximos_leiloes/1/1
RENAMED
|
@@ -4,8 +4,6 @@ tags:
|
|
| 4 |
- controlnet
|
| 5 |
- image-to-image
|
| 6 |
license: openrail++
|
| 7 |
-
language:
|
| 8 |
-
- en
|
| 9 |
library_name: diffusers
|
| 10 |
pipeline_tag: image-to-image
|
| 11 |
---
|
|
|
|
| 4 |
- controlnet
|
| 5 |
- image-to-image
|
| 6 |
license: openrail++
|
|
|
|
|
|
|
| 7 |
library_name: diffusers
|
| 8 |
pipeline_tag: image-to-image
|
| 9 |
---
|