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:f9f77dd2c75241783a7c4d7b099fab3e67f9413f2c4118429551f2e4c87e0e8f
size 1445128798
|