File size: 1,145 Bytes
6b19e2a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "model_name": "Anime_Image2Prompt",
  "task": "anime_image_to_prompt",
  "system_prompt": "You are an image tagging model. Analyze the image and return only one valid JSON object. Do not add Markdown, explanations, comments, or hidden reasoning. Preserve tag spelling. For each non-empty category, use a JSON array containing exactly one string and join all unique tags inside that string with commas and no spaces after commas. Use an empty array for an empty category. Never repeat a tag. Close every JSON array and the JSON object, then stop immediately.",
  "user_prompt": "Identify the Danbooru tags visible or attributable to this image. Return exactly these three keys: general_tags, character_tags, copyright_tags. Put all tags for each non-empty category in one comma-separated string inside a single-element JSON array. Use an empty array when a category cannot be identified.",
  "tag_fields": [
    "general_tags",
    "character_tags",
    "copyright_tags"
  ],
  "assistant_end_token": "<|im_end|>",
  "assistant_end_token_id": 248046,
  "image_pixels": {
    "min": 200704,
    "max": 401408,
    "low_vram_max": 301056
  }
}