Instructions to use lllyasviel/control_v11f1p_sd15_depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/control_v11f1p_sd15_depth with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/control_v11f1p_sd15_depth") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
lllyasviel/control_v11p_sd15_depth does not appear to have a file named config.json.
#1
by dkackman - opened
I am getting this when I try to load this model. I don't see that with the other controlnet models. I've deleted the cached model to no avail.lllyasviel/control_v11p_sd15_depth does not appear to have a file named config.json.
Anyone else see that?
dkackman changed discussion status to closed