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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ButterChicken98's picture
ButterChicken98
End of training
d4c007b verified over 1 year ago
  • .github
    End of training over 1 year ago
  • benchmarks
    End of training over 1 year ago
  • docker
    End of training over 1 year ago
  • docs
    End of training over 1 year ago
  • examples
    End of training over 1 year ago
  • scripts
    End of training over 1 year ago
  • src
    End of training over 1 year ago
  • tests
    End of training over 1 year ago
  • utils
    End of training over 1 year ago
  • .gitignore
    1.89 kB
    End of training over 1 year ago
  • CITATION.cff
    1.33 kB
    End of training over 1 year ago
  • CODE_OF_CONDUCT.md
    5.32 kB
    End of training over 1 year ago
  • CONTRIBUTING.md
    39.3 kB
    End of training over 1 year ago
  • LICENSE
    11.4 kB
    End of training over 1 year ago
  • MANIFEST.in
    67 Bytes
    End of training over 1 year ago
  • Makefile
    2.78 kB
    End of training over 1 year ago
  • PHILOSOPHY.md
    15.3 kB
    End of training over 1 year ago
  • README.md
    14.5 kB
    End of training over 1 year ago
  • _typos.toml
    407 Bytes
    End of training over 1 year ago
  • pyproject.toml
    777 Bytes
    End of training over 1 year ago
  • setup.py
    10.6 kB
    End of training over 1 year ago