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

# AI 绘画

- [基础](https://docs.myshirtai.com/draw/ji-chu.md)
- [进阶](https://docs.myshirtai.com/draw/jin-jie.md)
- [参数](https://docs.myshirtai.com/draw/can-shu.md)
- [Version-版本](https://docs.myshirtai.com/draw/can-shu/version-ban-ben.md)
- [Niji 模型](https://docs.myshirtai.com/draw/can-shu/niji-mo-xing.md)
- [Aspect Rations 横纵比](https://docs.myshirtai.com/draw/can-shu/aspect-rations-heng-zong-bi.md)
- [chaos 影响结果的变化程度](https://docs.myshirtai.com/draw/can-shu/chaos-ying-xiang-jie-guo-de-bian-hua-cheng-du.md)
- [No 否定提示](https://docs.myshirtai.com/draw/can-shu/no-fou-ding-ti-shi.md)
- [Quality 生成质量](https://docs.myshirtai.com/draw/can-shu/quality-sheng-cheng-zhi-liang.md)
- [Seeds 种子值](https://docs.myshirtai.com/draw/can-shu/seeds-zhong-zi-zhi.md)
- [Stylize 风格化](https://docs.myshirtai.com/draw/can-shu/stylize-feng-ge-hua.md)
- [Stop 在生成过程中停止](https://docs.myshirtai.com/draw/can-shu/stop-zai-sheng-cheng-guo-cheng-zhong-ting-zhi.md)
- [iw参数](https://docs.myshirtai.com/draw/can-shu/iw-can-shu.md): 对应ShirtAI风格参考板块
- [cw参数](https://docs.myshirtai.com/draw/can-shu/cw-can-shu.md): 对应ShirAI角色参考板块
- [Prompt篇](https://docs.myshirtai.com/draw/prompt-pian.md)
- [Midjourney V6版本详解](https://docs.myshirtai.com/draw/midjourney-v6-ban-ben-xiang-jie.md)
- [Midjourney 常见敏感/违禁词](https://docs.myshirtai.com/draw/midjourney-chang-jian-min-gan-wei-jin-ci.md): 请注意，Midjourney服务识别的命令语言为英文。为了便利中文用户，山鲸AI将自动将中文描述转换为英文。然而，为确保不违规，用户应自行核查转换后的英文描述，确认其中不含任何敏感或违禁词汇。目前Midjourney尚未对外公布其敏感词和违禁词的具体清单，故此类核查尤为重要。
- [Midjourney 提示词汇总](https://docs.myshirtai.com/draw/midjourney-ti-shi-ci-hui-zong.md)


---

# 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://docs.myshirtai.com/draw.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.
