Instructions to use TencentARC/t2iadapter_canny_sd14v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TencentARC/t2iadapter_canny_sd14v1 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("TencentARC/t2iadapter_canny_sd14v1") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
dd964df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:24c267768c1f636a4fb81460d06fbc626fc9718f49d9f719d071e15e0235ef37
size 308017523
|