Instructions to use MadhurGarg/ControlNet_Train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MadhurGarg/ControlNet_Train with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("MadhurGarg/ControlNet_Train") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
a5b24b1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:351b16ea2d3d2bd1ac615888812cb7e700c3443eea3bd696410ce2da6e7d5b4c
size 1127821
|