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