How to use SargeZT/controlnet-sd-xl-1.0-depth-faid-vidit with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("SargeZT/controlnet-sd-xl-1.0-depth-faid-vidit") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet )