> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng.md).

# 图像生成

- [概览](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/image-generation.md)
- [FLUX.1](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/flux.md): 在 Clore.ai 上运行 Black Forest Labs 的 FLUX.1 图像生成
- [Stable Diffusion 3.5](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/stable-diffusion-3-5.md): 在 Clore.ai 的 GPU 上使用 Stable Diffusion 3.5 生成高保真图像，并实现准确的文本渲染。
- [Stable Diffusion WebUI](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/stable-diffusion-webui.md): 在 Clore.ai 的 GPU 上运行 AUTOMATIC1111 Stable Diffusion WebUI
- [ComfyUI](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/comfyui.md): 在 Clore.ai 上使用 ComfyUI 的基于节点的 Stable Diffusion 界面
- [Fooocus](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/fooocus-simple-sd.md): 在 Clore.ai 上使用 Fooocus 轻松生成 Stable Diffusion 图像
- [PixArt](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/pixart-image-gen.md): 使用 PixArt-Alpha 和 PixArt-Sigma 快速生成图像
- [SDXL Turbo 与 LCM](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/sdxl-turbo.md): 在 Clore.ai 上使用 SDXL Turbo 和 LCM 通过 1-4 步生成图像
- [FLUX.2 Klein](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/flux2-klein.md): FLUX.2 Klein——在 Clore.ai 的 GPU 上实现亚秒级图像生成
- [HunyuanImage 3.0](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/hunyuan-image3.md): 在 Clore.ai 的 GPU 上运行 HunyuanImage 3.0——腾讯 80B MoE 多模态图像生成与编辑模型
- [InvokeAI](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/invokeai.md): 在 Clore.ai 的 GPU 上运行 InvokeAI 专业级 Stable Diffusion 工具包，支持基于节点的画布
- [SD WebUI Forge](https://docs.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng/sd-webui-forge.md): 在 Clore.ai 的 GPU 上部署 Stable Diffusion WebUI Forge，具备优化的 VRAM 管理和 FLUX 支持


---

# 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.clore.ai/guides/guides_v2-zh/tu-xiang-sheng-cheng.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.
