# 初次使用

### 安装

1. 从 [Nemo](https://www.nemopuppet.com/download) 网站下载 Nemo Maya 插件。
2. 解压并点击`install.bat`一键安装，出现 Success 字样即为成功
3. Linux用户可以将内容复制到 `~/maya/modules` 下安装（Windows中即为 `我的文档/maya/modules`）
4. 如果您使用 Linux 系统且未安装 CUDA 12.8，则需要在启动 Maya 前自行将 `<NEMO>/depends/linux` 加入 `LD_LIBRARY_PATH` 中。
5. 打开Maya在插件管理器中加载 Nemo。此时若看到顶部菜单栏中出现 Nemo 菜单，表示安装成功。

{% hint style="info" %}
挂载插件时可能因显卡驱动不满足CUDA要求而失败。此时需要安装Nvidia显卡驱动，并确认驱动版本为 572.x 以上（Linux系统为 570.x 以上）

如果无法安装Nvidia驱动，可以在环境变量中设置 `NEMO_SKIP_CUDA_CHECK` ，并确保在农场选择CPU模式，组装时关闭Preview选项。
{% endhint %}

### 导出

1. 打开需要加速的Maya绑定文件。
2. 在顶部 Nemo 菜单中，点击 Export 打开导出界面。
3. 填写角色名称和导出路径。
4. （可选）分别点击 Select Controllers 和 Select Shapes 检查是否正确选中了控制器和模型。
5. 点击 Parse 按钮，等待导出完成。
6. 如果导出失败，会产生对应的Log日志。请参考 [常见报错](/chinese/shi-yong-zhi-nan/chang-jian-bao-cuo.md) 自行检查或与我们联系。
7. 如果导出成功，将会产生两个文件。

   <figure><img src="/files/UgU5RzIgfbPTFTCEGq4k" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %} <mark style="color:red;">导出文件中以</mark> <mark style="color:red;"></mark><mark style="color:red;">`__EXPORT`</mark> <mark style="color:red;"></mark><mark style="color:red;">结尾的 zip 文件含有角色资产及设计相关的隐私数据，请</mark><mark style="color:red;">**注意保密**</mark><mark style="color:red;">，不要和无权限人员（</mark><mark style="color:red;">**包括我们**</mark><mark style="color:red;">）分享。</mark>
{% endhint %}

### 上传

1. 打开 [Nemo](https://www.nemopuppet.com) 网站，点击 `Account` 注册账号。
2. 使用账号登录，进入 `Farm` 页面。
3. 点击右下角的 + 号按钮，打开上传对话框。
4. 选择操作系统，上传导出的 `__GRAPH.json` 文件。
5. 等待处理完成（通常为2\~10分钟）。
6. 点击 Download 按钮下载 `__BINRAY.zip` 文件。

### 组装

{% hint style="warning" %}
组装前请保存文件或打开空场景。组装过程中将关闭当前场景且没有机会保存！
{% endhint %}

1. 在 Maya 顶部的 Nemo 菜单中点击 Assemble 组装。
2. 选择导出的 `__EXPORT.zip` 和 下载的 `__BINRAY.zip`，并指定输出目录。
3. 点击 Assemble 按钮，等待组装完成。如果失败请查看 [常见报错](/chinese/shi-yong-zhi-nan/chang-jian-bao-cuo.md)
4. 组装完成后关闭窗口，即可像使用原绑定一样使用 Nemo Rig 文件。

:clap: 在您体验完 Nemo Rig 惊人的交互速度之后，建议阅读 [预览模式](/chinese/shi-yong-zhi-nan/yu-lan-mo-shi.md)

{% hint style="info" %}
如果使用的是 Linux 系统，您可能想要提前在 Maya.env 中设置 `__GL_SYNC_TO_VBLANK=0` 以关闭垂直同步。这样会节省刷新时间提高性能。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nemopuppet.com/chinese/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
