Instructions to use Nacholmo/controlnet-qr-pattern-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nacholmo/controlnet-qr-pattern-v2 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Nacholmo/controlnet-qr-pattern-v2") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
016f72b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:793ae99068967a61f44214e46e46d8f700c02284a4b0303fea4ff5cb39298594
size 2890518041
|