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

# Обзор

Генерируйте изображения с помощью ИИ-моделей на GPU CLORE.AI.

## Инструменты и интерфейсы

| Инструмент                                                                                       | Описание                                             | Сложность |
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------- | --------- |
| [FLUX.1](/guides/guides_v2-ru/generaciya-izobrazhenii/flux.md)                                   | Наилучшее качество, рендеринг текста                 | Средняя   |
| [FLUX.2 Klein](/guides/guides_v2-ru/generaciya-izobrazhenii/flux2-klein.md)                      | Генерация изображений за доли секунды                | Средняя   |
| [Stable Diffusion WebUI](/guides/guides_v2-ru/generaciya-izobrazhenii/stable-diffusion-webui.md) | Классический интерфейс с множеством функций          | Лёгкий    |
| [Stable Diffusion WebUI Forge](/guides/guides_v2-ru/generaciya-izobrazhenii/sd-webui-forge.md)   | Оптимизированный вариант WebUI                       | Лёгкий    |
| [Stable Diffusion 3.5](/guides/guides_v2-ru/generaciya-izobrazhenii/stable-diffusion-3-5.md)     | Современная открытая модель                          | Средняя   |
| [ComfyUI](/guides/guides_v2-ru/generaciya-izobrazhenii/comfyui.md)                               | Рабочие процессы на основе узлов                     | Средняя   |
| [Fooocus](/guides/guides_v2-ru/generaciya-izobrazhenii/fooocus-simple-sd.md)                     | Простой интерфейс Stable Diffusion                   | Лёгкий    |
| [InvokeAI](/guides/guides_v2-ru/generaciya-izobrazhenii/invokeai.md)                             | Профессиональный интерфейс для генерации изображений | Средняя   |
| [PixArt](/guides/guides_v2-ru/generaciya-izobrazhenii/pixart-image-gen.md)                       | Быстрая генерация на основе DiT                      | Средняя   |
| [HunyuanImage 3.0](/guides/guides_v2-ru/generaciya-izobrazhenii/hunyuan-image3.md)               | Унифицированная генерация и редактирование           | Средняя   |
| [SDXL Turbo & LCM](/guides/guides_v2-ru/generaciya-izobrazhenii/sdxl-turbo.md)                   | Быстрые модели для вывода                            | Лёгкий    |

## Рекомендации по GPU

| Модель | Минимальный объем VRAM | Рекомендуется |
| ------ | ---------------------- | ------------- |
| SD 1.5 | 4 ГБ                   | 8 ГБ+         |
| SDXL   | 8 ГБ                   | 12 ГБ+        |
| FLUX.1 | 12 ГБ                  | 24 ГБ+        |
| SD 3.5 | 16 ГБ                  | 24 ГБ+        |

## Советы

* Используйте **Спот** заказы для пакетной генерации
* Включите xFormers/Flash Attention для ускорения
* Начинайте с меньших моделей для тестирования подсказок

## Связанные руководства

* [Обработка изображений](/guides/guides_v2-ru/obrabotka-izobrazhenii/image-processing.md) - Апскейлинг, восстановление
* [ControlNet](/guides/guides_v2-ru/obrabotka-izobrazhenii/controlnet-advanced.md) - Направляемая генерация
* [Обучение](/guides/guides_v2-ru/obuchenie/training.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.clore.ai/guides/guides_v2-ru/generaciya-izobrazhenii/image-generation.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.
