6. 生成オプション 6. Generation Options

画面下部にあるオプション設定により、プロンプトを出力(コピー)する際の形式や、ビジュアルエディタでの表示方法をカスタマイズできます。 Using the option settings at the bottom of the screen, you can customize the format for exporting (copying) prompts and the display method in the Visual Editor.

⚙️ 出力制御オプション ⚙️ Output Control Options

チェックボックスをオンにすることで、プロンプト生成時の挙動が変わります。 Turning on the checkboxes changes the behavior when generating prompts.

各行(または各ブロック)の終わりに、自動的に BREAK タグを挿入して出力します。 Automatically inserts a BREAK tag at the end of each line (or block) in the output.

⚠️ 注意: トークン消費の増大 ⚠️ Note: Increased Token Consumption
この機能を有効にすると、すべての行が強制的に個別のチャンク(75トークンのブロック)として扱われます。
短い行が大量にある状態で使用すると、無駄なパディング(埋め草データ)が増大し、AIへの指示密度が下がってしまう可能性があります。トークン総数を意識してご使用ください。
When this feature is enabled, every line is forcibly treated as a separate chunk (a block of 75 tokens).
Using it with many short lines can increase wasted padding (filler data) and potentially lower the density of instructions to the AI. Please be mindful of the total token count.

# で始まるコメントブロックを、最終的なプロンプトから除外して出力します。 Excludes comment blocks starting with # from the final prompt output.

用途: Use Case:
自分用のメモ(「ここから衣装」など)は残しつつ、AIに渡すプロンプトだけをきれいに抽出したい場合に必須の機能です。 This is an essential feature when you want to keep personal notes (e.g., "Outfits from here") while cleanly extracting only the prompts to be passed to the AI.

📏 75トークンガイド (Token Guide) 📏 75 Token Guide (Token Guide)

ビジュアルエディタ上には、Stable Diffusionの処理単位である「75トークン」ごとの区切り線が表示されます。 A separator line for every "75 tokens," the processing unit of Stable Diffusion, is displayed on the Visual Editor.

表示イメージ: Display Image:
75 Tokens
tag_A tag_B ... tag_C tag_D

赤い点線を超えたタグは「次のチャンク(処理ブロック)」として扱われます。
重要なタグがこの線の直後に来てしまうと、AIへの影響力が弱まる可能性があるため、線の手前に収めるか、BREAKで明示的に区切るなどの調整を行う目安にしてください。
Tags that cross the red dotted line are treated as the "next chunk (processing block)."
Since important tags appearing immediately after this line might have weakened influence on the AI, use this as a guide to adjust them by keeping them before the line or explicitly separating them with a BREAK.

⚠️ 注意: ⚠️ Note:
このガイドは簡易的な計算(単語数などに基づく推計)であり、実際のStable Diffusion内部でのトークン数とは厳密に一致しない場合があります。あくまで目安としてご活用ください。 This guide is based on a simple calculation (estimates based on word count, etc.) and may not strictly match the actual token count within Stable Diffusion. Please use it only as a reference.

最後は、データの保存場所やセキュリティに関する情報です。 Finally, information regarding data storage and security.
7. データ保存・安全性 へ進む ➡️ Go to 7. Data Storage & Safety ➡️