nexuslrf commited on
Commit
0c20b93
·
verified ·
1 Parent(s): 7111f74

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ library_name: diffusers
6
+ ---
7
+
8
+ # Normal-Depth Diffusion Model
9
+
10
+ This is an *unofficial* export of the original normal-depth diffusion model (https://github.com/modelscope/normal-depth-diffusion) to the standard diffusers model format.
11
+
12
+ Can be direcetly loaded via diffusers' `StableDiffusionPipeline`
13
+
14
+ ![overview](https://github.com/modelscope/normal-depth-diffusion/raw/main/assets/text-to-nd-laion.png)
15
+
16
+ All the credit to the original author of normal-depth diffusion model (https://github.com/modelscope/normal-depth-diffusion)