18 Downloads Updated 2 days ago
ollama run n0404n0404/Qwen3.8-27B-Heretic-JP-Roleplay-DanbooruTags:q6_k
GGUF quantizations of sss22213/Qwen3.8-27B-Heretic-JP-Roleplay-NSFW-DanbooruTags: the Japanese roleplay model n0404n0404/qwen3.8-27b-heretic-jp-roleplay (Qwen3.8-27B, refusals removed with Heretic, roleplay QLoRA) with one more skill trained in: turning a scene description into a Danbooru tag prompt for Stable Diffusion WebUI (A1111). Play a scene, then ask for the image prompt for it — or use it purely as a description-to-tags converter.
Adult content. This model does not refuse; the roleplay data and the tag data both include explicit material, and the tag task emits nsfw for questionable/explicit scenes. Not for minors, not for public-facing deployments. You are responsible for how you use it.
Unquantized BF16 weights: sss22213/Qwen3.8-27B-Heretic-JP-Roleplay-NSFW-DanbooruTags on Hugging Face (safetensors, ~51 GB).
| Tag | Quant | Size | Fits in |
|---|---|---|---|
q2_k |
Q2_K | 11.6 GB | 12–16 GB VRAM. Smallest, noticeably lossy — last resort. |
q3_k_m |
Q3_K_M | 14.2 GB | 16 GB VRAM. |
q4_k_m / latest |
Q4_K_M | 17.5 GB | 24 GB VRAM. Recommended balance of quality and size. |
q6_k |
Q6_K | 23.0 GB | 24 GB VRAM with a small context, comfortable on 32 GB. Closest to the bf16 weights. |
Every tag ships with the vision projector (0.93 GB, included in the sizes above). Sizes are model weights only; the KV cache for your context length comes on top.
ollama run n0404n0404/qwen3.8-27b-heretic-jp-roleplay-danboorutags
Use exactly this system prompt — it is the one the training data was built with:
あなたはイラスト生成用プロンプトの専門家です。与えられた場面描写を、Stable Diffusion WebUI(A1111)向けの Danbooru タグに変換してください。描写に含まれる要素だけをタグにし、存在しないタグを作らず、タグはカンマ区切りで一行に出力してください。
Then send the scene description (Japanese is what it was trained on) as the message. The reply is one comma-separated line in A1111 syntax — underscores turned into spaces, parentheses escaped — ordered nsfw (only for questionable/explicit scenes) → character → franchise → the tags the description actually mentions. It is trained to tag only what the description supports and not to invent style, quality or meta tags; add those yourself.
Easiest as a Modelfile so the system prompt is baked in and thinking is off (the answer is short; reasoning adds nothing here):
FROM n0404n0404/qwen3.8-27b-heretic-jp-roleplay-danboorutags:q4_k_m
PARAMETER num_ctx 8192
SYSTEM """あなたはイラスト生成用プロンプトの専門家です。与えられた場面描写を、Stable Diffusion WebUI(A1111)向けの Danbooru タグに変換してください。描写に含まれる要素だけをタグにし、存在しないタグを作らず、タグはカンマ区切りで一行に出力してください。"""
ollama create danbooru-tagger -f Modelfile
ollama run danbooru-tagger
>>> /set nothink
>>> 夜の屋上で、制服姿の少女が手すりにもたれて街の灯りを眺めている。長い黒髪が風になびく。
From the API, pass the same system message and "think": false.
Identical to qwen3.8-27b-heretic-jp-roleplay: character sheet and scene in the system prompt, thinking left on (that is where it plans the scene and keeps the character consistent), num_ctx raised for long sessions:
FROM n0404n0404/qwen3.8-27b-heretic-jp-roleplay-danboorutags:q4_k_m
PARAMETER num_ctx 32768
SYSTEM """あなたは「花音」というキャラクターとしてロールプレイを行います。
性格:明るく少し強気。一人称は「あたし」。
状況:放課後の教室。ユーザーは同級生。
セリフは「」で、地の文は三人称で書いてください。"""
Mid-roleplay you can ask, in character context, for a tag line describing the current scene — but the dedicated system prompt above gives cleaner results.
Sampling: temperature 0.6 / top-p 0.95 / top-k 20 is a good starting point (the values the training reasoning was generated with). Vision: image input works (stock Qwen3.8 projector) but neither fine-tune used images.
<think> reasoning (jp-roleplay).nsfw prepended for q/e ratings. 10,000 roleplay conversations mixed in as a refresher; empty <think> blocks masked from the loss so the tag samples could not shorten the reasoning.Full model card with every setting: Hugging Face.
日本語ロールプレイモデル(jp-roleplay)に、場面描写 → Stable Diffusion WebUI(A1111)向け Danbooru タグへの変換を追加学習したモデルの GGUF 量子化版です。成人向けの内容を生成し、拒否しません。
/set nothink)で構いません。出力は描写に含まれる要素のタグのみ(nsfw → キャラクター → 作品 → タグの順)。画風・品質タグは自分で足してください。q4_k_m(24 GB VRAM)。16 GB なら q3_k_m、q6_k が最も元の精度に近いです。在日文角色扮演模型(jp-roleplay)上再加訓「場景描述 → A1111 Danbooru 標籤」能力後的 GGUF 量化版。會產生成人內容且不拒答,請自行負責。
/set nothink)。輸出只含描述裡有的元素(nsfw → 角色 → 作品 → 標籤),畫風/品質標籤請自己補。q4_k_m(24 GB 顯卡);16 GB 選 q3_k_m;q6_k 最接近原始精度。每個 tag 都附視覺 projector。