Instructions to use blueskyfff/sd-controlnet-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use blueskyfff/sd-controlnet-depth with paddlenlp:
# ⚠️ Type of model unknown from paddlenlp.transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("blueskyfff/sd-controlnet-depth", from_hf_hub=True) model = AutoModel.from_pretrained("blueskyfff/sd-controlnet-depth", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
| sd-controlnet-depth model for PPDiffusers | |
| Thanks | |
| https://huggingface.co/lllyasviel/ControlNet | |
| for the implementation and the release of 1.5 models. | |
| https://github.com/PaddlePaddle/PaddleNLP/tree/develop/ppdiffusers/scripts/convert_diffusers_model | |
| for the conversion script to PPDiffusers | |