

OC Character Appearance Builder
Wildcards + Standalone HTML Builder
Generate original character appearance prompts by combining seven attribute sections:
- hair color
- eye color
- hairstyle
- hair accessory
- eyebrows
- bust size
- body type
Designed for Stable Diffusion workflows using Pony, Illustrious, SDXL-based models, or ANIMA-based models.
This package includes both wildcard files and standalone browser-based HTML builders. The HTML builders can be opened directly in your browser. No server, installation, or internet connection is required.
============================================================
INSTALLATION
============================================================
Copy the oc_builder folder into your wildcards directory.
Folder structure:
<your wildcards root>/
oc_builder/
hair_color.txt
eye_color.txt
hairstyle.txt
hair_accessory.txt
eyebrows.txt
breast_size.txt
body_type.txt
oc_all.yaml
html_builder/
builder.html Japanese UI
builder_en.html English UI
builder_zh.html Chinese Simplified UI
builder_pt.html Portuguese UI
============================================================
INCLUDED FILES
============================================================
oc_builder/hair_color.txt
20 hair color options.
oc_builder/eye_color.txt
12 eye color options.
oc_builder/hairstyle.txt
62 hairstyle options.
oc_builder/hair_accessory.txt
25 hair accessory options. The empty line means no accessory.
oc_builder/eyebrows.txt
7 eyebrow options plus none.
oc_builder/breast_size.txt
6 bust size tiers.
oc_builder/body_type.txt
11 body type options.
oc_builder/oc_all.yaml
All sections combined into one nested wildcard file.
oc_builder/html_builder/builder.html
Standalone HTML builder with Japanese UI.
oc_builder/html_builder/builder_en.html
Standalone HTML builder with English UI.
oc_builder/html_builder/builder_zh.html
Standalone HTML builder with Chinese Simplified UI.
oc_builder/html_builder/builder_pt.html
Standalone HTML builder with Portuguese UI.
============================================================
WILDCARD USAGE
============================================================
Option A: Use each section file independently.
Copy example:
1girl, __oc_builder/hair_color__, __oc_builder/eye_color__, __oc_builder/hairstyle__, __oc_builder/hair_accessory__, __oc_builder/eyebrows__, __oc_builder/breast_size__, __oc_builder/body_type__,
Option B: Use the all-in-one nested YAML file.
Randomize all attributes at once with a single wildcard:
1girl, __oc_builder/oc_all/oc_character__
You can also use individual sub-keys for partial randomization:
__oc_builder/oc_all/hair_color__
__oc_builder/oc_all/hairstyle__
__oc_builder/oc_all/hair_accessory__
Notes:
- hair_accessory and eyebrows include an empty option. The empty option produces no tag output.
- Color names follow Danbooru-style tag conventions.
- Proprietary or ambiguous color names such as lavender, coral, and mint are not used.
- 1girl, is not included in the wildcard files. Add it manually in your prompt when needed.
============================================================
HTML BUILDER USAGE
============================================================
Open any HTML file directly in your browser.
Available HTML builders:
builder.html
Japanese UI.
builder_en.html
English UI.
builder_zh.html
Chinese Simplified UI.
builder_pt.html
Portuguese UI.
Main features:
- Click items across sections to build a prompt.
- Random: randomizes all unlocked sections at once.
- Lock: fixes a selected section so it is excluded from randomization.
- Lock All / Unlock All: toggles all section locks at once.
- Reset: restores all sections to their first item.
- Clear: deselects every section.
- Copy: copies the assembled prompt to the clipboard.
Lock state is saved in localStorage and persists between browser sessions.
============================================================
ATTRIBUTE COVERAGE
============================================================
Hair Color
20 options.
Examples: black, blonde, gold, silver, light blue, dark green, white.
Eye Color
12 options.
Examples: black, blue, red, yellow, white, purple.
Hairstyle
62 options.
Examples: ponytail, twintails, hime cut, wolf cut, twin braids, pixie cut, ahoge.
Hair Accessory
25 options plus none.
Examples: hairpin, hair bow, kanzashi, scrunchie, star hair clip, butterfly clip.
Eyebrows
7 options plus none.
Examples: thick eyebrows, thin eyebrows, arched eyebrows, v-shaped eyebrows, straight eyebrows, short eyebrows.
Bust Size
6 tiers.
Range: flat chest, small breasts, medium breasts, large breasts, huge breasts, gigantic breasts.
Body Type
11 options.
Examples: petite, slim, curvy, toned, muscular female, wide hips, thick thighs.
============================================================
日本語説明
============================================================
OC キャラクター外見ビルダー
ワイルドカード + スタンドアロン HTML ビルダー
髪色、目色、髪型、ヘアアクセサリー、眉毛、胸の大きさ、体型の7セクションを組み合わせて、オリジナルキャラクターの外見プロンプトを生成します。
Pony、Illustrious、SDXL 系モデル、および ANIMA 系モデルでの使用を想定しています。
このパッケージには、ワイルドカードファイルと、ブラウザで直接開ける HTML ビルダーが含まれています。HTML ビルダーはサーバー不要、インストール不要、インターネット接続不要で使えます。
============================================================
インストール
============================================================
oc_builder フォルダを wildcards ディレクトリにコピーしてください。
フォルダ構成:
<wildcards ルート>/
oc_builder/
hair_color.txt
eye_color.txt
hairstyle.txt
hair_accessory.txt
eyebrows.txt
breast_size.txt
body_type.txt
oc_all.yaml
html_builder/
builder.html 日本語 UI
builder_en.html 英語 UI
builder_zh.html 中国語簡体字 UI
builder_pt.html ポルトガル語 UI
============================================================
収録ファイル
============================================================
oc_builder/hair_color.txt
髪色 20 種。
oc_builder/eye_color.txt
目の色 12 種。
oc_builder/hairstyle.txt
髪型 62 種。
oc_builder/hair_accessory.txt
ヘアアクセサリー 25 種。空行は「なし」を意味します。
oc_builder/eyebrows.txt
眉毛 7 種 + なし。
oc_builder/breast_size.txt
胸の大きさ 6 段階。
oc_builder/body_type.txt
体型 11 種。
oc_builder/oc_all.yaml
全セクションをまとめたネスト型ワイルドカード。
oc_builder/html_builder/builder.html
日本語 UI のスタンドアロン HTML ビルダー。
oc_builder/html_builder/builder_en.html
英語 UI のスタンドアロン HTML ビルダー。
oc_builder/html_builder/builder_zh.html
中国語簡体字 UI のスタンドアロン HTML ビルダー。
oc_builder/html_builder/builder_pt.html
ポルトガル語 UI のスタンドアロン HTML ビルダー。
============================================================
ワイルドカードの使い方
============================================================
方法 A: セクション別の .txt ファイルを使う。
コピー用:
1girl, __oc_builder/hair_color__, __oc_builder/eye_color__, __oc_builder/hairstyle__, __oc_builder/hair_accessory__, __oc_builder/eyebrows__, __oc_builder/breast_size__, __oc_builder/body_type__,
方法 B: ネスト型 YAML の oc_all.yaml を使う。
全属性を 1 つのワイルドカードで一括ランダム化:
1girl, __oc_builder/oc_all/oc_character__
セクション単体で使う場合:
__oc_builder/oc_all/hair_color__
__oc_builder/oc_all/hairstyle__
__oc_builder/oc_all/hair_accessory__
注意事項:
- hair_accessory と eyebrows には空行オプションがあります。空行はタグを出力しない選択肢です。
- 色名は Danbooru 系タグの慣例に寄せています。
- lavender、coral、mint など、環境によって解釈が分かれやすい色名は使用していません。
- 1girl, はワイルドカードファイル内に含めていません。必要に応じてプロンプト側で追加してください。
============================================================
HTML ビルダーの使い方
============================================================
任意の HTML ファイルをブラウザで直接開いてください。
使用できる HTML ビルダー:
builder.html
日本語 UI。
builder_en.html
英語 UI。
builder_zh.html
中国語簡体字 UI。
builder_pt.html
ポルトガル語 UI。
主な機能:
- 各セクションの項目をクリックしてプロンプトを組み立てる。
- ランダム: ロックされていないセクションを一括ランダム化。
- ロック: 特定セクションを固定し、ランダム対象から外す。
- 全ロック / 全解除: すべてのセクションのロック状態をまとめて切り替え。
- リセット: 全セクションを先頭項目に戻す。
- クリア: 全セクションの選択を解除。
- コピー: 組み立てたプロンプトをクリップボードへコピー。
ロック状態は localStorage に保存され、次回起動時も維持されます。
============================================================
属性カバレッジ
============================================================
髪色
20 種。
例: black, blonde, gold, silver, light blue, dark green, white.
目の色
12 種。
例: black, blue, red, yellow, white, purple.
髪型
62 種。
例: ponytail, twintails, hime cut, wolf cut, twin braids, pixie cut, ahoge.
ヘアアクセサリー
25 種 + なし。
例: hairpin, hair bow, kanzashi, scrunchie, star hair clip, butterfly clip.
眉毛
7 種 + なし。
例: thick eyebrows, thin eyebrows, arched eyebrows, v-shaped eyebrows, straight eyebrows, short eyebrows.
胸の大きさ
6 段階。
範囲: flat chest, small breasts, medium breasts, large breasts, huge breasts, gigantic breasts.
体型
11 種。
例: petite, slim, curvy, toned, muscular female, wide hips, thick thighs.
