Instructions to use thibaud/controlnet-sd21-lineart-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thibaud/controlnet-sd21-lineart-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thibaud/controlnet-sd21-lineart-diffusers") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6bd75b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:94ef0c793178b6aa21b968effac0a38c19799b07e4a382d1d492d443412f6900
size 728594745
|