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 /tests /pipelines /pag
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ButterChicken98's picture
ButterChicken98
End of training
d4c007b verified over 1 year ago
  • __init__.py
    0 Bytes
    End of training over 1 year ago
  • test_pag_animatediff.py
    22.9 kB
    End of training over 1 year ago
  • test_pag_controlnet_sd.py
    8.94 kB
    End of training over 1 year ago
  • test_pag_controlnet_sd_inpaint.py
    9.2 kB
    End of training over 1 year ago
  • test_pag_controlnet_sdxl.py
    9.94 kB
    End of training over 1 year ago
  • test_pag_controlnet_sdxl_img2img.py
    10.3 kB
    End of training over 1 year ago
  • test_pag_hunyuan_dit.py
    14 kB
    End of training over 1 year ago
  • test_pag_kolors.py
    10.3 kB
    End of training over 1 year ago
  • test_pag_pixart_sigma.py
    16 kB
    End of training over 1 year ago
  • test_pag_sana.py
    13.3 kB
    End of training over 1 year ago
  • test_pag_sd.py
    13.6 kB
    End of training over 1 year ago
  • test_pag_sd3.py
    11.3 kB
    End of training over 1 year ago
  • test_pag_sd3_img2img.py
    9.65 kB
    End of training over 1 year ago
  • test_pag_sd_img2img.py
    10.2 kB
    End of training over 1 year ago
  • test_pag_sd_inpaint.py
    12.8 kB
    End of training over 1 year ago
  • test_pag_sdxl.py
    14.4 kB
    End of training over 1 year ago
  • test_pag_sdxl_img2img.py
    12.3 kB
    End of training over 1 year ago
  • test_pag_sdxl_inpaint.py
    12.8 kB
    End of training over 1 year ago