fernandotonon commited on
Commit
de5db01
·
verified ·
1 Parent(s): ac46da3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,7 +14,7 @@ library_name: onnx
14
  ONNX models used by [QtMeshEditor](https://github.com/fernandotonon/QtMeshEditor)'s
15
  AI-assisted authoring features.
16
 
17
- ## PBR map synthesis (issue #404)
18
 
19
  `1x-PBRify_NormalV3.onnx`, `1x-PBRify_RoughnessV2.onnx`, `1x-PBRify_Height.onnx`
20
  generate tangent-space normal / roughness / height maps from a single albedo
@@ -31,3 +31,5 @@ CC0-1.0), trained on CC0 content from ambientCG / Poly Haven. Converted with
31
  roughness/height as RGB, consumed as luminance). Dynamic H/W.
32
 
33
  QtMeshEditor downloads these on first use into `<AppData>/ai_models/pbr/`.
 
 
 
14
  ONNX models used by [QtMeshEditor](https://github.com/fernandotonon/QtMeshEditor)'s
15
  AI-assisted authoring features.
16
 
17
+ ## PBR map synthesis
18
 
19
  `1x-PBRify_NormalV3.onnx`, `1x-PBRify_RoughnessV2.onnx`, `1x-PBRify_Height.onnx`
20
  generate tangent-space normal / roughness / height maps from a single albedo
 
31
  roughness/height as RGB, consumed as luminance). Dynamic H/W.
32
 
33
  QtMeshEditor downloads these on first use into `<AppData>/ai_models/pbr/`.
34
+
35
+ More info in [QtMesh Cloud website](https://qtmesh.dev)