# Fine-tune an Image model

With our API, you can fine-tune an image model to create personalized images or generate images in specific styles.

To help you get started, here are three detailed guides:

1. **Fine-Tuning with SDXL:** Use your own images to create custom models fine-tuned on faces or styles using the latest Stable Diffusion version.
2. **Training and Deploying a DreamBooth Model:** DreamBooth is our recommended approach for generating high-quality images of people.
3. **LoRA: Efficient Fine-Tuning for Stable Diffusion:** LoRA offers a faster and more cost-effective method for fine-tuning, especially for styles. It excels in style customization but is less effective for fine-tuning faces compared to DreamBooth.

***


---

# 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.vaikerai.com/guides/fine-tune-an-image-model.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.
