diff --git a/docs.json b/docs.json index d0f1e055..10389024 100644 --- a/docs.json +++ b/docs.json @@ -340,6 +340,12 @@ "tutorials/partner-nodes/tripo/model-generation" ] }, + { + "group": "Meshy", + "pages": [ + "tutorials/partner-nodes/meshy/meshy-6" + ] + }, { "group": "Bria", "pages": [ @@ -1039,6 +1045,12 @@ "zh-CN/tutorials/partner-nodes/tripo/model-generation" ] }, + { + "group": "Meshy", + "pages": [ + "zh-CN/tutorials/partner-nodes/meshy/meshy-6" + ] + }, { "group": "Bria", "pages": [ diff --git a/tutorials/partner-nodes/meshy/meshy-6.mdx b/tutorials/partner-nodes/meshy/meshy-6.mdx new file mode 100644 index 00000000..8ff5ef32 --- /dev/null +++ b/tutorials/partner-nodes/meshy/meshy-6.mdx @@ -0,0 +1,63 @@ +--- +title: "Meshy 6 API Node Model Generation ComfyUI Official Example" +description: "This article will introduce how to use Meshy 6 node's API in ComfyUI for 3D model generation" +sidebarTitle: "Meshy 6" +--- + +import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; + +Meshy is a leading AI-powered 3D generation platform that enables users to create high-quality 3D models from text prompts, images, or multi-view inputs. ComfyUI has now natively integrated the Meshy API, allowing you to conveniently use the related nodes for 3D model generation. + +## About Meshy 6 + +Meshy 6 is the latest generation of Meshy's 3D model generation technology, featuring significant improvements in geometry quality, texture fidelity, and workflow efficiency. + +**Model highlights:** +- **Smarter geometry**: Improved mesh topology with cleaner edges and more coherent structures +- **Higher texture fidelity**: Enhanced texture generation with better detail preservation and color accuracy +- **Faster workflows**: Optimized generation pipeline for quicker turnaround times +- **Multiple input modes**: Supports text-to-3D, image-to-3D, and multi-view to 3D generation +- **PBR support**: Generate physically-based rendering maps including metallic, roughness, and normal maps + + + + +## Text-to-Model Workflow + +Generate 3D models directly from text descriptions using Meshy 6. + + + + Run the text-to-model workflow instantly on Comfy Cloud. + + + Download the workflow JSON file for local use. + + + +## Image-to-Model Workflow + +Convert 2D images into detailed 3D models with Meshy 6's image-to-3D capabilities. + + + + Run the image-to-model workflow instantly on Comfy Cloud. + + + Download the workflow JSON file for local use. + + + +## Multi-view to Model Workflow + +Generate 3D models from multiple view images for more accurate geometry and texture reconstruction. + + + + Run the multi-view workflow instantly on Comfy Cloud. + + + Download the workflow JSON file for local use. + + diff --git a/zh-CN/tutorials/partner-nodes/meshy/meshy-6.mdx b/zh-CN/tutorials/partner-nodes/meshy/meshy-6.mdx new file mode 100644 index 00000000..a7abf760 --- /dev/null +++ b/zh-CN/tutorials/partner-nodes/meshy/meshy-6.mdx @@ -0,0 +1,63 @@ +--- +title: "Meshy 6 API 节点 3D 模型生成 ComfyUI 官方示例" +description: "本文将介绍如何在 ComfyUI 中使用 Meshy 6 节点的 API 进行 3D 模型生成" +sidebarTitle: "Meshy 6" +--- + +import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; + +Meshy 是一个领先的 AI 驱动 3D 生成平台,使用户能够从文本提示、图像或多视角输入创建高质量的 3D 模型。ComfyUI 现已原生集成 Meshy API,让您可以方便地使用相关节点进行 3D 模型生成。 + +## 关于 Meshy 6 + +Meshy 6 是 Meshy 最新一代的 3D 模型生成技术,在几何质量、纹理保真度和工作流效率方面都有显著提升。 + +**模型亮点:** +- **更智能的几何体**:改进的网格拓扑结构,边缘更清晰,结构更连贯 +- **更高的纹理保真度**:增强的纹理生成,细节保留和色彩准确度更好 +- **更快的工作流**:优化的生成管线,周转时间更短 +- **多种输入模式**:支持文本到 3D、图像到 3D 和多视角到 3D 生成 +- **PBR 支持**:生成基于物理的渲染贴图,包括金属度、粗糙度和法线贴图 + + + + +## 文本到模型工作流 + +使用 Meshy 6 直接从文本描述生成 3D 模型。 + + + + 在 Comfy Cloud 上即时运行文本到模型工作流。 + + + 下载工作流 JSON 文件以供本地使用。 + + + +## 图像到模型工作流 + +使用 Meshy 6 的图像到 3D 功能将 2D 图像转换为详细的 3D 模型。 + + + + 在 Comfy Cloud 上即时运行图像到模型工作流。 + + + 下载工作流 JSON 文件以供本地使用。 + + + +## 多视角到模型工作流 + +从多个视角图像生成 3D 模型,以获得更准确的几何和纹理重建。 + + + + 在 Comfy Cloud 上即时运行多视角工作流。 + + + 下载工作流 JSON 文件以供本地使用。 + +