Add danbooru-mcp auto-start, git sync, status API endpoints, navbar status indicators, and LLM format retry
- app.py: add subprocess import; add _ensure_mcp_repo() to clone/pull danbooru-mcp from https://git.liveaodh.com/aodhan/danbooru-mcp into tools/danbooru-mcp/ at startup; add ensure_mcp_server_running() which calls _ensure_mcp_repo() then starts the Docker container if not running; add GET /api/status/comfyui and GET /api/status/mcp health endpoints; fix call_llm() to retry up to 3 times on unexpected response format (KeyError/IndexError), logging the raw response and prompting the LLM to respond with valid JSON before each retry - templates/layout.html: add ComfyUI and MCP status dot indicators to navbar; add polling JS that checks both endpoints on load and every 30s - static/style.css: add .service-status, .status-dot, .status-ok, .status-error, .status-checking styles and status-pulse keyframe animation - .gitignore: add tools/ to exclude the cloned danbooru-mcp repo
This commit is contained in:
26
data/clothing/ahsmaidill.json
Normal file
26
data/clothing/ahsmaidill.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "ahsmaidill",
|
||||
"outfit_name": "Ahsmaidill",
|
||||
"wardrobe": {
|
||||
"full_body": "dress",
|
||||
"headwear": "hair_bow",
|
||||
"top": "long_sleeves, sleeves_past_wrists",
|
||||
"bottom": "pink_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "apron, pink_bow, lace_trim"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/AHSMaidILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "AHSMaidILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"maid",
|
||||
"frills",
|
||||
"bow"
|
||||
]
|
||||
}
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"bikini",
|
||||
@@ -23,4 +25,4 @@
|
||||
"cleavage",
|
||||
"summer"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"slingshot swimsuit",
|
||||
@@ -23,4 +25,4 @@
|
||||
"navel",
|
||||
"revealing clothes"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
28
data/clothing/bitch_illustrious_v1_0.json
Normal file
28
data/clothing/bitch_illustrious_v1_0.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/bitch_illustrious_V1.0.safetensors",
|
||||
"lora_triggers": "bitch",
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"outfit_id": "bitch_illustrious_v1_0",
|
||||
"outfit_name": "Bitch Illustrious V1 0",
|
||||
"tags": [
|
||||
"gyaru",
|
||||
"jewelry",
|
||||
"nail_polish",
|
||||
"makeup",
|
||||
"accesssories"
|
||||
],
|
||||
"wardrobe": {
|
||||
"accessories": "jewelry, necklace",
|
||||
"bottom": "",
|
||||
"footwear": "",
|
||||
"full_body": "tanned skin, heavy makeup",
|
||||
"hands": "nail_polish",
|
||||
"headwear": "",
|
||||
"legwear": "",
|
||||
"top": ""
|
||||
}
|
||||
}
|
||||
29
data/clothing/black_tape_project.json
Normal file
29
data/clothing/black_tape_project.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "black_tape_project",
|
||||
"outfit_name": "Black Tape Project",
|
||||
"wardrobe": {
|
||||
"full_body": "black_tape_project",
|
||||
"headwear": "",
|
||||
"top": "tape_on_nipples",
|
||||
"bottom": "maebari",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "glitter"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/black-tape-project.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "BL4CKT4P3PR0J3CT",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"black_tape_project",
|
||||
"naked_tape",
|
||||
"tape",
|
||||
"tape_on_nipples",
|
||||
"maebari",
|
||||
"glitter"
|
||||
]
|
||||
}
|
||||
28
data/clothing/blazer_illustrious_v1_0.json
Normal file
28
data/clothing/blazer_illustrious_v1_0.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "blazer_illustrious_v1_0",
|
||||
"outfit_name": "Blazer Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "school_uniform",
|
||||
"headwear": "",
|
||||
"top": "blazer, shirt",
|
||||
"bottom": "skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "necktie"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/blazer_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "blazer_illustrious_V1.0",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"blazer",
|
||||
"shirt",
|
||||
"skirt",
|
||||
"necktie",
|
||||
"school_uniform"
|
||||
]
|
||||
}
|
||||
28
data/clothing/boundbeltedlatexnurseill.json
Normal file
28
data/clothing/boundbeltedlatexnurseill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "boundbeltedlatexnurseill",
|
||||
"outfit_name": "Boundbeltedlatexnurseill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_dress",
|
||||
"headwear": "nurse_cap, mouth mask",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "elbow_gloves",
|
||||
"accessories": "surgical_mask, belt, harness"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/BoundBeltedLatexNurseILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "nurse_cap, latex_dress, elbow_gloves, surgical_mask, underboob_cutout",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"nurse",
|
||||
"latex",
|
||||
"underboob_cutout",
|
||||
"bondage",
|
||||
"clothing"
|
||||
]
|
||||
}
|
||||
29
data/clothing/bubblegum_illust_v1_karc.json
Normal file
29
data/clothing/bubblegum_illust_v1_karc.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "bubblegum_illust_v1_karc",
|
||||
"outfit_name": "Bubblegum Illust V1 Karc",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "scrunchie",
|
||||
"top": "crop_top, jacket, fur_trim",
|
||||
"bottom": "miniskirt, denim",
|
||||
"legwear": "leg_warmers, thighhighs",
|
||||
"footwear": "platform_shoes",
|
||||
"hands": "",
|
||||
"accessories": "handbag"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/bubblegum_illust_v1_karc.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "bubblegum_illust_v1_karc",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"streetwear",
|
||||
"pastel_colors",
|
||||
"colorful",
|
||||
"fashion",
|
||||
"cute",
|
||||
"zettai_ryouiki"
|
||||
]
|
||||
}
|
||||
28
data/clothing/butterfly_bikini_illustrious_v1_0.json
Normal file
28
data/clothing/butterfly_bikini_illustrious_v1_0.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "butterfly_bikini_illustrious_v1_0",
|
||||
"outfit_name": "Butterfly Bikini Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "butterfly_bikini, swimsuit",
|
||||
"headwear": "",
|
||||
"top": "bikini_top",
|
||||
"bottom": "bikini_bottom",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/butterfly bikini_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.6,
|
||||
"lora_triggers": "butterfly bikini",
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.6
|
||||
},
|
||||
"tags": [
|
||||
"butterfly_bikini",
|
||||
"bikini",
|
||||
"swimsuit",
|
||||
"micro_bikini",
|
||||
"butterfly_print"
|
||||
]
|
||||
}
|
||||
31
data/clothing/butterflyeffectleotardill.json
Normal file
31
data/clothing/butterflyeffectleotardill.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "butterflyeffectleotardill",
|
||||
"outfit_name": "Butterflyeffectleotardill",
|
||||
"wardrobe": {
|
||||
"full_body": "leotard",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "thighhighs",
|
||||
"footwear": "",
|
||||
"hands": "elbow_gloves",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/ButterflyEffectLeotardILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "butterfly leotard",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"leotard",
|
||||
"elbow_gloves",
|
||||
"black_gloves",
|
||||
"thighhighs",
|
||||
"narrow_waist",
|
||||
"mizuno_ai",
|
||||
"solo",
|
||||
"1girl"
|
||||
]
|
||||
}
|
||||
31
data/clothing/cafecutiemaidill.json
Normal file
31
data/clothing/cafecutiemaidill.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "cafecutiemaidill",
|
||||
"outfit_name": "Cafecutiemaidill",
|
||||
"wardrobe": {
|
||||
"full_body": "maid_dress",
|
||||
"headwear": "hair_bow",
|
||||
"top": "long_sleeves, sleeves_past_wrists, lace_trim",
|
||||
"bottom": "pink_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "apron, pink_bow"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/CafeCutieMaidILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "CafeCutieMaidILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"maid_dress",
|
||||
"pink_skirt",
|
||||
"long_sleeves",
|
||||
"sleeves_past_wrists",
|
||||
"apron",
|
||||
"pink_bow",
|
||||
"hair_bow",
|
||||
"lace_trim"
|
||||
]
|
||||
}
|
||||
31
data/clothing/cageddemonsunderbustdressill.json
Normal file
31
data/clothing/cageddemonsunderbustdressill.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "cageddemonsunderbustdressill",
|
||||
"outfit_name": "Cageddemonsunderbustdressill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_dress, underbust",
|
||||
"headwear": "",
|
||||
"top": "pasties",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "harness, cage"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/CagedDemonsUnderbustDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "CagedDemonsUnderbustDressILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"pasties",
|
||||
"underbust",
|
||||
"latex_dress",
|
||||
"harness",
|
||||
"cage",
|
||||
"bondage",
|
||||
"clothing"
|
||||
]
|
||||
}
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"cat girl",
|
||||
@@ -24,4 +26,4 @@
|
||||
"animal ears",
|
||||
"tail"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
27
data/clothing/chain_000001.json
Normal file
27
data/clothing/chain_000001.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "chain_000001",
|
||||
"outfit_name": "Pastel Bikini",
|
||||
"wardrobe": {
|
||||
"full_body": "pastel bikini",
|
||||
"headwear": "",
|
||||
"top": "bandeau top",
|
||||
"bottom": "highwaist bottom",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Chain-000001.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "wearing Jedpslb",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"bikini top",
|
||||
"bandeau",
|
||||
"high-waist bottom",
|
||||
"pastel_colors"
|
||||
]
|
||||
}
|
||||
28
data/clothing/checkingitouthaltertopill.json
Normal file
28
data/clothing/checkingitouthaltertopill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "checkingitouthaltertopill",
|
||||
"outfit_name": "Checkingitouthaltertopill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "halterneck, crop_top, latex_top, transparent",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "pasties"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/CheckingItOutHalterTopILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "CheckingItOutHalterTopILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"blue",
|
||||
"latex",
|
||||
"midriff",
|
||||
"navel",
|
||||
"clothing_cutout"
|
||||
]
|
||||
}
|
||||
29
data/clothing/chocolate_illustrious_v2_1.json
Normal file
29
data/clothing/chocolate_illustrious_v2_1.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "chocolate_illustrious_v2_1",
|
||||
"outfit_name": "Chocolate Illustrious V2 1",
|
||||
"wardrobe": {
|
||||
"full_body": "chocolate_on_body",
|
||||
"headwear": "",
|
||||
"top": "chocolate_on_breasts",
|
||||
"bottom": "chocolate_on_pussy",
|
||||
"legwear": "chocolate_on_legs",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/chocolate_illustrious_V2.1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "chocolate, chocolate on body, chocolate on breasts",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"chocolate",
|
||||
"chocolate_on_body",
|
||||
"chocolate_on_breasts",
|
||||
"food_on_body",
|
||||
"messy",
|
||||
"nude"
|
||||
]
|
||||
}
|
||||
28
data/clothing/christmas_lights_10.json
Normal file
28
data/clothing/christmas_lights_10.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "christmas_lights_10",
|
||||
"outfit_name": "Christmas Lights 10",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "christmas_lights"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/christmas_lights-10.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "christmas lights, body wrapped in christmas lights, bound, restrained",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"christmas_lights",
|
||||
"bound",
|
||||
"shiny_skin",
|
||||
"skindentation",
|
||||
"nude"
|
||||
]
|
||||
}
|
||||
31
data/clothing/christmaslights_v2_10.json
Normal file
31
data/clothing/christmaslights_v2_10.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "christmaslights_v2_10",
|
||||
"outfit_name": "Christmaslights V2 10",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "blindfold",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "christmas_lights, red_bow"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/christmaslights_v2-10.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "christmas lights, body wrapped in christmas lights, bound, restrained, skindentation, shiny skin",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"christmas_lights",
|
||||
"bound",
|
||||
"skindentation",
|
||||
"shiny_skin",
|
||||
"nude",
|
||||
"glowing",
|
||||
"blindfold",
|
||||
"red_bow"
|
||||
]
|
||||
}
|
||||
31
data/clothing/christmaslights_v3_08.json
Normal file
31
data/clothing/christmaslights_v3_08.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "christmaslights_v3_08",
|
||||
"outfit_name": "Christmaslights V3 08",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "blindfold, red_bow",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "christmas_lights"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/christmaslights_v3-08.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "christmas lights, body wrapped in christmas lights, bound",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"christmas",
|
||||
"christmas_lights",
|
||||
"bound",
|
||||
"bondage",
|
||||
"blindfold",
|
||||
"skindentation",
|
||||
"red_bow",
|
||||
"ribbon"
|
||||
]
|
||||
}
|
||||
29
data/clothing/clothes_pull_illustrious_v1_0.json
Normal file
29
data/clothing/clothes_pull_illustrious_v1_0.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "clothes_pull_illustrious_v1_0",
|
||||
"outfit_name": "Clothes Pull Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "panties",
|
||||
"legwear": "pantyhose",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/clothes pull_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "clothes_pull",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"clothes_pull",
|
||||
"panty_pull",
|
||||
"pantyhose_pull",
|
||||
"legs_up",
|
||||
"lying",
|
||||
"adjusting_clothes"
|
||||
]
|
||||
}
|
||||
30
data/clothing/clubwearlatexcutoutdressill.json
Normal file
30
data/clothing/clubwearlatexcutoutdressill.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "clubwearlatexcutoutdressill",
|
||||
"outfit_name": "Clubwearlatexcutoutdressill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex dress, short dress, clothing cutout",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/ClubWearLatexCutoutDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "ClubWearLatexCutoutDressILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"dress",
|
||||
"short_dress",
|
||||
"clothing_cutout",
|
||||
"shiny_clothes",
|
||||
"latex_dress",
|
||||
"party_dress"
|
||||
]
|
||||
}
|
||||
30
data/clothing/constellationdressill.json
Normal file
30
data/clothing/constellationdressill.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "constellationdressill",
|
||||
"outfit_name": "Constellationdressill",
|
||||
"wardrobe": {
|
||||
"full_body": "black_dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/ConstellationDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "ConstellationDressILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"glitter",
|
||||
"constellation",
|
||||
"star_print",
|
||||
"long_sleeves",
|
||||
"collared_dress",
|
||||
"bare_shoulders",
|
||||
"sparkle"
|
||||
]
|
||||
}
|
||||
31
data/clothing/cowkini_000002_1555040.json
Normal file
31
data/clothing/cowkini_000002_1555040.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "cowkini_000002_1555040",
|
||||
"outfit_name": "Cowkini 000002 1555040",
|
||||
"wardrobe": {
|
||||
"full_body": "cow_print_bikini",
|
||||
"headwear": "cow_ears",
|
||||
"top": "bikini_top",
|
||||
"bottom": "bikini_bottom",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "detached_sleeves",
|
||||
"accessories": "cow_tail, choker, cowbell"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Cowkini-000002_1555040.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Cowkini-000002_1555040",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"cow_girl",
|
||||
"cow_print",
|
||||
"bikini",
|
||||
"cow_ears",
|
||||
"cow_tail",
|
||||
"cowbell",
|
||||
"choker",
|
||||
"detached_sleeves"
|
||||
]
|
||||
}
|
||||
29
data/clothing/cross_bikini_illustrious_v1_0.json
Normal file
29
data/clothing/cross_bikini_illustrious_v1_0.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "cross_bikini_illustrious_v1_0",
|
||||
"outfit_name": "Cross Bikini Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "bikini",
|
||||
"headwear": "",
|
||||
"top": "criss-cross_halter",
|
||||
"bottom": "string_panties",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "o-ring"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/cross bikini_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "cross bikini, o-ring",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"bikini",
|
||||
"criss-cross_halter",
|
||||
"string_panties",
|
||||
"o-ring",
|
||||
"criss-cross_straps",
|
||||
"string_bikini"
|
||||
]
|
||||
}
|
||||
31
data/clothing/crucifixmeshclothingill.json
Normal file
31
data/clothing/crucifixmeshclothingill.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "crucifixmeshclothingill",
|
||||
"outfit_name": "Crucifixmeshclothingill",
|
||||
"wardrobe": {
|
||||
"full_body": "see-through_bodysuit",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "fishnet_pantyhose",
|
||||
"footwear": "heels",
|
||||
"hands": "fingerless_gloves",
|
||||
"accessories": "choker, cross_necklace"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/CrucifixMeshClothingILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "crucifix_mesh_outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"black_bodysuit",
|
||||
"see-through",
|
||||
"mesh",
|
||||
"cross_print",
|
||||
"gothic",
|
||||
"cross_cutout",
|
||||
"pasties",
|
||||
"black_clothing"
|
||||
]
|
||||
}
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"formal",
|
||||
@@ -22,4 +24,4 @@
|
||||
"long dress",
|
||||
"flowing"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
33
data/clothing/extra_micro_bikini_illustrious_v1_0.json
Normal file
33
data/clothing/extra_micro_bikini_illustrious_v1_0.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"outfit_id": "extra_micro_bikini_illustrious_v1_0",
|
||||
"outfit_name": "Extra Micro Bikini Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "micro_bikini",
|
||||
"headwear": "",
|
||||
"top": "bikini_top",
|
||||
"bottom": "thong",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/extra micro bikini_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "ultra micro bikini, thong, areola",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"micro_bikini",
|
||||
"thong",
|
||||
"bikini",
|
||||
"thong_bikini",
|
||||
"side-tie_bikini_bottom",
|
||||
"navel",
|
||||
"cleavage",
|
||||
"bare_shoulders",
|
||||
"bare_arms",
|
||||
"bare_legs"
|
||||
]
|
||||
}
|
||||
27
data/clothing/extra_microskirt_xl_illustrious_v1_0.json
Normal file
27
data/clothing/extra_microskirt_xl_illustrious_v1_0.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "extra_microskirt_xl_illustrious_v1_0",
|
||||
"outfit_name": "Extra Microskirt Xl Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "shirt",
|
||||
"bottom": "microskirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/extra microskirt_XL_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "extra microskirt",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"microskirt",
|
||||
"panties",
|
||||
"shirt",
|
||||
"suit"
|
||||
]
|
||||
}
|
||||
29
data/clothing/fairy_il_01.json
Normal file
29
data/clothing/fairy_il_01.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "fairy_il_01",
|
||||
"outfit_name": "Fairy Il 01",
|
||||
"wardrobe": {
|
||||
"full_body": "green_dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "long_sleeves",
|
||||
"accessories": "fairy_wings"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/fairy-il-01.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "fairy outfit, fairy wings, fairy",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"fairy",
|
||||
"green_dress",
|
||||
"long_skirt",
|
||||
"flowery_clothes",
|
||||
"glitter",
|
||||
"glowing"
|
||||
]
|
||||
}
|
||||
28
data/clothing/flower_000001_1563226.json
Normal file
28
data/clothing/flower_000001_1563226.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "flower_000001_1563226",
|
||||
"outfit_name": "Flower 000001 1563226",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "bandeau",
|
||||
"bottom": "high-waist_bikini",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "detached_sleeves",
|
||||
"accessories": "fur_choker"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Flower-000001_1563226.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Jedpslb",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"bikini",
|
||||
"pastel_colors",
|
||||
"strapless_bikini",
|
||||
"animal_ears",
|
||||
"tail"
|
||||
]
|
||||
}
|
||||
@@ -14,9 +14,11 @@
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/V2_Latex_Maid_Illustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"French Maid"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,10 +14,12 @@
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/V2_Latex_Maid_Illustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"French Maid",
|
||||
"latex"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
31
data/clothing/frilledserafukuill.json
Normal file
31
data/clothing/frilledserafukuill.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "frilledserafukuill",
|
||||
"outfit_name": "Frilledserafukuill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "black_serafuku, crop_top, sailor_collar, black_shirt, frills",
|
||||
"bottom": "black_skirt, frilled_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/FrilledSerafukuILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "FrilledSerafukuILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"black_serafuku",
|
||||
"black_skirt",
|
||||
"frilled_skirt",
|
||||
"midriff",
|
||||
"navel",
|
||||
"frills",
|
||||
"sailor_collar",
|
||||
"crop_top"
|
||||
]
|
||||
}
|
||||
26
data/clothing/ghg_muzzle_ill.json
Normal file
26
data/clothing/ghg_muzzle_ill.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "ghg_muzzle_ill",
|
||||
"outfit_name": "Ghg Muzzle Ill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "muzzle_(mask), harness, ring_gag, gag, transparent",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "harness, ring_gag"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/ghg_muzzle_ill.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "ghg muzzle, face harness, pink orifice, transparent mask",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"muzzle_(mask)",
|
||||
"gag",
|
||||
"mask"
|
||||
]
|
||||
}
|
||||
25
data/clothing/glittergownill.json
Normal file
25
data/clothing/glittergownill.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"outfit_id": "glittergownill",
|
||||
"outfit_name": "Glittergownill",
|
||||
"wardrobe": {
|
||||
"full_body": "wedding_dress glitter_dress gown",
|
||||
"headwear": "",
|
||||
"top": "strapless_dress bare_shoulders cleavage",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/GlittergownILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "GlittergownILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"glitter",
|
||||
"sparkle"
|
||||
]
|
||||
}
|
||||
27
data/clothing/glitterpantsbustierill.json
Normal file
27
data/clothing/glitterpantsbustierill.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "glitterpantsbustierill",
|
||||
"outfit_name": "Glitterpantsbustierill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "bustier",
|
||||
"bottom": "pants",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/GlitterPantsBustierILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "glitter, pants, bustier",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"glitter",
|
||||
"shiny_clothes",
|
||||
"bustier",
|
||||
"pants"
|
||||
]
|
||||
}
|
||||
28
data/clothing/glitterypurpledressill.json
Normal file
28
data/clothing/glitterypurpledressill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "glitterypurpledressill",
|
||||
"outfit_name": "Glitterypurpledressill",
|
||||
"wardrobe": {
|
||||
"full_body": "purple_dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/GlitteryPurpleDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "purple_dress, glitter",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"purple_dress",
|
||||
"shiny_clothes",
|
||||
"glitter",
|
||||
"sparkle",
|
||||
"party_dress"
|
||||
]
|
||||
}
|
||||
26
data/clothing/glossy_latex_bodysuit_il_01.json
Normal file
26
data/clothing/glossy_latex_bodysuit_il_01.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "glossy_latex_bodysuit_il_01",
|
||||
"outfit_name": "Glossy Latex Bodysuit Il 01",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_bodysuit",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/glossy-latex-bodysuit-il-01.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "glossy latex bodysuit, bodysuit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"shiny_clothes",
|
||||
"glitter"
|
||||
]
|
||||
}
|
||||
33
data/clothing/glow_illus.json
Normal file
33
data/clothing/glow_illus.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"outfit_id": "glow_illus",
|
||||
"outfit_name": "Glow Illus",
|
||||
"wardrobe": {
|
||||
"full_body": "school_uniform",
|
||||
"headwear": "crown",
|
||||
"top": "black_jacket",
|
||||
"bottom": "black_skirt",
|
||||
"legwear": "black_pantyhose",
|
||||
"footwear": "black_shoes",
|
||||
"hands": "",
|
||||
"accessories": "glowing_tattoo"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/glow_illus.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "gl0w, glow",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"glowing",
|
||||
"iridescent",
|
||||
"bioluminescence",
|
||||
"neon_lights",
|
||||
"volumetric_lighting",
|
||||
"backlighting",
|
||||
"star-shaped_pupils",
|
||||
"glowing_eyes",
|
||||
"gradient_hair",
|
||||
"neon_trim"
|
||||
]
|
||||
}
|
||||
28
data/clothing/glowinggownill.json
Normal file
28
data/clothing/glowinggownill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "glowinggownill",
|
||||
"outfit_name": "Glowinggownill",
|
||||
"wardrobe": {
|
||||
"full_body": "glowing evening_gown",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "sparkles"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/glowinggownILL.safetensors",
|
||||
"lora_weight": 0.75,
|
||||
"lora_triggers": "glowing gown",
|
||||
"lora_weight_min": 0.75,
|
||||
"lora_weight_max": 0.75
|
||||
},
|
||||
"tags": [
|
||||
"evening_gown",
|
||||
"glowing",
|
||||
"sparkle",
|
||||
"strapless_dress",
|
||||
"white_dress"
|
||||
]
|
||||
}
|
||||
34
data/clothing/glowingnightmare_nai.json
Normal file
34
data/clothing/glowingnightmare_nai.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"outfit_id": "glowingnightmare_nai",
|
||||
"outfit_name": "Glowingnightmare Nai",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "demon_horns",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "jewelry, piercing, earrings"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/GlowingNightmare_NAI.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "GlowingNightmare_NAI",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"demon_girl",
|
||||
"sharp_teeth",
|
||||
"fangs",
|
||||
"glowing",
|
||||
"glowing_eyes",
|
||||
"neon_palette",
|
||||
"nightmare",
|
||||
"horror_(theme)",
|
||||
"pointy_ears",
|
||||
"multicolored_hair",
|
||||
"evil_smile"
|
||||
]
|
||||
}
|
||||
26
data/clothing/goddessdressill_1088498.json
Normal file
26
data/clothing/goddessdressill_1088498.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "goddessdressill_1088498",
|
||||
"outfit_name": "Goddessdressill 1088498",
|
||||
"wardrobe": {
|
||||
"full_body": "white_dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "gladiator_sandals",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/goddessdressILL_1088498.safetensors",
|
||||
"lora_weight": 0,
|
||||
"lora_triggers": "goddessdressILL_1088498",
|
||||
"lora_weight_min": 0.0,
|
||||
"lora_weight_max": 0.0
|
||||
},
|
||||
"tags": [
|
||||
"ancient_greek_clothes",
|
||||
"plunging_neckline",
|
||||
"cleavage"
|
||||
]
|
||||
}
|
||||
37
data/clothing/golddripnunchaindresslingerieill.json
Normal file
37
data/clothing/golddripnunchaindresslingerieill.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"outfit_id": "golddripnunchaindresslingerieill",
|
||||
"outfit_name": "Golddripnunchaindresslingerieill",
|
||||
"wardrobe": {
|
||||
"full_body": "revealing nun dress with gold drip accents",
|
||||
"headwear": "nun veil, jewelry",
|
||||
"top": "lingerie top, gold chains",
|
||||
"bottom": "skirt, gold trim",
|
||||
"legwear": "thighhighs, garter straps",
|
||||
"footwear": "heels",
|
||||
"hands": "",
|
||||
"accessories": "gold chains, cross necklace, body chain"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/GoldDripNunChainDressLingerieILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "GoldDripNunChainDressLingerieILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"nun",
|
||||
"veil",
|
||||
"dress",
|
||||
"lingerie",
|
||||
"gold_chain",
|
||||
"gold_trim",
|
||||
"jewelry",
|
||||
"cross",
|
||||
"thighhighs",
|
||||
"heels",
|
||||
"revealing_clothes",
|
||||
"dripping",
|
||||
"gold",
|
||||
"body_chain"
|
||||
]
|
||||
}
|
||||
29
data/clothing/goth_girl_ill.json
Normal file
29
data/clothing/goth_girl_ill.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "goth_girl_ill",
|
||||
"outfit_name": "Goth Girl Ill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "hood",
|
||||
"top": "corset",
|
||||
"bottom": "skirt",
|
||||
"legwear": "thighhighs",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "choker, jewelry"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/goth_girl_Ill.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "goth_girl_Ill",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"gothic",
|
||||
"makeup",
|
||||
"black_lips",
|
||||
"black_nails",
|
||||
"eyeshadow",
|
||||
"pale_skin"
|
||||
]
|
||||
}
|
||||
27
data/clothing/harajukuschoolgirldressill.json
Normal file
27
data/clothing/harajukuschoolgirldressill.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "harajukuschoolgirldressill",
|
||||
"outfit_name": "Harajukuschoolgirldressill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "plaid_bra",
|
||||
"bottom": "plaid_skirt, pleated_skirt, miniskirt",
|
||||
"legwear": "fishnet_thighhighs",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "garter_straps"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/HarajukuschoolgirldressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "HarajukuschoolgirldressILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"lingerie",
|
||||
"underwear",
|
||||
"school_uniform",
|
||||
"costume"
|
||||
]
|
||||
}
|
||||
31
data/clothing/holo_000001.json
Normal file
31
data/clothing/holo_000001.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "holo_000001",
|
||||
"outfit_name": "Holo 000001",
|
||||
"wardrobe": {
|
||||
"full_body": "bikini",
|
||||
"headwear": "animal_ears",
|
||||
"top": "bandeau",
|
||||
"bottom": "high-waist_panties",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "detached_sleeves",
|
||||
"accessories": "fur_choker, fluffy_tail"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Holo-000001.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Jedpslb",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"bikini",
|
||||
"pastel_colors",
|
||||
"bandeau",
|
||||
"high-waist_panties",
|
||||
"detached_sleeves",
|
||||
"fur_choker",
|
||||
"animal_ears",
|
||||
"fluffy_tail"
|
||||
]
|
||||
}
|
||||
28
data/clothing/hotterthanhelllatexlingerieill.json
Normal file
28
data/clothing/hotterthanhelllatexlingerieill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "hotterthanhelllatexlingerieill",
|
||||
"outfit_name": "Hotterthanhelllatexlingerieill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "latex crop_top",
|
||||
"bottom": "latex miniskirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "cross-laced_clothes"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/HotterThanHellLatexLingerieILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "latex lingerie, miniskirt, cross-laced clothes, crop top",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"lingerie",
|
||||
"miniskirt",
|
||||
"crop_top",
|
||||
"cross-laced_clothes"
|
||||
]
|
||||
}
|
||||
28
data/clothing/idolswimsuitil_1665226.json
Normal file
28
data/clothing/idolswimsuitil_1665226.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "idolswimsuitil_1665226",
|
||||
"outfit_name": "Idolswimsuitil 1665226",
|
||||
"wardrobe": {
|
||||
"full_body": "bikini",
|
||||
"headwear": "",
|
||||
"top": "bandeau",
|
||||
"bottom": "high-waist_bottom",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/IdolSwimsuitIL_1665226.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Jedpslb",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"pastel_colors",
|
||||
"high-waist_bikini",
|
||||
"strapless",
|
||||
"bare_shoulders",
|
||||
"navel"
|
||||
]
|
||||
}
|
||||
36
data/clothing/illustrious_bucklebodysuit.json
Normal file
36
data/clothing/illustrious_bucklebodysuit.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"outfit_id": "illustrious_bucklebodysuit",
|
||||
"outfit_name": "Illustrious Bucklebodysuit",
|
||||
"wardrobe": {
|
||||
"full_body": "bodysuit, skin_tight, clothing_cutout",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "buckle, belt"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/illustrious_bucklebodysuit.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "bucklebodysuit, bodysuit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"bodysuit",
|
||||
"clothing_cutout",
|
||||
"buckle",
|
||||
"skin_tight",
|
||||
"techwear",
|
||||
"shiny_clothes",
|
||||
"underboob",
|
||||
"navel",
|
||||
"sideboob",
|
||||
"cleavage",
|
||||
"leather",
|
||||
"latex",
|
||||
"gradient_clothes"
|
||||
]
|
||||
}
|
||||
34
data/clothing/japmaidill.json
Normal file
34
data/clothing/japmaidill.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"outfit_id": "japmaidill",
|
||||
"outfit_name": "Japmaidill",
|
||||
"wardrobe": {
|
||||
"full_body": "maid dress",
|
||||
"headwear": "hair_bow",
|
||||
"top": "long_sleeves, sleeves_past_wrists, lace_trim",
|
||||
"bottom": "pink_skirt, frilled_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "maid_apron, pink_bow"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/JapmaidILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "JapmaidILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"maid",
|
||||
"maid_apron",
|
||||
"pink_skirt",
|
||||
"frilled_skirt",
|
||||
"long_sleeves",
|
||||
"sleeves_past_wrists",
|
||||
"pink_bow",
|
||||
"lace_trim",
|
||||
"hair_bow",
|
||||
"dress",
|
||||
"frills"
|
||||
]
|
||||
}
|
||||
31
data/clothing/jessicasequingownill.json
Normal file
31
data/clothing/jessicasequingownill.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "jessicasequingownill",
|
||||
"outfit_name": "Jessicasequingownill",
|
||||
"wardrobe": {
|
||||
"full_body": "red_dress, evening_gown, long_dress",
|
||||
"headwear": "",
|
||||
"top": "strapless_dress, bare_shoulders",
|
||||
"bottom": "side_slit",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "sequins"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/JessicaSequinGownILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "red_dress, glitter",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"red_dress",
|
||||
"glitter",
|
||||
"sequins",
|
||||
"side_slit",
|
||||
"shiny_clothes",
|
||||
"evening_gown",
|
||||
"strapless_dress",
|
||||
"long_dress"
|
||||
]
|
||||
}
|
||||
28
data/clothing/jyojifuku_xl_illustrious_v1_0.json
Normal file
28
data/clothing/jyojifuku_xl_illustrious_v1_0.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "jyojifuku_xl_illustrious_v1_0",
|
||||
"outfit_name": "Jyojifuku Xl Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "print_shirt",
|
||||
"bottom": "print_skirt",
|
||||
"legwear": "thighhighs",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "randoseru"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/jyojifuku_XL_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "jyojifuku_XL_illustrious_V1.0",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"print_shirt",
|
||||
"print_skirt",
|
||||
"thighhighs",
|
||||
"randoseru",
|
||||
"pastel_colors"
|
||||
]
|
||||
}
|
||||
30
data/clothing/koreanschoolgirlill.json
Normal file
30
data/clothing/koreanschoolgirlill.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "koreanschoolgirlill",
|
||||
"outfit_name": "Koreanschoolgirlill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "plaid_bra",
|
||||
"bottom": "plaid_skirt",
|
||||
"legwear": "fishnet_thighhighs, garter_straps",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/KoreanschoolgirlILL.safetensors",
|
||||
"lora_weight": 0.6,
|
||||
"lora_triggers": "underwear, plaid skirt, fishnet thighhighs, garter straps, lingerie",
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.6
|
||||
},
|
||||
"tags": [
|
||||
"plaid_bra",
|
||||
"plaid_skirt",
|
||||
"fishnet_thighhighs",
|
||||
"garter_straps",
|
||||
"lingerie",
|
||||
"underwear",
|
||||
"school_uniform"
|
||||
]
|
||||
}
|
||||
32
data/clothing/lace_trimmed_slingshot_swimsuit_il.json
Normal file
32
data/clothing/lace_trimmed_slingshot_swimsuit_il.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"outfit_id": "lace_trimmed_slingshot_swimsuit_il",
|
||||
"outfit_name": "Lace Trimmed Slingshot Swimsuit Il",
|
||||
"wardrobe": {
|
||||
"full_body": "slingshot_swimsuit, lace_trim, highleg, plunging_neckline, backless_outfit, shiny_clothes, covered_nipples",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Lace-trimmed_slingshot_swimsuit_IL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Lace-trimmed_slingshot_swimsuit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"slingshot_swimsuit",
|
||||
"lace_trim",
|
||||
"highleg",
|
||||
"plunging_neckline",
|
||||
"backless_outfit",
|
||||
"shiny_clothes",
|
||||
"covered_nipples",
|
||||
"one-piece_swimsuit",
|
||||
"navel"
|
||||
]
|
||||
}
|
||||
26
data/clothing/lacebodysuitill.json
Normal file
26
data/clothing/lacebodysuitill.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "lacebodysuitill",
|
||||
"outfit_name": "Lacebodysuitill",
|
||||
"wardrobe": {
|
||||
"full_body": "bodysuit",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "fishnets",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LaceBodysuitILL.safetensors",
|
||||
"lora_weight": 0.6,
|
||||
"lora_triggers": "lace bodysuit, clothing cutouts, fishnets",
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.6
|
||||
},
|
||||
"tags": [
|
||||
"lace",
|
||||
"clothing_cutout",
|
||||
"see-through"
|
||||
]
|
||||
}
|
||||
26
data/clothing/laceskimpyleotardill.json
Normal file
26
data/clothing/laceskimpyleotardill.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "laceskimpyleotardill",
|
||||
"outfit_name": "Laceskimpyleotardill",
|
||||
"wardrobe": {
|
||||
"full_body": "leotard",
|
||||
"headwear": "blindfold",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "fishnet_thighhighs",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LaceSkimpyLeotardILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "LaceSkimpyLeotardILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"lace",
|
||||
"lingerie",
|
||||
"clothing_cutout"
|
||||
]
|
||||
}
|
||||
29
data/clothing/latex.json
Normal file
29
data/clothing/latex.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "latex",
|
||||
"outfit_name": "Latex",
|
||||
"wardrobe": {
|
||||
"full_body": "high-waist_bikini",
|
||||
"headwear": "",
|
||||
"top": "bandeau",
|
||||
"bottom": "high-waist_bottom",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Latex.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Latex",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"bikini",
|
||||
"high-waist_bikini",
|
||||
"bandeau",
|
||||
"high-waist_bottom",
|
||||
"pastel_colors",
|
||||
"strapless"
|
||||
]
|
||||
}
|
||||
30
data/clothing/latex_bunny_maid_outfit_il.json
Normal file
30
data/clothing/latex_bunny_maid_outfit_il.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "latex_bunny_maid_outfit_il",
|
||||
"outfit_name": "Latex Bunny Maid Outfit Il",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_bodysuit",
|
||||
"headwear": "maid_headdress, rabbit_ears",
|
||||
"top": "detached_sleeves, bare_shoulders",
|
||||
"bottom": "leotard, waist_apron",
|
||||
"legwear": "fishnet_pantyhose",
|
||||
"footwear": "high_heels",
|
||||
"hands": "wrist_cuffs",
|
||||
"accessories": "collar, bowtie"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Latex_bunny_maid_outfit_IL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Latex_bunny_maid_outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"1girl",
|
||||
"solo",
|
||||
"latex",
|
||||
"maid",
|
||||
"leotard",
|
||||
"shiny_clothes",
|
||||
"playboy_bunny"
|
||||
]
|
||||
}
|
||||
26
data/clothing/latex_clothing.json
Normal file
26
data/clothing/latex_clothing.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "latex_clothing",
|
||||
"outfit_name": "Latex Clothing",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "black_serafuku",
|
||||
"bottom": "black_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/latex_clothing.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "latex",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"shiny_clothes",
|
||||
"taut_clothes"
|
||||
]
|
||||
}
|
||||
28
data/clothing/latex_maid_illustrious.json
Normal file
28
data/clothing/latex_maid_illustrious.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "latex_maid_illustrious",
|
||||
"outfit_name": "Latex Maid Illustrious",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "maid_headdress",
|
||||
"top": "tube_top, puffy_sleeves, long_sleeves",
|
||||
"bottom": "frilled_skirt, waist_apron",
|
||||
"legwear": "thighhighs",
|
||||
"footwear": "thigh_boots, high_heel_boots",
|
||||
"hands": "latex_gloves, wrist_cuffs",
|
||||
"accessories": "wing_collar, bowtie"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Latex_Maid_Illustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "latex maid",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"shiny_clothes",
|
||||
"cleavage",
|
||||
"maid_uniform",
|
||||
"uniform"
|
||||
]
|
||||
}
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/latex_clothing.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"black latex",
|
||||
@@ -23,4 +25,4 @@
|
||||
"tight clothing",
|
||||
"erotic"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
29
data/clothing/latexbodysuitill.json
Normal file
29
data/clothing/latexbodysuitill.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "latexbodysuitill",
|
||||
"outfit_name": "Latexbodysuitill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_bodysuit",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "high_heels",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/latexbodysuitILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "latex bodysut, shiny clothes, skin tight",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex_bodysuit",
|
||||
"bodysuit",
|
||||
"latex",
|
||||
"shiny_clothes",
|
||||
"skin_tight",
|
||||
"high_heels"
|
||||
]
|
||||
}
|
||||
27
data/clothing/latexbodysuitnunill.json
Normal file
27
data/clothing/latexbodysuitnunill.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "latexbodysuitnunill",
|
||||
"outfit_name": "Latexbodysuitnunill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_bodysuit, black_bodysuit",
|
||||
"headwear": "veil, wimple",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "cross_necklace"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/latexbodysuitnunILL.safetensors",
|
||||
"lora_weight": 0.6,
|
||||
"lora_triggers": "ch0wb13nun",
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.6
|
||||
},
|
||||
"tags": [
|
||||
"nun",
|
||||
"latex",
|
||||
"bodysuit",
|
||||
"cross"
|
||||
]
|
||||
}
|
||||
28
data/clothing/latexcutoutsleevelessdressill.json
Normal file
28
data/clothing/latexcutoutsleevelessdressill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "latexcutoutsleevelessdressill",
|
||||
"outfit_name": "Latexcutoutsleevelessdressill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_dress, sleeveless_dress, clothing_cutout",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LatexCutoutSleevelessDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "LatexCutoutSleevelessDressILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"shiny_clothes",
|
||||
"latex_dress",
|
||||
"sleeveless_dress",
|
||||
"clothing_cutout"
|
||||
]
|
||||
}
|
||||
27
data/clothing/latexfrontlaceddressill.json
Normal file
27
data/clothing/latexfrontlaceddressill.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "latexfrontlaceddressill",
|
||||
"outfit_name": "Latexfrontlaceddressill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LatexFrontLacedDressILL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "latex_dress, cross-laced_clothes, center_opening, black_dress",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"cross-laced_clothes",
|
||||
"center_opening",
|
||||
"black_dress",
|
||||
"solo"
|
||||
]
|
||||
}
|
||||
26
data/clothing/latexmask_lance_il_v1.json
Normal file
26
data/clothing/latexmask_lance_il_v1.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "latexmask_lance_il_v1",
|
||||
"outfit_name": "Latexmask Lance Il V1",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "mouth_mask, latex, black_mask"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LatexMask-Lance-IL-V1.safetensors",
|
||||
"lora_weight": 1,
|
||||
"lora_triggers": "rubbermask, mask, mouth mask",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"mouth_mask",
|
||||
"latex",
|
||||
"black_mask"
|
||||
]
|
||||
}
|
||||
27
data/clothing/latexnurseill.json
Normal file
27
data/clothing/latexnurseill.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "latexnurseill",
|
||||
"outfit_name": "Latexnurseill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "nurse_cap",
|
||||
"top": "latex_top, crop_top, cleavage, midriff",
|
||||
"bottom": "red_skirt, latex_skirt, miniskirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LatexNurseILL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "latex nurse, nurse cap, red skirt, midriff, cleavage",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"nurse",
|
||||
"latex",
|
||||
"uniform",
|
||||
"shiny"
|
||||
]
|
||||
}
|
||||
28
data/clothing/latexpencilskirtill.json
Normal file
28
data/clothing/latexpencilskirtill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "latexpencilskirtill",
|
||||
"outfit_name": "Latexpencilskirtill",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "pencil_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LatexPencilSkirtILL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "latex skirt",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"shiny_clothes",
|
||||
"latex_skirt",
|
||||
"pencil_skirt",
|
||||
"skirt"
|
||||
]
|
||||
}
|
||||
31
data/clothing/leaf_000003_1568521.json
Normal file
31
data/clothing/leaf_000003_1568521.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "leaf_000003_1568521",
|
||||
"outfit_name": "Leaf 000003 1568521",
|
||||
"wardrobe": {
|
||||
"full_body": "bikini",
|
||||
"headwear": "",
|
||||
"top": "bandeau",
|
||||
"bottom": "high-waist_panties",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "detached_sleeves",
|
||||
"accessories": "choker"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Leaf-000003_1568521.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Jedpslb",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"pastel_colors",
|
||||
"bandeau",
|
||||
"high-waist_panties",
|
||||
"strapless_bikini",
|
||||
"detached_sleeves",
|
||||
"choker",
|
||||
"animal_ears",
|
||||
"tail"
|
||||
]
|
||||
}
|
||||
29
data/clothing/leaf_outfit_v2_for_illustrious.json
Normal file
29
data/clothing/leaf_outfit_v2_for_illustrious.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "leaf_outfit_v2_for_illustrious",
|
||||
"outfit_name": "Leaf Outfit V2 For Illustrious",
|
||||
"wardrobe": {
|
||||
"full_body": "leaf_dress",
|
||||
"headwear": "leaf_hair_ornament",
|
||||
"top": "leaf_bra",
|
||||
"bottom": "leaf_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "leaves"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Leaf_outfit_V2_for_illustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Leaoutmb2, outfit made of leaves",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"leaf",
|
||||
"nature",
|
||||
"foliage",
|
||||
"dryad",
|
||||
"plant_girl",
|
||||
"leaf_bikini"
|
||||
]
|
||||
}
|
||||
30
data/clothing/lfnunill.json
Normal file
30
data/clothing/lfnunill.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "lfnunill",
|
||||
"outfit_name": "Lfnunill",
|
||||
"wardrobe": {
|
||||
"full_body": "nun, black_robe",
|
||||
"headwear": "veil, coif",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "wide_sleeves",
|
||||
"accessories": "cross_necklace"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LFNunILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "LFNunILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"nun",
|
||||
"black_robe",
|
||||
"veil",
|
||||
"coif",
|
||||
"wide_sleeves",
|
||||
"cross_necklace",
|
||||
"long_sleeves"
|
||||
]
|
||||
}
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"lingerie",
|
||||
@@ -23,4 +25,4 @@
|
||||
"underwear",
|
||||
"matching set"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"lingerie",
|
||||
@@ -23,4 +25,4 @@
|
||||
"underwear",
|
||||
"matching set"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
34
data/clothing/liquid_clothes_illustrious_v1_0.json
Normal file
34
data/clothing/liquid_clothes_illustrious_v1_0.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"outfit_id": "liquid_clothes_illustrious_v1_0",
|
||||
"outfit_name": "Liquid Clothes Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "bodysuit",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/liquid clothes_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "liquid clothes, torn clothes, bodysuit, rainbow clothes, rainbow liquid",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"bodysuit",
|
||||
"living_clothes",
|
||||
"slime_(substance)",
|
||||
"torn_bodysuit",
|
||||
"wet_clothes",
|
||||
"shiny_clothes",
|
||||
"rainbow",
|
||||
"multicolored_bodysuit",
|
||||
"dripping",
|
||||
"melting",
|
||||
"torn_clothes"
|
||||
]
|
||||
}
|
||||
31
data/clothing/loaqu4rtzil.json
Normal file
31
data/clothing/loaqu4rtzil.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "loaqu4rtzil",
|
||||
"outfit_name": "Loaqu4Rtzil",
|
||||
"wardrobe": {
|
||||
"full_body": "armored_dress",
|
||||
"headwear": "",
|
||||
"top": "purple_dress",
|
||||
"bottom": "pelvic_curtain",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "gauntlets",
|
||||
"accessories": "gold_armor, necklace"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LOAqu4rtzIL.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "LOAqu4rtzIL",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
},
|
||||
"tags": [
|
||||
"purple_dress",
|
||||
"gold_armor",
|
||||
"gauntlets",
|
||||
"pelvic_curtain",
|
||||
"center_opening",
|
||||
"navel_cutout",
|
||||
"necklace",
|
||||
"armored_dress"
|
||||
]
|
||||
}
|
||||
33
data/clothing/loasun1tyil.json
Normal file
33
data/clothing/loasun1tyil.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"outfit_id": "loasun1tyil",
|
||||
"outfit_name": "Loasun1Tyil",
|
||||
"wardrobe": {
|
||||
"full_body": "purple_dress",
|
||||
"headwear": "",
|
||||
"top": "gold_armor, navel_cutout, center_opening",
|
||||
"bottom": "pelvic_curtain",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "gauntlets",
|
||||
"accessories": "necklace"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LOASun1tyIL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "LOASun1tyIL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"purple_dress",
|
||||
"gold_armor",
|
||||
"gauntlets",
|
||||
"pelvic_curtain",
|
||||
"navel_cutout",
|
||||
"center_opening",
|
||||
"necklace",
|
||||
"armor",
|
||||
"fantasy",
|
||||
"lost_ark"
|
||||
]
|
||||
}
|
||||
30
data/clothing/longlatexnurseill.json
Normal file
30
data/clothing/longlatexnurseill.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "longlatexnurseill",
|
||||
"outfit_name": "Longlatexnurseill",
|
||||
"wardrobe": {
|
||||
"full_body": "black_dress",
|
||||
"headwear": "nurse_cap",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "white_apron"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LongLatexNurseILL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "LongLatexNurseILL",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"nurse",
|
||||
"latex",
|
||||
"black_dress",
|
||||
"white_apron",
|
||||
"long_sleeves",
|
||||
"nurse_cap",
|
||||
"cross"
|
||||
]
|
||||
}
|
||||
25
data/clothing/longmaidill.json
Normal file
25
data/clothing/longmaidill.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"outfit_id": "longmaidill",
|
||||
"outfit_name": "Longmaidill",
|
||||
"wardrobe": {
|
||||
"full_body": "maid, dress",
|
||||
"headwear": "hair_bow",
|
||||
"top": "long_sleeves, sleeves_past_wrists",
|
||||
"bottom": "pink_skirt, long_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "apron, maid_apron, pink_bow, lace_trim"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LongMaidILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "LongMaidILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"frills"
|
||||
]
|
||||
}
|
||||
28
data/clothing/lotion_play_illustrious_v1_0.json
Normal file
28
data/clothing/lotion_play_illustrious_v1_0.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "lotion_play_illustrious_v1_0",
|
||||
"outfit_name": "Lotion Play Illustrious V1 0",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "lotion_bottle"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/lotion play_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "lotion play, lotion",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"lotion",
|
||||
"shiny_skin",
|
||||
"wet",
|
||||
"nude",
|
||||
"shiny_hair"
|
||||
]
|
||||
}
|
||||
31
data/clothing/louboutin_thighboots.json
Normal file
31
data/clothing/louboutin_thighboots.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "louboutin_thighboots",
|
||||
"outfit_name": "Louboutin Thighboots",
|
||||
"wardrobe": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "black leather thigh boots with zippers and platform heels",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Louboutin-thighboots.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Louboutin-thighboots",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"thigh_boots",
|
||||
"black_boots",
|
||||
"leather_boots",
|
||||
"high_heels",
|
||||
"platform_boots",
|
||||
"zipper",
|
||||
"christian_louboutin_(brand)",
|
||||
"thighhighs"
|
||||
]
|
||||
}
|
||||
28
data/clothing/lovelycatmaidill.json
Normal file
28
data/clothing/lovelycatmaidill.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "lovelycatmaidill",
|
||||
"outfit_name": "Lovelycatmaidill",
|
||||
"wardrobe": {
|
||||
"full_body": "dress",
|
||||
"headwear": "hair_bow",
|
||||
"top": "long_sleeves, sleeves_past_wrists",
|
||||
"bottom": "pink_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "apron, pink_bow, lace_trim"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LovelyCatMaidILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "LovelyCatMaidILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"maid",
|
||||
"latex",
|
||||
"cat_ears",
|
||||
"1girl",
|
||||
"solo"
|
||||
]
|
||||
}
|
||||
26
data/clothing/lowbackchromedress.json
Normal file
26
data/clothing/lowbackchromedress.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"outfit_id": "lowbackchromedress",
|
||||
"outfit_name": "Lowbackchromedress",
|
||||
"wardrobe": {
|
||||
"full_body": "silver_dress",
|
||||
"headwear": "",
|
||||
"top": "bare_shoulders",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LowBackChromeDress.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "LowBackChromeDress",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"shiny_clothes",
|
||||
"backless_dress",
|
||||
"metallic"
|
||||
]
|
||||
}
|
||||
30
data/clothing/lullabyxchobitsgothicdressill.json
Normal file
30
data/clothing/lullabyxchobitsgothicdressill.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "lullabyxchobitsgothicdressill",
|
||||
"outfit_name": "Lullabyxchobitsgothicdressill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_dress, layered_dress, black_dress",
|
||||
"headwear": "hair_tubes, robot_ears",
|
||||
"top": "detached_sleeves, puffy_short_sleeves",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "knee_boots",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LullabyXChobitsGothicDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "latex_dress, puffy_short_sleeves, layered_dress, knee_boots, detached_sleeves, gothic_lolita",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"chii",
|
||||
"gothic_lolita",
|
||||
"1girl",
|
||||
"solo",
|
||||
"blonde_hair",
|
||||
"long_hair",
|
||||
"brown_eyes"
|
||||
]
|
||||
}
|
||||
25
data/clothing/lullabyxchobitssweetdressill.json
Normal file
25
data/clothing/lullabyxchobitssweetdressill.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"outfit_id": "lullabyxchobitssweetdressill",
|
||||
"outfit_name": "Lullabyxchobitssweetdressill",
|
||||
"wardrobe": {
|
||||
"full_body": "pink_dress, layered_dress, frilled_dress, sweet_lolita,",
|
||||
"headwear": "white_headwear",
|
||||
"top": "long_sleeves, wide_sleeves",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "robot_ears, hair_tubes, bow, ribbon, lace"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/LullabyXChobitsSweetDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "chii, pink_dress, layered_dress, nurse_cap, wide_sleeves, bow",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"chobits",
|
||||
"lolita"
|
||||
]
|
||||
}
|
||||
29
data/clothing/luminous_line_outfit_il_01.json
Normal file
29
data/clothing/luminous_line_outfit_il_01.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "luminous_line_outfit_il_01",
|
||||
"outfit_name": "Luminous Line Outfit Il 01",
|
||||
"wardrobe": {
|
||||
"full_body": "school_uniform",
|
||||
"headwear": "hairpin",
|
||||
"top": "long_sleeves",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "thigh_strap, earrings"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/luminous-line-outfit-il-01.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "luminous line outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"glowing",
|
||||
"neon_trim",
|
||||
"outline",
|
||||
"glitter",
|
||||
"fantasy",
|
||||
"blue_theme"
|
||||
]
|
||||
}
|
||||
32
data/clothing/mai_sexy_police.json
Normal file
32
data/clothing/mai_sexy_police.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"outfit_id": "mai_sexy_police",
|
||||
"outfit_name": "Mai Sexy Police",
|
||||
"wardrobe": {
|
||||
"full_body": "police_uniform",
|
||||
"headwear": "police_hat",
|
||||
"top": "leather_jacket",
|
||||
"bottom": "black_pants",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "fingerless_gloves, single_glove, black_gloves",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/mai_sexy_police.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "mai_sexy_police",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"police_hat",
|
||||
"police_uniform",
|
||||
"black_pants",
|
||||
"leather_jacket",
|
||||
"fingerless_gloves",
|
||||
"single_glove",
|
||||
"black_gloves",
|
||||
"single_bare_shoulder",
|
||||
"single_sleeve"
|
||||
]
|
||||
}
|
||||
34
data/clothing/maid_bikini_illustrious_v1_0_1082572.json
Normal file
34
data/clothing/maid_bikini_illustrious_v1_0_1082572.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"outfit_id": "maid_bikini_illustrious_v1_0_1082572",
|
||||
"outfit_name": "Maid Bikini Illustrious V1 0 1082572",
|
||||
"wardrobe": {
|
||||
"full_body": "maid_bikini",
|
||||
"headwear": "maid_headdress",
|
||||
"top": "bikini_top",
|
||||
"bottom": "bikini_bottom",
|
||||
"legwear": "thighhighs",
|
||||
"footwear": "",
|
||||
"hands": "wrist_cuffs",
|
||||
"accessories": "detached_collar, waist_apron, arm_garter, thigh_strap, ribbon, frills"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/maid bikini_illustrious_V1.0_1082572.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "maid bikini, black bikini, maid headdress, detached collar, thighhighs, frills, ribbon, arm garter, leg garter, wrist cuffs, apron",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"maid_bikini",
|
||||
"black_bikini",
|
||||
"maid_headdress",
|
||||
"detached_collar",
|
||||
"thighhighs",
|
||||
"frills",
|
||||
"ribbon",
|
||||
"arm_garter",
|
||||
"thigh_strap",
|
||||
"wrist_cuffs",
|
||||
"waist_apron"
|
||||
]
|
||||
}
|
||||
30
data/clothing/mekamaidill.json
Normal file
30
data/clothing/mekamaidill.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"outfit_id": "mekamaidill",
|
||||
"outfit_name": "Mekamaidill",
|
||||
"wardrobe": {
|
||||
"full_body": "dress",
|
||||
"headwear": "hair_bow",
|
||||
"top": "long_sleeves",
|
||||
"bottom": "pink_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "sleeves_past_wrists",
|
||||
"accessories": "apron, pink_bow, lace_trim"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/MekamaidILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "MekamaidILL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"maid",
|
||||
"latex",
|
||||
"pink_dress",
|
||||
"maid_apron",
|
||||
"maid_headdress",
|
||||
"frilled_apron",
|
||||
"big_bow"
|
||||
]
|
||||
}
|
||||
27
data/clothing/metal_liquid_suit_il_01.json
Normal file
27
data/clothing/metal_liquid_suit_il_01.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "metal_liquid_suit_il_01",
|
||||
"outfit_name": "Metal Liquid Suit Il 01",
|
||||
"wardrobe": {
|
||||
"full_body": "bodysuit",
|
||||
"headwear": "",
|
||||
"top": "long_sleeves",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/metal-liquid-suit-il-01.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "metal liquid suit, body suit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"science_fiction",
|
||||
"shiny_clothes",
|
||||
"liquid_metal",
|
||||
"silver_bodysuit"
|
||||
]
|
||||
}
|
||||
27
data/clothing/metallic_mercury_il_01_1109425.json
Normal file
27
data/clothing/metallic_mercury_il_01_1109425.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"outfit_id": "metallic_mercury_il_01_1109425",
|
||||
"outfit_name": "Metallic Mercury Il 01 1109425",
|
||||
"wardrobe": {
|
||||
"full_body": "silver_bodysuit",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "silver_boots",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/metallic-mercury-il-01_1109425.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "metallic mercury suit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"science_fiction",
|
||||
"shiny_clothes",
|
||||
"liquid_metal",
|
||||
"bodysuit"
|
||||
]
|
||||
}
|
||||
29
data/clothing/micro_dress_ilxl_goofy.json
Normal file
29
data/clothing/micro_dress_ilxl_goofy.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "micro_dress_ilxl_goofy",
|
||||
"outfit_name": "Micro Dress Ilxl Goofy",
|
||||
"wardrobe": {
|
||||
"full_body": "microdress, tight_dress, sleeveless_dress, short_dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "o-ring"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/micro_dress_ilxl_goofy.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "microdress",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"shiny_clothes",
|
||||
"bare_shoulders",
|
||||
"cleavage",
|
||||
"covered_navel",
|
||||
"animal_print",
|
||||
"handbag"
|
||||
]
|
||||
}
|
||||
28
data/clothing/microbikini_000004.json
Normal file
28
data/clothing/microbikini_000004.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"outfit_id": "microbikini_000004",
|
||||
"outfit_name": "Microbikini 000004",
|
||||
"wardrobe": {
|
||||
"full_body": "micro_bikini",
|
||||
"headwear": "",
|
||||
"top": "halterneck",
|
||||
"bottom": "side-tie_bikini_bottom",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/microbikini-000004.safetensors",
|
||||
"lora_weight": 0.6,
|
||||
"lora_triggers": "micro bikini",
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.6
|
||||
},
|
||||
"tags": [
|
||||
"micro_bikini",
|
||||
"bikini",
|
||||
"string_bikini",
|
||||
"side-tie_bikini_bottom",
|
||||
"halterneck"
|
||||
]
|
||||
}
|
||||
@@ -14,7 +14,9 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"milf",
|
||||
@@ -24,4 +26,4 @@
|
||||
"domestic",
|
||||
"knitwear"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
25
data/clothing/naked_ribbon_illustrious_v2_0.json
Normal file
25
data/clothing/naked_ribbon_illustrious_v2_0.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"outfit_id": "naked_ribbon_illustrious_v2_0",
|
||||
"outfit_name": "Naked Ribbon Illustrious V2 0",
|
||||
"wardrobe": {
|
||||
"full_body": "naked_ribbon",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "red_ribbon"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/naked ribbon_illustrious_V2.0.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "naked ribbon, red ribbon",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"naked_ribbon",
|
||||
"red_ribbon"
|
||||
]
|
||||
}
|
||||
31
data/clothing/neonv9illustrious_1058697.json
Normal file
31
data/clothing/neonv9illustrious_1058697.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"outfit_id": "neonv9illustrious_1058697",
|
||||
"outfit_name": "Neonv9Illustrious 1058697",
|
||||
"wardrobe": {
|
||||
"full_body": "dress",
|
||||
"headwear": "sunglasses",
|
||||
"top": "jacket",
|
||||
"bottom": "shorts",
|
||||
"legwear": "pantyhose",
|
||||
"footwear": "platform_heels",
|
||||
"hands": "fingerless_gloves",
|
||||
"accessories": "choker"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Neonv9Illustrious_1058697.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Neonv9Illustrious_1058697",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"neon_trim",
|
||||
"glowing",
|
||||
"shiny_clothes",
|
||||
"glowing_hair",
|
||||
"cyberpunk",
|
||||
"rave",
|
||||
"night",
|
||||
"bioluminescence"
|
||||
]
|
||||
}
|
||||
29
data/clothing/nunv5ill.json
Normal file
29
data/clothing/nunv5ill.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "nunv5ill",
|
||||
"outfit_name": "Nunv5Ill",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_bodysuit",
|
||||
"headwear": "veil",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": "cross_necklace"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/NunV5ILL.safetensors",
|
||||
"lora_weight": 0.6,
|
||||
"lora_triggers": "ch0wb13nun",
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.6
|
||||
},
|
||||
"tags": [
|
||||
"nun",
|
||||
"bodysuit",
|
||||
"black_bodysuit",
|
||||
"latex",
|
||||
"latex_bodysuit",
|
||||
"cross_necklace"
|
||||
]
|
||||
}
|
||||
@@ -14,9 +14,11 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"nurse"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,10 +14,12 @@
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"nurse",
|
||||
"latex"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
29
data/clothing/oilslickdressill.json
Normal file
29
data/clothing/oilslickdressill.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"outfit_id": "oilslickdressill",
|
||||
"outfit_name": "Oilslickdressill",
|
||||
"wardrobe": {
|
||||
"full_body": "black metallic dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/OilSlickDressILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "black metallic dress, side slit, oil slick",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"black_dress",
|
||||
"side_slit",
|
||||
"iridescent",
|
||||
"shiny_clothes",
|
||||
"sleeveless_dress",
|
||||
"long_dress"
|
||||
]
|
||||
}
|
||||
33
data/clothing/outfit_soph_latexfrilledwiggle_ilxl.json
Normal file
33
data/clothing/outfit_soph_latexfrilledwiggle_ilxl.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"outfit_id": "outfit_soph_latexfrilledwiggle_ilxl",
|
||||
"outfit_name": "Outfit Soph Latexfrilledwiggle Ilxl",
|
||||
"wardrobe": {
|
||||
"full_body": "latex_dress",
|
||||
"headwear": "",
|
||||
"top": "short_sleeves, puffy_sleeves",
|
||||
"bottom": "frilled_skirt, tight_skirt",
|
||||
"legwear": "",
|
||||
"footwear": "",
|
||||
"hands": "elbow_gloves, fingerless_gloves",
|
||||
"accessories": "frills"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Clothing/Outfit_soph-LatexFrilledWiggle-ILXL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "latex_dress, tight_dress",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"latex",
|
||||
"tight_dress",
|
||||
"frilled_dress",
|
||||
"pencil_dress",
|
||||
"short_sleeves",
|
||||
"puffy_sleeves",
|
||||
"frilled_skirt",
|
||||
"elbow_gloves",
|
||||
"fingerless_gloves",
|
||||
"frills"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user