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

ButterChicken98
/
plantVillage-stableDiffusion-2-controlnet_iter1

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

Instructions to use ButterChicken98/plantVillage-stableDiffusion-2-controlnet_iter1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ButterChicken98/plantVillage-stableDiffusion-2-controlnet_iter1 with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("ButterChicken98/plantVillage-stableDiffusion-2-controlnet_iter1")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-2-1-base", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
plantVillage-stableDiffusion-2-controlnet_iter1 / diffusers /examples
11.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ButterChicken98's picture
ButterChicken98
End of training
d4c007b verified over 1 year ago
  • advanced_diffusion_training
    End of training over 1 year ago
  • amused
    End of training over 1 year ago
  • cogvideo
    End of training over 1 year ago
  • community
    End of training over 1 year ago
  • consistency_distillation
    End of training over 1 year ago
  • controlnet
    End of training over 1 year ago
  • custom_diffusion
    End of training over 1 year ago
  • dreambooth
    End of training over 1 year ago
  • flux-control
    End of training over 1 year ago
  • inference
    End of training over 1 year ago
  • instruct_pix2pix
    End of training over 1 year ago
  • kandinsky2_2
    End of training over 1 year ago
  • model_search
    End of training over 1 year ago
  • reinforcement_learning
    End of training over 1 year ago
  • research_projects
    End of training over 1 year ago
  • server
    End of training over 1 year ago
  • t2i_adapter
    End of training over 1 year ago
  • text_to_image
    End of training over 1 year ago
  • textual_inversion
    End of training over 1 year ago
  • unconditional_image_generation
    End of training over 1 year ago
  • vqgan
    End of training over 1 year ago
  • README.md
    6.47 kB
    End of training over 1 year ago
  • conftest.py
    1.72 kB
    End of training over 1 year ago
  • test_examples_utils.py
    2.05 kB
    End of training over 1 year ago