返回 Skill 列表
extension
分类: 效率与办公无需 API Key

本地 3D 虚拟盲盒生成工坊

在 Intel AI PC 上纯本地运行的 3D 虚拟盲盒生成器。选择主题或上传草图,本地 Hunyuan3D-2mini 生成独一无二的 3D 角色模型(GLB),Kokoro-82M 合成角色自我介绍语音,U2Netp 预处理草图抠图。零 API 成本、断网可用、数据不出本机。

person作者: wdrackyhubModelScope

Blindbox 3D Workshop

Fast CLI to create unique 3D blind box characters on local Intel AI PC.

Quick start

& "C:\Users\john\.workbuddy\skills\blindbox-3d-workshop\run.ps1" -Command open -Theme cyberpunk
& "C:\Users\john\.workbuddy\skills\blindbox-3d-workshop\run.ps1" -Command open -Theme xianxia
& "C:\Users\john\.workbuddy\skills\blindbox-3d-workshop\run.ps1" -Command open -Theme pet -Sketch "D:\paint\cat.png"

Model + setup

Download models on first run (~6.4GB total):

  • Hunyuan3D-2mini (shape + texture): ~6GB
  • Kokoro-82M v1.1-zh ONNX: ~350MB
  • U2Netp ONNX: ~176MB

Default model dir is models/ if none is set.

Useful flags

  • -Command open (open a blind box)
  • -Theme cyberpunk|xianxia|pet|space|dark|custom:<keyword> (select theme)
  • -Sketch <path> (image-to-3D from sketch)
  • -Preview (character card only, no 3D model)
  • -Seed <int> (fixed random seed)

Config

Optional config file: ~/.blindbox/config.json

{ "default_theme": "cyberpunk" }

Optional services:

  • BLINDBOX_MODELS_DIR for custom model directory
  • BLINDBOX_OUTPUT_DIR for custom output directory