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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

camaro
/
test-model-card-template-controlnet-sdxl

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

Instructions to use camaro/test-model-card-template-controlnet-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use camaro/test-model-card-template-controlnet-sdxl with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("camaro/test-model-card-template-controlnet-sdxl")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
test-model-card-template-controlnet-sdxl
1.18 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
camaro's picture
camaro
Update test_model_card_controlnet_sdxl.ipynb
5b5aa61 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.05 kB
    Upload 4 files over 2 years ago
  • image_0.png
    387 kB
    Upload 4 files over 2 years ago
  • image_1.png
    387 kB
    Upload image_1.png over 2 years ago
  • image_2.png
    387 kB
    Upload 4 files over 2 years ago
  • test_model_card_controlnet_sdxl.ipynb
    22.4 kB
    Update test_model_card_controlnet_sdxl.ipynb over 2 years ago