Train a DeepDanbooru project
masterFollow these steps to create and train a custom tag estimation model:
- Prepare dataset: Ensure your images and SQLite database follow the required structure.
- Create project folder: Initialize a new project directory.
- Prepare tags: Download the latest tags from Danbooru or create a custom
tags.txt. - Configure project: Update
project.jsonwith the correctdatabase_path. - Train: Execute the training process.
Commands:
deepdanbooru create-project [your_project_folder]deepdanbooru download-tags [your_project_folder] --username [your_danbooru_account] --api-key [your_danbooru_api_key]deepdanbooru train-project [your_project_folder]