Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vertxlabs
/
controlnet_qrcode-control_v11p_v1

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

Instructions to use vertxlabs/controlnet_qrcode-control_v11p_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use vertxlabs/controlnet_qrcode-control_v11p_v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("vertxlabs/controlnet_qrcode-control_v11p_v1")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
controlnet_qrcode-control_v11p_v1
5.83 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
realcodeninja's picture
realcodeninja
Update handler.py
af56d89 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    7 Bytes
    added git ignore almost 3 years ago
  • README.md
    4.8 kB
    initial commit almost 3 years ago
  • config.json
    988 Bytes
    initial commit almost 3 years ago
  • control_v11p_sd21_qrcode.safetensors
    1.46 GB
    xet
    initial commit almost 3 years ago
  • control_v11p_sd21_qrcode.yaml
    2.22 kB
    initial commit almost 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.46 GB
    xet
    initial commit almost 3 years ago
  • diffusion_pytorch_model.fp16.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.HalfStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    729 MB
    xet
    initial commit almost 3 years ago
  • diffusion_pytorch_model.fp16.safetensors
    728 MB
    xet
    initial commit almost 3 years ago
  • diffusion_pytorch_model.safetensors
    1.46 GB
    xet
    initial commit almost 3 years ago
  • handler.py
    3.3 kB
    Update handler.py almost 3 years ago
  • requirements.txt
    3.1 kB
    removed cu tag almost 3 years ago