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-flax

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

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

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("camaro/test-model-card-template-controlnet-flax")
    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-flax
1.17 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
camaro's picture
camaro
Update test_model_card_controlnet_flax.ipynb
d6977bc verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.09 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_flax.ipynb
    7.81 kB
    Update test_model_card_controlnet_flax.ipynb over 2 years ago