nexuslrf/nd-diffusion
18
1---2license: apache-2.03language:4- en5library_name: diffusers6---7 8# Normal-Depth Diffusion Model9 10This 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 12Can be direcetly loaded via diffusers' `StableDiffusionPipeline`13 1415 16All the credit to the original author of normal-depth diffusion model (https://github.com/modelscope/normal-depth-diffusion)17 