Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ssmaameri
/
qrcode

Image-to-Image
Diffusers
Safetensors
English
stable-diffusion
controlnet
Model card Files Files and versions
xet
Community

Instructions to use ssmaameri/qrcode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ssmaameri/qrcode with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("ssmaameri/qrcode")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
qrcode
3.16 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Maameri
add base handler
3f6d4d2 almost 3 years ago
  • __pycache__
    add base handler almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    26 Bytes
    initial commit almost 3 years ago
  • handler.py
    546 Bytes
    add base handler almost 3 years ago
  • test.py
    143 Bytes
    add base handler almost 3 years ago