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

# छवि निर्माण

- [अवलोकन](https://docs.clore.ai/guides/guides_v2-hi/image-generation/image-generation.md)
- [FLUX.1](https://docs.clore.ai/guides/guides_v2-hi/image-generation/flux.md): Clore.ai पर Black Forest Labs से FLUX.1 इमेज जनरेशन चलाएँ
- [Stable Diffusion 3.5](https://docs.clore.ai/guides/guides_v2-hi/image-generation/stable-diffusion-3-5.md): Clore.ai GPUs पर Stable Diffusion 3.5 का उपयोग करके सटीक टेक्स्ट रेंडरिंग के साथ उच्च-निष्ठा छवियाँ जनरेट करें।
- [Stable Diffusion WebUI](https://docs.clore.ai/guides/guides_v2-hi/image-generation/stable-diffusion-webui.md): Clore.ai GPUs पर AUTOMATIC1111 Stable Diffusion WebUI चलाएँ
- [ComfyUI](https://docs.clore.ai/guides/guides_v2-hi/image-generation/comfyui.md): Clore.ai पर ComfyUI के साथ नोड-आधारित Stable Diffusion इंटरफ़ेस
- [Fooocus](https://docs.clore.ai/guides/guides_v2-hi/image-generation/fooocus-simple-sd.md): Clore.ai पर Fooocus के साथ आसान Stable Diffusion इमेज जनरेशन
- [PixArt](https://docs.clore.ai/guides/guides_v2-hi/image-generation/pixart-image-gen.md): PixArt-Alpha और PixArt-Sigma के साथ तेज़ इमेज जनरेशन
- [SDXL Turbo & LCM](https://docs.clore.ai/guides/guides_v2-hi/image-generation/sdxl-turbo.md): Clore.ai पर SDXL Turbo और LCM के साथ 1-4 चरणों में छवियाँ जनरेट करें
- [FLUX.2 Klein](https://docs.clore.ai/guides/guides_v2-hi/image-generation/flux2-klein.md): FLUX.2 Klein — Clore.ai GPUs पर सब-सेकंड इमेज जनरेशन
- [HunyuanImage 3.0](https://docs.clore.ai/guides/guides_v2-hi/image-generation/hunyuan-image3.md): Clore.ai GPUs पर Tencent का 80B MoE मल्टिमोडल इमेज जनरेशन और एडिटिंग मॉडल HunyuanImage 3.0 चलाएँ
- [InvokeAI](https://docs.clore.ai/guides/guides_v2-hi/image-generation/invokeai.md): Clore.ai GPUs पर नोड-आधारित कैनवास के साथ InvokeAI प्रोफ़ेशनल Stable Diffusion टूलकिट चलाएँ
- [SD WebUI Forge](https://docs.clore.ai/guides/guides_v2-hi/image-generation/sd-webui-forge.md): Clore.ai GPUs पर ऑप्टिमाइज़्ड VRAM मैनेजमेंट और FLUX सपोर्ट के साथ Stable Diffusion WebUI Forge डिप्लॉय करें


---

# 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-hi/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.
