Instructions to use monster-labs/control_v1p_sd15_qrcode_monster with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use monster-labs/control_v1p_sd15_qrcode_monster with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("monster-labs/control_v1p_sd15_qrcode_monster") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update README.md
#181
by stoic11 - opened
README.md
CHANGED
|
@@ -9,7 +9,7 @@ language:
|
|
| 9 |
---
|
| 10 |
# Controlnet QR Code Monster v2 For SD-1.5
|
| 11 |
|
| 12 |
-

|
| 13 |
|
| 14 |
## Model Description
|
| 15 |
|
|
|
|
| 51 |
|
| 52 |
Here are some examples of creative, yet scannable QR codes produced by our model:
|
| 53 |
|
| 54 |
+

|
| 55 |
+

|
| 56 |
+

|
| 57 |
|
| 58 |
Feel free to experiment with prompts, parameters, and the Image-to-Image feature to achieve the desired QR code output. Good luck and have fun!
|