CoolFace
Modelpublic

nexuslrf/nd-diffusion

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes8downloads
README.md17 linesDownload Raw Back to root
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 14![overview](https://github.com/modelscope/normal-depth-diffusion/raw/main/assets/text-to-nd-laion.png)15 16All the credit to the original author of normal-depth diffusion model (https://github.com/modelscope/normal-depth-diffusion)17