# Default Models

### <mark style="color:blue;">Default Models</mark>

Given different goals, the default models and configs of Fooocus are different:

<table><thead><tr><th width="112">Task</th><th>Windows</th><th width="132">Linux args</th><th width="189">Main Model</th><th width="137">Refiner</th><th>Config</th></tr></thead><tbody><tr><td>General</td><td>run.bat</td><td></td><td><a href="https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_version6Rundiffusion.safetensors">juggernautXL v6_RunDiffusion</a></td><td>not used</td><td><a href="https://github.com/lllyasviel/Fooocus/blob/main/modules/path.py">here</a></td></tr><tr><td>Realistic</td><td>run_realistic.bat</td><td>--preset realistic</td><td><a href="https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/realisticStockPhoto_v10.safetensors">realistic_stock_photo</a></td><td>not used</td><td><a href="https://github.com/lllyasviel/Fooocus/blob/main/presets/realistic.json">here</a></td></tr><tr><td>Anime</td><td>run_anime.bat</td><td>--preset anime</td><td><a href="https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/bluePencilXL_v050.safetensors">bluepencil_v50</a></td><td><a href="https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/DreamShaper_8_pruned.safetensors">dreamsharper_v8</a> (SD1.5)</td><td><a href="https://github.com/lllyasviel/Fooocus/blob/main/presets/anime.json">here</a></td></tr></tbody></table>

Note that the download is **automatic** - you do not need to do anything if the internet connection is okay. However, you can download them manually if you (or move them from somewhere else) have your own preparation.


---

# 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://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/images-art-and-design/image-generation/fooocus/fooocus-installation/default-models.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.
