# Overview

Generate images with AI models on CLORE.AI GPUs.

## Tools & Interfaces

| Tool                                                                                           | Description                      | Difficulty |
| ---------------------------------------------------------------------------------------------- | -------------------------------- | ---------- |
| [FLUX.1](https://docs.clore.ai/guides/image-generation/flux)                                   | Best quality, text rendering     | Medium     |
| [FLUX.2 Klein](https://docs.clore.ai/guides/image-generation/flux2-klein)                      | Sub-second image generation      | Medium     |
| [Stable Diffusion WebUI](https://docs.clore.ai/guides/image-generation/stable-diffusion-webui) | Feature-rich classic UI          | Easy       |
| [Stable Diffusion WebUI Forge](https://docs.clore.ai/guides/image-generation/sd-webui-forge)   | Optimized WebUI variant          | Easy       |
| [Stable Diffusion 3.5](https://docs.clore.ai/guides/image-generation/stable-diffusion-3-5)     | State-of-the-art open model      | Medium     |
| [ComfyUI](https://docs.clore.ai/guides/image-generation/comfyui)                               | Node-based workflows             | Medium     |
| [Fooocus](https://docs.clore.ai/guides/image-generation/fooocus-simple-sd)                     | Simple Stable Diffusion UI       | Easy       |
| [InvokeAI](https://docs.clore.ai/guides/image-generation/invokeai)                             | Professional image generation UI | Medium     |
| [PixArt](https://docs.clore.ai/guides/image-generation/pixart-image-gen)                       | Fast DiT-based generation        | Medium     |
| [HunyuanImage 3.0](https://docs.clore.ai/guides/image-generation/hunyuan-image3)               | Unified generation & editing     | Medium     |
| [SDXL Turbo & LCM](https://docs.clore.ai/guides/image-generation/sdxl-turbo)                   | Fast inference models            | Easy       |

## GPU Recommendations

| Model  | Minimum VRAM | Recommended |
| ------ | ------------ | ----------- |
| SD 1.5 | 4GB          | 8GB+        |
| SDXL   | 8GB          | 12GB+       |
| FLUX.1 | 12GB         | 24GB+       |
| SD 3.5 | 16GB         | 24GB+       |

## Tips

* Use **Spot** orders for batch generation
* Enable xFormers/Flash Attention for speed
* Start with smaller models to test prompts

## Related Guides

* [Image Processing](https://docs.clore.ai/guides/image-processing/image-processing) - Upscaling, restoration
* [ControlNet](https://docs.clore.ai/guides/image-processing/controlnet-advanced) - Guided generation
* [Training](https://docs.clore.ai/guides/training/training) - Train custom models


---

# 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.clore.ai/guides/image-generation/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.
