Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use binglunw/diffuser_controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use binglunw/diffuser_controlnet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("binglunw/diffuser_controlnet") 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
2b8521c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:07e27200c13cb6d075834e5d9bf3f5d9659b70f9e3bff143eea57e434fc1d568
size 1445157120
|