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
615ba4a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:762142d840d737e9ca447572df8d619c03eae2c0dc1a43c99306d9ce25555feb
size 1445128798
|