> 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-es/generacion-de-imagenes.md).

# Generación de imágenes

- [Descripción general](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/image-generation.md)
- [FLUX.1](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/flux.md): Ejecuta generación de imágenes FLUX.1 de Black Forest Labs en Clore.ai
- [Stable Diffusion 3.5](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/stable-diffusion-3-5.md): Genera imágenes de alta fidelidad con renderizado de texto preciso usando Stable Diffusion 3.5 en GPUs de Clore.ai.
- [Stable Diffusion WebUI](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/stable-diffusion-webui.md): Ejecuta AUTOMATIC1111 Stable Diffusion WebUI en GPUs de Clore.ai
- [ComfyUI](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/comfyui.md): Interfaz de Stable Diffusion basada en nodos con ComfyUI en Clore.ai
- [Fooocus](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/fooocus-simple-sd.md): Generación de imágenes Stable Diffusion fácil con Fooocus en Clore.ai
- [PixArt](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/pixart-image-gen.md): Generación rápida de imágenes con PixArt-Alpha y PixArt-Sigma
- [SDXL Turbo y LCM](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/sdxl-turbo.md): Genera imágenes en 1-4 pasos con SDXL Turbo y LCM en Clore.ai
- [FLUX.2 Klein](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/flux2-klein.md): FLUX.2 Klein: generación de imágenes en menos de un segundo en GPUs de Clore.ai
- [HunyuanImage 3.0](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/hunyuan-image3.md): Ejecuta HunyuanImage 3.0: el modelo multimodal de generación y edición de imágenes MoE de 80B de Tencent en GPUs de Clore.ai
- [InvokeAI](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/invokeai.md): Ejecuta la herramienta profesional de Stable Diffusion InvokeAI con lienzo basado en nodos en GPUs de Clore.ai
- [SD WebUI Forge](https://docs.clore.ai/guides/guides_v2-es/generacion-de-imagenes/sd-webui-forge.md): Despliega Stable Diffusion WebUI Forge con gestión optimizada de VRAM y soporte para FLUX en GPUs de 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-es/generacion-de-imagenes.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.
