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:048f3ba6deef28f77da198fd579f16617d46cf4c5131510b846b206e8461a2b0
size 1445128798
|