Files
ComfyUI_frontend/apps/hub/knowledge/models/meshy.md
dante01yoon bbd0a6b201 feat: migrate workflow template site as apps/hub
Migrate workflow_templates/site into the frontend monorepo as apps/hub
so the hub can use @comfyorg/design-system and shared packages.

Changes to existing files:
- pnpm-workspace.yaml: add @astrojs/sitemap, @astrojs/vercel, lucide-vue-next
- eslint.config.ts: add hub ignores and i18n/import rule overrides
- .oxlintrc.json: add hub scripts to ignore patterns
- knip.config.ts: add hub workspace config

apps/hub adaptations from source:
- Replace local cn() with @comfyorg/tailwind-utils (19 files)
- Integrate @comfyorg/design-system/css/base.css in global.css
- Make TEMPLATES_DIR configurable via HUB_TEMPLATES_DIR env var
- Add HUB_SKIP_SYNC flag for builds without template data
- Remove Vite 8-incompatible rollupOptions.output.manualChunks
- Fix stylelint violations (modern color notation, number precision)
- Gitignore generated content (thumbnails, synced templates, AI cache)
2026-04-06 20:53:13 +09:00

1.5 KiB

Meshy

Meshy is a popular AI 3D model generator enabling text-to-3D and image-to-3D creation with PBR textures and production-ready exports.

Model Variants

Meshy-6

  • Latest generation with highest quality geometry
  • Supports symmetry and pose control (A-pose, T-pose)
  • Configurable polygon counts up to 300,000

Meshy-5

  • Previous generation with art style support
  • Realistic and sculpture style options

Key Features

  • Text-to-3D with two-stage workflow (preview mesh, then refine textures)
  • Image-to-3D from photos, sketches, or illustrations
  • Multi-image input for multi-view reconstruction
  • AI texturing with PBR maps (diffuse, roughness, metallic, normal)
  • Automatic rigging and 500+ animation motion library
  • Smart remesh with quad or triangle topology control
  • Export in FBX, GLB, OBJ, STL, 3MF, USDZ, BLEND formats

Hardware Requirements

  • Cloud API-based (no local GPU required)
  • All generation runs on Meshy servers
  • API available on Pro tier and above

Common Use Cases

  • Game development asset creation
  • 3D printing and prototyping
  • Film and VFX previsualization
  • VR/AR content development
  • Product design and e-commerce

Key Parameters

  • prompt: Text description up to 600 characters
  • ai_model: Model version (meshy-5, meshy-6, latest)
  • topology: Mesh type (quad or triangle)
  • target_polycount: 100 to 300,000 polygons
  • enable_pbr: Generate PBR material maps
  • pose_mode: Character pose (a-pose, t-pose, or none)