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
#194
by dylan-88 - opened
No description provided.