LumiChat AI

Janitor AI Lorebook移行

Janitor AI Lorebook Export:SillyTavernへ移行

所有・許可されたJanitor AI LorebookをSillyTavern World Infoへfield mappingし、安全にimportしてactivationをtestします。

著者: LumiChat AI Team公開日:

12分で読める

クイック回答

このガイドでわかること

自分が所有、open reuse可能、またはcreator許可があるLorebookだけ移行できます。Visible source entryを保存し、triggerをSillyTavern key array、loreをcontent、behavior settingをWorld Info fieldへmappingし、8-turn activation testを行います。Closed/private bookをscrape、trigger推測、hidden text復元してはいけません。

  • Extractorよりownership確認
  • Lossless source audit
  • World Info field mapping

おすすめキャラクター

更新するたびに3人をランダム表示。紹介動画があれば動画を優先し、なければキャラクター画像を表示します。

銀座クラブの女王

佐藤明里

東京・銀座を思わせる上品なキャラクター。丁寧で情緒のある返答を求める人に合います。

上品儀式感寄り添い
チャットを始める
Seraphina Blake

ゴシックメイド

Seraphina Blake

格式、献身、古い館の雰囲気を使った制御しやすいロールプレイ。

ゴシック献身儀式
チャットを始める
Kaelith Amara

砂漠の星読み

Kaelith Amara

星空のテントを舞台に、旅と秘密をゆっくり進める物語向け。

砂漠温かい物語
チャットを始める
Authorized Janitor AI Lorebook移行を説明する実在LumiChat character library

Janitor AI Lorebook exportにはauthorized migrationとprivate extractionが混在します。このguideは前者だけを扱い、Janitor Lorebook guideSillyTavern import guideを補完します。

Extractorよりownership確認

Public characterでもlinked lorebookやscriptのreuse権は自動で得られません。Owner、visibility、licenseを確認し、自作または許可されたvisible dataだけを使います。UI名は変わるためuniversal download buttonを約束しません。Closed/private content、trigger guessing、prompt extraction、protection bypassは対象外です。

Source stateMay you migrate it?Correct action
Your own LorebookYesExport or copy visible entries, then verify every field
Open/public Lorebook with reuse permissionYes, within its licenseKeep attribution and license notes
Creator sent you a file or explicit permissionYes, within that permissionPreserve the original and migration record
Closed/private LorebookNoAsk the creator; do not guess triggers or extract hidden text
Public character with hidden LorebookNo automatic rightMigrate only the fields the creator made reusable

Lossless source audit

編集前にoriginal sourceを保存します。Screenshotはarray、disabled state、activation controlを失うため不十分です。Structured exportがあれば使い、なければauthorized visible fieldsをtable化します。Primary key、secondary condition、constant stateを分け、before/after entry countを比較します。

  1. Save an untouched source copy and record the date.
  2. Count entries and note whether each is enabled or constant.
  3. Copy primary keys, secondary keys and content separately.
  4. Record order, position, probability, depth and recursion behavior when visible.
  5. Mark scripts or platform-only syntax for manual review.
  6. Remove secrets, personal identifiers and content you cannot lawfully reuse.

World Info field mapping

SillyTavernはLorebookをWorld Infoと呼び、keyでpromptへdynamic insertionします。Character、persona、chat、global scopeがあります。Numberだけでなくbehaviorをmappingします。Labelはcomment、triggerはkey、loreはcontentです。Position、recursion、probability、selective matchingはmanual reviewします。

Janitor conceptSillyTavern World Info fieldMigration check
Entry name or labelcommentHuman-readable editor label; not prompt content
Trigger wordskeyArray of primary activation keys
Additional conditionskeysecondaryReview selective matching rather than flattening
Lore textcontentMust be complete enough to stand alone when activated
Always activeconstantUse sparingly because it always spends context
PriorityorderPreserve relative order, then test collisions
Injection locationposition / depthMap by behavior, not only by numeric value
Enabled statedisableInverted Boolean: disabled means disable=true
Chanceprobability / useProbabilityVerify 100% entries before adding randomness

Minimal valid JSON

一つのnon-sensitive entryでsmall JSONを作り、syntaxとunique integer IDを確認します。Exampleはreal creator textを含みません。Contentはstandaloneにし、unknown extension dataをtrusted exportから得た場合は保持します。Janitor executable scriptをlore textとして貼っても自動実行されません。

{
  "entries": {
    "0": {
      "uid": 0,
      "key": ["Aster Harbor", "harbor council"],
      "keysecondary": [],
      "comment": "Aster Harbor",
      "content": "Aster Harbor is governed by a five-seat council.",
      "constant": false,
      "order": 100,
      "position": 0,
      "disable": false,
      "probability": 100,
      "useProbability": false,
      "depth": 4
    }
  }
}

Importとscope binding

Current World Info UIからJSONをimportし、entry count、Unicode、keys、enabled、probability、orderを確認してからbindします。Character Loreは一人、Chat Loreは一branch、Persona Loreはuser role、Globalは意図的なcross-character reuseです。Character card exportだけに頼らずstandalone backupを残します。

BindingScopeUse it when
Character LoreEvery chat with one characterThe facts belong to that character or world
Chat LorebookOne conversation onlyThe facts are specific to a branch or campaign
Persona LorebookEvery chat using one personaThe facts describe the user role or persona
Global World InfoAny selected chatThe book is intentionally reusable across characters

8-turn activation test

Import successはbehavior parityではありません。8 turnsでno-key、exact key、case、partial word、two entries、secondary condition、scene change、reopenをtestします。No activationはspelling、scan depth、case、whole word、budget、bindingを確認し、over-activationはbroad keyとrecursionを確認します。

TurnTestPass condition
1Mention no keysNon-constant entries stay absent
2Mention one exact primary keyOnly its intended entry activates
3Use different letter caseBehavior matches the configured case rule
4Use a partial wordWhole-word behavior matches the setting
5Trigger two related entriesOrder and budget produce coherent context
6Mention a secondary conditionSelective logic matches the original intent
7Change scene and mention the key againEntry still activates without duplicating prose
8Reopen the chatCharacter or chat binding remains attached

Manual migrationかhosted chatか

価値あるauthorized bookはmanual migrationが安全です。Small worldはopaque converter修理よりrebuildが速い場合があります。Chub AI card guideもportable workflowを説明します。Fileとtrigger保守ではなくhosted character chatが目的ならLumiChat libraryを比較できます。Private Janitor contentはunlockしません。

よくある質問

Exportできますか?

自作、open reuse、creator permissionのある内容だけ可能です。

Private bookをdownloadできますか?

できません。Creatorへ許可を求め、scrapeやtrigger推測をしません。

STへ直接importできますか?

Format差があるためfield mapping後にentryごと確認します。

Keysは?

Primary triggerはkey array、secondaryはselective logicをreviewします。

どこへbind?

Character、Chat、Persona、Globalから最小scopeを選びます。

Activationしない理由は?

Enabled、key、scan depth、case、whole word、budget、bindingを確認します。

Scriptは動きますか?

Lore textへ貼るだけでは動かずsupported behaviorへ再設計が必要です。

LumiChatがprivate bookをimportしますか?

しません。Creator permissionを回避しません。

Elara Voss

LumiChat で続ける

キャラクターを選んで会話を始める

公開中のキャラクターから相性のよい人物と場面を選び、すぐにチャットできます。

チャットへ