Instructions to use pseudotools/controlnet-diffusion-pytorch-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pseudotools/controlnet-diffusion-pytorch-model with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("pseudotools/controlnet-diffusion-pytorch-model") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
9c2fc9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c8127be9f174101ebdafee9964d856b49b634435cf6daa396d3f593cf0bbbb05
size 2502139136
|