> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/how-tos.md).

# 操作指南

针对人们在 Morphic 上最常做的内容提供的分步指南，从编辑单张图像到规划并扩展完整序列。

这些指南将带你从头到尾完成 Morphic 上的完整任务。每一篇都涵盖一项你可以一次性完成的工作，并且相关模型和设置都已为你选好。

## 处理图像

* [精确图像编辑](/docs/zh/how-tos/precise-image-editing.md)：更改图像的某一部分，其他部分保持不变
* [更改风格](/docs/zh/how-tos/change-style.md)：用一个提示词从同一张图像生成多种风格
* [组合多张图像](/docs/zh/how-tos/combine-multiple-images.md)：将主体和元素整合到同一个画面中
* [图像融合](/docs/zh/how-tos/blending-images.md)：将参考图合并为单一结果
* [姿势迁移](/docs/zh/how-tos/pose-transfer.md)：将一张图像中的姿势应用到另一张图像中的角色上
* [多角色标签](/docs/zh/how-tos/multiple-character-tag.md)：在多次生成中保持多个角色的一致性

## 处理视频

* [延长视频](/docs/zh/how-tos/extend-video.md)：将剪辑延续到原始结尾之后
* [更改摄像机角度](/docs/zh/how-tos/change-camera-angles.md)：在不重新生成场景的情况下重新构图镜头
* [制作动作漫画](/docs/zh/how-tos/creating-motion-comics.md)：将静态图像转变为动画序列

## 规划序列

* [分镜](/docs/zh/how-tos/storyboarding.md)：在生成最终画面之前规划场景、镜头和视觉流程

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/how-tos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
