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

camaro
/
test-model-card-template-controlnet

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

Instructions to use camaro/test-model-card-template-controlnet 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 with Diffusers:

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