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
Commit ·
1590192
1
Parent(s): 8051467
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sd-controlnet-depth model for PPDiffusers
|
| 2 |
+
Thanks
|
| 3 |
+
https://huggingface.co/lllyasviel/ControlNet
|
| 4 |
+
for the implementation and the release of 1.5 models.
|
| 5 |
+
|
| 6 |
+
https://github.com/PaddlePaddle/PaddleNLP/tree/develop/ppdiffusers/scripts/convert_diffusers_model
|
| 7 |
+
for the conversion script to PPDiffusers
|