commit 5d12d3dc899a83a67cff859895b4f3ec50af4a3a Author: kang Date: Tue Mar 31 21:26:37 2026 +0800 init: project scaffold diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd31b51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +node_modules/ +dist/ +build/ +.env +.env.local +.env.production +__pycache__/ +*.pyc +.DS_Store +.vscode/ +.idea/ +*.log diff --git a/.project.json b/.project.json new file mode 100644 index 0000000..f5aad3a --- /dev/null +++ b/.project.json @@ -0,0 +1,13 @@ +{ + "name": "TRELLIS.2 3D生成模型", + "description": "微软开源图像转3D模型,40亿参数,支持PBR材质", + "status": "active", + "created": "2026-03-31", + "ports": [ + { + "port": 4400, + "label": "dev", + "fixed": true + } + ] +} diff --git a/RULES.md b/RULES.md new file mode 100644 index 0000000..acbf36e --- /dev/null +++ b/RULES.md @@ -0,0 +1,17 @@ +# TRELLIS.2 3D生成模型 + +## 启动 +- `python3 -m http.server 4400` — 端口 4400 + +## 部署 +- 平台:待定 +- 域名:待定 + +## 环境变量 +- 待补充 + +## 规则 +- 待补充 + +## 注意事项 +- 待补充 diff --git a/index.html b/index.html new file mode 100644 index 0000000..4ea9de0 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + + TRELLIS.2 3D生成模型 + + + +
+

TRELLIS.2 3D生成模型

+

微软开源图像转3D模型,40亿参数,支持PBR材质

+ +
+

概述

+

待补充研究内容...

+
+ +
+

核心发现

+

待补充...

+
+
+ +