deepghs_find_character_dataset
Search HuggingFace for pre-built character image datasets to use in LoRA training, providing ready-to-use collections with image counts and download links.
Instructions
Search for pre-built character image datasets for LoRA training on HuggingFace.
Searches both deepghs (BangumiBase) and CyberHarem namespaces for datasets built around a specific character. These are pre-crawled, pre-cleaned, and ready to use — saving you from having to run waifuc yourself.
CyberHarem datasets are built using the full DeepGHS automated pipeline: crawl → face filter → CCIP identity filter → WD tag → upload to HF.
Args: params (FindCharacterDatasetInput): - character_name (str): Character name to search for (e.g. 'Rem', 'Hatsune Miku') - response_format (ResponseFormat): 'markdown' or 'json'
Returns: str: List of matching character datasets with image counts, sources, download commands, and links. Also suggests waifuc script generation if no pre-built dataset is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |