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

brycegoh
/
sdxl-cn-example

Text-to-Image
Diffusers
Safetensors
stable-diffusion-xl
stable-diffusion-xl-diffusers
controlnet
Model card Files Files and versions
xet
Community

Instructions to use brycegoh/sdxl-cn-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use brycegoh/sdxl-cn-example with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("brycegoh/sdxl-cn-example")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
sdxl-cn-example
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
brycegoh's picture
brycegoh
Delete checkpoint-50
dd6cb8c verified over 2 years ago
  • .ipynb_checkpoints
    Upload .ipynb_checkpoints/images_0-checkpoint.png with huggingface_hub over 2 years ago
  • checkpoint-100
    Upload checkpoint-100/controlnet/config.json with huggingface_hub over 2 years ago
  • checkpoint-200
    Upload checkpoint-200/controlnet/config.json with huggingface_hub over 2 years ago
  • checkpoint-300
    Upload checkpoint-300/controlnet/config.json with huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.06 kB
    Upload README.md with huggingface_hub over 2 years ago
  • config.json
    1.28 kB
    Upload config.json with huggingface_hub over 2 years ago
  • diffusion_pytorch_model.safetensors
    5 GB
    xet
    Upload diffusion_pytorch_model.safetensors with huggingface_hub over 2 years ago
  • image_control.png
    8.81 kB
    Upload image_control.png with huggingface_hub over 2 years ago
  • images_0.png
    107 kB
    Upload images_0.png with huggingface_hub over 2 years ago
  • images_1.png
    24.9 kB
    Upload images_1.png with huggingface_hub over 2 years ago