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:62523c025305a464b0bc28a47bf7421c4d60e6a8443c65c2045f8d668dd62587
size 1445128798
|