blueskyfff commited on
Commit
1590192
1 Parent(s): 8051467

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: apache-2.0
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