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:5c1cb5568cb62a2e14b6aebafc039775b362cc02d4c797187aa090e2b2f6c2f8
size 1025352
|