Tag search limit

This commit is contained in:
2026-07-27 01:45:52 -07:00
parent f0e5267828
commit c0c3a4c405
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -97,6 +97,7 @@ Tuning the server's behavior is done via `config.py`.
| `MODEL_PRESETS_PATH` | Path to the `model_presets.toml` file. | `ROOT_DIR / "model_presets.toml"` |
| `RES_PRESETS_PATH` | Path to the `resolution_presets.toml` file. | `ROOT_DIR / "resolution_presets.toml"` |
| `TAG_DATABASE_PATH` | Path to the Danbooru `tags.csv` file. | (Path to extension folder) |
| `TAG_SEARCH_LIMIT` | Number of results returned by `search_tags` (direct or similar). | `20` |
### 🧠 Model & Token Tuning (Optimized for Gemma 4)
| Parameter | Description | Default |