> 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-ru/generaciya-izobrazhenii.md).

# Генерация изображений

- [Обзор](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/image-generation.md)
- [FLUX.1](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/flux.md): Запустите генерацию изображений FLUX.1 от Black Forest Labs на Clore.ai
- [Stable Diffusion 3.5](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/stable-diffusion-3-5.md): Создавайте высокоточные изображения с точным рендерингом текста с помощью Stable Diffusion 3.5 на GPU Clore.ai.
- [Stable Diffusion WebUI](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/stable-diffusion-webui.md): Запустите AUTOMATIC1111 Stable Diffusion WebUI на GPU Clore.ai
- [ComfyUI](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/comfyui.md): Интерфейс Stable Diffusion на узлах с ComfyUI на Clore.ai
- [Fooocus](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/fooocus-simple-sd.md): Простая генерация изображений Stable Diffusion с Fooocus на Clore.ai
- [PixArt](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/pixart-image-gen.md): Быстрая генерация изображений с PixArt-Alpha и PixArt-Sigma
- [SDXL Turbo и LCM](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/sdxl-turbo.md): Генерируйте изображения за 1–4 шага с SDXL Turbo и LCM на Clore.ai
- [FLUX.2 Klein](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/flux2-klein.md): FLUX.2 Klein — генерация изображений менее чем за секунду на GPU Clore.ai
- [HunyuanImage 3.0](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/hunyuan-image3.md): Запустите HunyuanImage 3.0 — мультимодальную модель Tencent на 80B MoE для генерации и редактирования изображений на GPU Clore.ai
- [InvokeAI](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/invokeai.md): Запустите профессиональный набор инструментов Stable Diffusion InvokeAI с узловым холстом на GPU Clore.ai
- [SD WebUI Forge](https://docs.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/sd-webui-forge.md): Разверните Stable Diffusion WebUI Forge с оптимизированным управлением VRAM и поддержкой FLUX на GPU Clore.ai


---

# 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-ru/generaciya-izobrazhenii.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.
