> 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/image-generation.md).

# Image Generation

- [Overview](https://docs.clore.ai/guides/image-generation/image-generation.md)
- [FLUX.1](https://docs.clore.ai/guides/image-generation/flux.md): Run FLUX.1 image generation from Black Forest Labs on Clore.ai
- [Stable Diffusion 3.5](https://docs.clore.ai/guides/image-generation/stable-diffusion-3-5.md): Generate high-fidelity images with accurate text rendering using Stable Diffusion 3.5 on Clore.ai GPUs.
- [Stable Diffusion WebUI](https://docs.clore.ai/guides/image-generation/stable-diffusion-webui.md): Run AUTOMATIC1111 Stable Diffusion WebUI on Clore.ai GPUs
- [ComfyUI](https://docs.clore.ai/guides/image-generation/comfyui.md): Node-based Stable Diffusion interface with ComfyUI on Clore.ai
- [Fooocus](https://docs.clore.ai/guides/image-generation/fooocus-simple-sd.md): Easy Stable Diffusion image generation with Fooocus on Clore.ai
- [PixArt](https://docs.clore.ai/guides/image-generation/pixart-image-gen.md): Fast image generation with PixArt-Alpha and PixArt-Sigma
- [SDXL Turbo & LCM](https://docs.clore.ai/guides/image-generation/sdxl-turbo.md): Generate images in 1-4 steps with SDXL Turbo and LCM on Clore.ai
- [FLUX.2 Klein](https://docs.clore.ai/guides/image-generation/flux2-klein.md): FLUX.2 Klein — sub-second image generation on Clore.ai GPUs
- [HunyuanImage 3.0](https://docs.clore.ai/guides/image-generation/hunyuan-image3.md): Run HunyuanImage 3.0 — Tencent's 80B MoE multimodal image generation and editing model on Clore.ai GPUs
- [InvokeAI](https://docs.clore.ai/guides/image-generation/invokeai.md): Run InvokeAI professional Stable Diffusion toolkit with node-based canvas on Clore.ai GPUs
- [SD WebUI Forge](https://docs.clore.ai/guides/image-generation/sd-webui-forge.md): Deploy Stable Diffusion WebUI Forge with optimized VRAM management and FLUX support on Clore.ai GPUs


---

# 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:

```
GET https://docs.clore.ai/guides/image-generation.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.
