返回顶部
3

3daistudio3D图像转模型

Convert images and text prompts to 3D models (.glb) using the 3D AI Studio API. Supports TRELLIS.2, Hunyuan Rapid, and Hunyuan Pro models.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.4
安全检测
已通过
290
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

3daistudio

3D AI Studio 技能

使用 3D AI Studio API 将图像(或文本提示)转换为 3D 模型。

凭证

  • - API 密钥: 通过 THREEDAISTUDIOAPI_KEY 环境变量设置
  • 基础 URL: https://api.3daistudio.com
  • 获取 API 密钥: https://www.3daistudio.com/Platform/API
  • 文档: https://www.3daistudio.com/Platform/API/Documentation

设置

bash

设置您的 API 密钥


export THREEDAISTUDIOAPI_KEY=your-api-key-here

运行技能

python 3daistudio.py balance

可用模型

模型端点输入积分速度
Hunyuan Rapid/v1/3d-models/tencent/generate/rapid/文本或图像35-552-3 分钟
Hunyuan Pro
/v1/3d-models/tencent/generate/pro/ | 文本、图像、多视图 | 60-100 | 3-6 分钟 | | TRELLIS.2 | /v1/3d-models/trellis2/generate/ | 仅图像 | 15-55 | 25秒-4分钟 |

工作流程(所有模型均为异步)

  1. 1. 提交 - POST 到生成端点 - 获取 taskid
  2. 轮询 - 每 10-15 秒 GET /v1/generation-request/{taskid}/status/
  3. 下载 - 当 status == FINISHED 时,使用 results[].asset URL

使用 --output 时,脚本会自动轮询并下载。

使用方法

bash

检查积分余额


python 3daistudio.py balance

图像转 3D(TRELLIS.2 - 最快,仅图像)

python 3daistudio.py trellis --image photo.png --textures -o model.glb

图像转 3D(Hunyuan Rapid - 文本或图像)

python 3daistudio.py rapid --image photo.png --pbr -o model.glb python 3daistudio.py rapid --prompt 一辆红色跑车 -o model.glb

图像转 3D(Hunyuan Pro - 最高质量)

python 3daistudio.py pro --image photo.png --pbr --model 3.1 -o model.glb python 3daistudio.py pro --prompt 一只可爱的蓝色刺猬 -o model.glb

检查状态

python 3daistudio.py status

下载结果

python 3daistudio.py download -o model.glb

选项

TRELLIS.2

  • - --image - 本地图像路径(PNG/JPG/WebP)
  • --resolution - 512、1024(默认)或 1536
  • --textures - 启用 PBR 纹理
  • --texture-size - 1024、2048(默认)或 4096

Hunyuan Rapid

  • - --image - 本地图像路径
  • --prompt - 文本描述
  • --pbr - 启用 PBR 纹理(+20 积分)

Hunyuan Pro

  • - --image - 本地图像路径
  • --prompt - 文本描述
  • --model - 3.0 或 3.1(默认:3.1)
  • --pbr - 启用 PBR 纹理(+20 积分)
  • --generate-type - 普通、低多边形、几何或草图

积分成本

TRELLIS.2
分辨率仅几何纹理 2048纹理 4096
512152530
1024(默认)
20 | 30 | 40 |

| 1536 | 25 | 40 | 55 | | +缩略图 | +2 | +2 | +2 |

Hunyuan
版本基础+PBR+多视图最大
Rapid35+20不适用55
Pro
60 | +20 | +20 | 100 |

提示

  • - TRELLIS.2 = 最适合图像转 3D;快速、便宜、质量高
  • Hunyuan Rapid = 良好平衡,支持文本转 3D
  • Hunyuan Pro = 最高质量,支持多视图输入
  • 速率限制:每分钟 3 个请求
  • 结果在 24 小时后过期
  • 失败的任务将自动退款
  • 为获得最佳 TRELLIS 效果:使用干净背景或透明 PNG

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 3daistudio-integration-1776094863 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 3daistudio-integration-1776094863 技能

通过命令行安装

skillhub install 3daistudio-integration-1776094863

下载

⬇ 下载 3daistudio v1.0.4(免费)

文件大小: 9.51 KB | 发布时间: 2026-4-14 15:50

v1.0.4 最新 2026-4-14 15:50
No functional changes in this version.

- No file changes detected.
- Documentation updated to add structured metadata (name, description, tags, repository, etc.) at the top of SKILL.md.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部