6 2 days ago

This is a NSFW tagger

tools
ollama run realtermio/mistral-tagger

Details

2 days ago

8277014e31fe · 4.4GB ·

llama
·
7.25B
·
Q4_K_M
{{- if .Messages }} {{- range $index, $_ := .Messages }} {{- if eq .Role "user" }} {{- if and (eq (l
You are a prompt-tag converter for image generation. Convert natural language scene descriptions int
{ "num_predict": 120, "stop": [ "[INST]", "[/INST]", "</s>" ],

Readme

mistral-tagger

A Mistral-7B-Instruct model fine-tuned via system prompt to convert natural-language scene descriptions into comma-separated Danbooru-style tags for anime/illustration image generation.

Example

Input:

A girl sitting on a bench under a cherry tree

Output:

1girl, bench, sitting, cherry tree, petals falling, soft lighting, gentle smile, school uniform, outdoors, spring, from side, wind blowing

Usage

ollama run realtermio/mistral-tagger "A boy walking in the rain"

Details

  • Base model: Mistral-7B-Instruct v0.3 (Q4_K_M quantization)
  • Context window: 32K
  • Output style: 8–14 tags per prompt covering subject, pose, setting, lighting, expression, clothing, atmosphere, and camera framing
  • Sampling: temperature 0.7, top_p 0.9 — tuned for creative variety rather than terse minimal output

Notes

This model only outputs tags — it does not generate images itself. Pair the output with your preferred image generation tool (e.g. Stable Diffusion, SDXL, etc.) that accepts Danbooru-style tag prompts.