gvecchio commited on
Commit
bc6e13a
•
1 Parent(s): 5056a9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ inference: false
19
 
20
  **StableMaterials** is a diffusion-based model designed for generating photorealistic physical-based rendering (PBR) materials. This model integrates semi-supervised learning with Latent Diffusion Models (LDMs) to produce high-resolution, tileable material maps from text or image prompts. StableMaterials can infer both diffuse (Basecolor) and specular (Roughness, Metallic) properties, as well as the material mesostructure (Height, Normal). 🌟
21
 
 
 
22
  <center>
23
  <img src="https://gvecchio.com/stablematerials/static/images/teaser.jpg" style="border-radius:10px;">
24
  </center>
 
19
 
20
  **StableMaterials** is a diffusion-based model designed for generating photorealistic physical-based rendering (PBR) materials. This model integrates semi-supervised learning with Latent Diffusion Models (LDMs) to produce high-resolution, tileable material maps from text or image prompts. StableMaterials can infer both diffuse (Basecolor) and specular (Roughness, Metallic) properties, as well as the material mesostructure (Height, Normal). 🌟
21
 
22
+ For more details, visit the [project page](https://gvecchio.com/stablematerials/) or read the full paper on [arXiv](https://arxiv.org/abs/2406.09293).
23
+
24
  <center>
25
  <img src="https://gvecchio.com/stablematerials/static/images/teaser.jpg" style="border-radius:10px;">
26
  </center>