> For the complete documentation index, see [llms.txt](https://docs.vaikerai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vaikerai.com/fine-tuning.md).

# What is Fine Tuning a model?

Fine-tuning is the process of taking a pre-trained model (often referred to as a foundation model) and refining it with your own data to create a new model tailored to a specific task. For example, you can fine-tune image models like SDXL using your own images to generate customized outputs, such as images of a specific person, object, or artistic style.

With Replicate, you can fine-tune and deploy your own image models directly in the cloud, eliminating the need for setting up GPUs.

**Fine-Tuning Image Models**

You can train an image model to generate images of:

* A specific person, like our colleague Zeke.
* A particular object, such as the Apple Vision Pro.
* A distinct style, like the aesthetic of the Barbie movie.

To get started with fine-tuning your own image models, refer to these guides:

1. **Fine-Tune SDXL with Your Own Images:** Create customized models fine-tuned on faces or styles using the latest version of Stable Diffusion.
2. **Train and Deploy a DreamBooth Model:** DreamBooth is our recommended method for generating high-quality images of people.
3. **LoRA: Efficient Fine-Tuning for Stable Diffusion:** LoRA offers a faster and more cost-effective way to fine-tune models, particularly for styles, though it may not be as effective for faces as DreamBooth.

***


---

# 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:

```
GET https://docs.vaikerai.com/fine-tuning.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.
