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