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:
21
data/looks/18ill_000007_1176656.json
Normal file
21
data/looks/18ill_000007_1176656.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "18ill_000007_1176656",
|
||||
"look_name": "18Ill 000007 1176656",
|
||||
"character_id": "android_18",
|
||||
"positive": "1girl, solo, android_18, medium_hair, blonde_hair, blue_eyes, hoop_earrings, denim_jacket, denim_skirt, black_shirt, striped_sleeves, black_pantyhose, brown_boots, belt",
|
||||
"negative": "censor, censored, realistic, 3d, photo, bad_anatomy, bad_hands, text, watermark, low_quality",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/18ill-000007_1176656.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "18ill",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"dragon_ball",
|
||||
"android_18",
|
||||
"denim_outfit",
|
||||
"blonde"
|
||||
]
|
||||
}
|
||||
27
data/looks/aerith.json
Normal file
27
data/looks/aerith.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"look_id": "aerith",
|
||||
"look_name": "Aerith",
|
||||
"character_id": "aerith_gainsborough",
|
||||
"positive": "aerith_gainsborough, brown_hair, green_eyes, long_hair, single_braid, pink_ribbon, pink_dress, red_jacket, cropped_jacket, hair_ribbon, flower",
|
||||
"negative": "short_hair, blue_eyes, lowres, bad_anatomy, bad_hands",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Aerith.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "aer1th",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"aerith_gainsborough",
|
||||
"brown_hair",
|
||||
"green_eyes",
|
||||
"long_hair",
|
||||
"single_braid",
|
||||
"pink_ribbon",
|
||||
"pink_dress",
|
||||
"red_jacket",
|
||||
"cropped_jacket",
|
||||
"hair_ribbon",
|
||||
"flower"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"character_id": "aerith_gainsborough",
|
||||
"look_id": "aerith_gainsborough_final_fantasy_7_remake__game_character__illustrious_000014",
|
||||
"look_name": "Aerith Gainsborough Final Fantasy 7 Remake Game Character Illustrious 000014",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Aerith_Gainsborough_Final_fantasy_7_Remake__Game_character__Illustrious-000014.safetensors",
|
||||
"lora_triggers": "aerith_ff",
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"negative": "high contrast, lowres, bad quality, bad anatomy",
|
||||
"positive": "aerith_gainsborough, final_fantasy_vii, brown_hair, green_eyes, single_braid, hair_ribbon, pink_dress, red_jacket, pointy_ears, staff",
|
||||
"tags": [
|
||||
"aerith_gainsborough",
|
||||
"final_fantasy_vii",
|
||||
"brown_hair",
|
||||
"green_eyes",
|
||||
"single_braid",
|
||||
"hair_ribbon",
|
||||
"pink_dress",
|
||||
"red_jacket",
|
||||
"pointy_ears",
|
||||
"staff"
|
||||
]
|
||||
}
|
||||
26
data/looks/aged_up_powerpuff_girls.json
Normal file
26
data/looks/aged_up_powerpuff_girls.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"look_id": "aged_up_powerpuff_girls",
|
||||
"look_name": "Aged Up Powerpuff Girls",
|
||||
"character_id": "",
|
||||
"positive": "powerpuff_girls, aged_up, tight_dress",
|
||||
"negative": "watermark, pubic_hair, same_face, bad_anatomy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Aged_up_Powerpuff_Girls.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "blossom (powerpuff girls), bubbles (powerpuff girls), buttercup (powerpuff girls)",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"blossom_(ppg)",
|
||||
"bubbles_(ppg)",
|
||||
"buttercup_(ppg)",
|
||||
"green_dress",
|
||||
"blue_dress",
|
||||
"pink_dress",
|
||||
"bow",
|
||||
"pigtails",
|
||||
"3girls",
|
||||
"1girl"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "aisling__secret_of_kells____gnsisir_style__illust_",
|
||||
"look_name": "Aisling Secret Of Kells Gnsisir Style Illust ",
|
||||
"character_id": "",
|
||||
"positive": "1girl, solo, aisling_(kells), very_long_hair, grey_hair, multicolored_hair, green_eyes, thick_eyebrows, pale_skin, white_skin, choker, short_dress, grin",
|
||||
"negative": "short_hair, red_eyes, blue_eyes, pointed_ears, dark_skin",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Aisling (Secret of Kells) - Gnsisir Style (Illust).safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Aisling_Gnsisir",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"aisling_(kells)",
|
||||
"the_secret_of_kells",
|
||||
"grey_hair",
|
||||
"green_eyes",
|
||||
"very_long_hair",
|
||||
"thick_eyebrows"
|
||||
]
|
||||
}
|
||||
22
data/looks/android_18___dragon_ball_epoch_25.json
Normal file
22
data/looks/android_18___dragon_ball_epoch_25.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "android_18___dragon_ball_epoch_25",
|
||||
"look_name": "Android 18 Dragon Ball Epoch 25",
|
||||
"character_id": "android_18",
|
||||
"positive": "android_18, dragon_ball, short_hair, blonde_hair, blue_eyes, hoop_earrings, denim_vest, black_shirt, striped_sleeves, long_sleeves, denim_skirt, belt, black_pantyhose, brown_boots",
|
||||
"negative": "long_hair, 3d, realistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Android 18 - Dragon Ball_epoch_25.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "android 18",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"android_18",
|
||||
"dragon_ball",
|
||||
"blonde_hair",
|
||||
"blue_eyes",
|
||||
"denim_vest",
|
||||
"striped_sleeves"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"look_id": "android_18__dragon_ball_z__anime__manga_character__illustriousxl",
|
||||
"look_name": "Android 18 Dragon Ball Z Anime Manga Character Illustriousxl",
|
||||
"character_id": "android_18",
|
||||
"positive": "and18, android_18, 1girl, blonde_hair, blue_eyes, short_hair, bob_cut, hoop_earrings, denim_jacket, black_shirt, long_sleeves, striped_sleeves, denim_skirt, belt, black_pantyhose, brown_boots, looking_at_viewer, outdoors",
|
||||
"negative": "long_hair, lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, grainy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Android_18__Dragon_Ball_Z__Anime__Manga_Character__IllustriousXL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "and18",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"android_18",
|
||||
"dragon_ball_z",
|
||||
"anime"
|
||||
]
|
||||
}
|
||||
22
data/looks/android_18_il_v2_1601192.json
Normal file
22
data/looks/android_18_il_v2_1601192.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "android_18_il_v2_1601192",
|
||||
"look_name": "Android 18 Il V2 1601192",
|
||||
"character_id": "android_18",
|
||||
"positive": "android_18, dragon_ball, short_hair, blonde_hair, blue_eyes, denim_jacket, sleeveless_jacket, black_shirt, striped_sleeves, long_sleeves, belt, denim_skirt, pantyhose, brown_boots, hoop_earrings, gold_earrings, red_ribbon_army",
|
||||
"negative": "very_short_hair, 3d, realistic, photorealistic, bad anatomy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Android_18_IL_v2_1601192.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "android 18, android saga, classic outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"android_18",
|
||||
"dragon_ball",
|
||||
"dragon_ball_z",
|
||||
"anime",
|
||||
"manga",
|
||||
"female_focus"
|
||||
]
|
||||
}
|
||||
35
data/looks/android_21v2_1.json
Normal file
35
data/looks/android_21v2_1.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"look_id": "android_21v2_1",
|
||||
"look_name": "Android 21V2 1",
|
||||
"character_id": "",
|
||||
"positive": "android_21, 1girl, solo, brown_hair, blue_eyes, curly_hair, long_hair, glasses, black-framed_eyewear, hoop_earrings, checkered_dress, short_dress, lab_coat, mismatched_footwear, fingerless_gloves, pantyhose, black_nails, detached_sleeves, black_sleeves",
|
||||
"negative": "majin, pink_skin, tail, white_hair, red_eyes, pointy_ears, bad_anatomy, low_quality, worst_quality",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Android_21v2.1.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "android 21, human",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"android_21",
|
||||
"1girl",
|
||||
"solo",
|
||||
"brown_hair",
|
||||
"blue_eyes",
|
||||
"curly_hair",
|
||||
"long_hair",
|
||||
"glasses",
|
||||
"black-framed_eyewear",
|
||||
"hoop_earrings",
|
||||
"checkered_dress",
|
||||
"short_dress",
|
||||
"lab_coat",
|
||||
"mismatched_footwear",
|
||||
"fingerless_gloves",
|
||||
"pantyhose",
|
||||
"black_nails",
|
||||
"detached_sleeves",
|
||||
"black_sleeves"
|
||||
]
|
||||
}
|
||||
21
data/looks/anya_forger.json
Normal file
21
data/looks/anya_forger.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "anya_forger",
|
||||
"look_name": "Anya Forger",
|
||||
"character_id": "anya_(spy_x_family)",
|
||||
"positive": "anya_(spy_x_family), 1girl, pink_hair, green_eyes, short_hair, blunt_bangs, ahoge, hair_ornament, eden_academy_school_uniform, black_dress",
|
||||
"negative": "long_hair, mature_female, lowres, bad_anatomy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Anya Forger.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "Anya Forger, anya_(spy_x_family)",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"character",
|
||||
"spy_x_family",
|
||||
"girls",
|
||||
"dagasi"
|
||||
]
|
||||
}
|
||||
21
data/looks/anya_forger_57.json
Normal file
21
data/looks/anya_forger_57.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "anya_forger_57",
|
||||
"look_name": "Anya Forger 57",
|
||||
"character_id": "anya_(spy_x_family)",
|
||||
"positive": "anya_(spy_x_family), pink_hair, green_eyes, medium_hair, child, girl, horn_ornament, eden_academy_school_uniform",
|
||||
"negative": "long_hair, short_hair, blue_eyes, red_eyes, mature_female, boy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Anya_Forger-57.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "anya forger, pink hair, female child, child, green eyes, medium hair",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"spy_x_family",
|
||||
"girl",
|
||||
"child",
|
||||
"cute"
|
||||
]
|
||||
}
|
||||
28
data/looks/avril_lavigne___il_xl.json
Normal file
28
data/looks/avril_lavigne___il_xl.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"look_id": "avril_lavigne___il_xl",
|
||||
"look_name": "Avril Lavigne Il Xl",
|
||||
"character_id": "",
|
||||
"positive": "1girl, solo, blonde_hair, long_hair, straight_hair, blue_eyes, eyeliner, black_nails, striped_arm_warmers, tank_top, black_shirt, necktie, bracelet, playing_guitar, holding_guitar, concert, punk, photorealistic, realistic, film_grain, depth_of_field, pastel_colors",
|
||||
"negative": "bad_anatomy, bad_hands, blurry, sketch, 3d, lowres, traditional_media, painting, cartoon, comic, monochrome, greyscale",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Avril_Lavigne_-_IL_XL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "avril lavigne",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"blonde_hair",
|
||||
"long_hair",
|
||||
"straight_hair",
|
||||
"blue_eyes",
|
||||
"eyeliner",
|
||||
"black_nails",
|
||||
"striped_arm_warmers",
|
||||
"punk",
|
||||
"playing_guitar",
|
||||
"concert",
|
||||
"photorealistic",
|
||||
"realistic"
|
||||
]
|
||||
}
|
||||
21
data/looks/ayanami_uniform_azur__illus.json
Normal file
21
data/looks/ayanami_uniform_azur__illus.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "ayanami_uniform_azur__illus",
|
||||
"look_name": "Ayanami Uniform Azur Illus",
|
||||
"character_id": "",
|
||||
"positive": "Ayanami uniform, ayanami_(azur_lane), grey_hair, long_hair, red_eyes, animal_ears, mechanical_ears, hair_ornament, school_uniform, serafuku, sleeveless_shirt, detached_sleeves, bare_shoulders, crop_top, navel, yellow_neckerchief, black_choker, blue_skirt, pleated_skirt, white_thighhighs, rudder_footwear",
|
||||
"negative": "lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Ayanami uniform(azur)-Illus.safetensors",
|
||||
"lora_weight": 1.2,
|
||||
"lora_triggers": "Ayanami uniform",
|
||||
"lora_weight_min": 1.2,
|
||||
"lora_weight_max": 1.2
|
||||
},
|
||||
"tags": [
|
||||
"ayanami_(azur_lane)",
|
||||
"rudder_footwear",
|
||||
"detached_sleeves",
|
||||
"school_uniform",
|
||||
"navel"
|
||||
]
|
||||
}
|
||||
21
data/looks/beardy_man_ilxl_000003.json
Normal file
21
data/looks/beardy_man_ilxl_000003.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "beardy_man_ilxl_000003",
|
||||
"look_name": "Beardy Man Ilxl 000003",
|
||||
"character_id": "",
|
||||
"positive": "1boy, mature_male, beard, facial_hair, solo",
|
||||
"negative": "1girl, female",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/beardy-man-ilxl-000003.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "beard",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"1boy",
|
||||
"mature_male",
|
||||
"beard",
|
||||
"facial_hair",
|
||||
"solo"
|
||||
]
|
||||
}
|
||||
22
data/looks/becky_illustrious.json
Normal file
22
data/looks/becky_illustrious.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "becky_illustrious",
|
||||
"look_name": "Becky Illustrious",
|
||||
"character_id": "",
|
||||
"positive": "becky_blackbell, spy_x_family, 1girl, solo, brown_eyes, brown_hair, short_hair, twintails, flat_chest, hairclip, hair_scrunchie, white_scrunchie, eden_academy_school_uniform, neck_ribbon, red_ribbon, collared_shirt, black_dress, gold_trim, black_sleeves, long_sleeves",
|
||||
"negative": "long_hair, mature_female",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Becky Illustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "becky_blackbell",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"becky_blackbell",
|
||||
"spy_x_family",
|
||||
"eden_academy_school_uniform",
|
||||
"twintails",
|
||||
"brown_hair",
|
||||
"brown_eyes"
|
||||
]
|
||||
}
|
||||
23
data/looks/blazefieldingillustrious.json
Normal file
23
data/looks/blazefieldingillustrious.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"look_id": "blazefieldingillustrious",
|
||||
"look_name": "Blazefieldingillustrious",
|
||||
"character_id": "",
|
||||
"positive": "blaze_fielding, streets_of_rage, 1girl, brown_hair, brown_eyes, long_hair, hair_between_eyes, hoop_earrings, black_jacket, leather_jacket, cropped_jacket, sleeves_rolled_up, red_shirt, crop_top, red_skirt, pencil_skirt, belt, fingerless_gloves",
|
||||
"negative": "short_hair, blue_eyes, blonde_hair",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/BlazeFieldingIllustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "BL4ZF1LD",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"blaze_fielding",
|
||||
"streets_of_rage",
|
||||
"brown_hair",
|
||||
"long_hair",
|
||||
"leather_jacket",
|
||||
"crop_top",
|
||||
"pencil_skirt"
|
||||
]
|
||||
}
|
||||
20
data/looks/brigitta_illu_nvwls_v1.json
Normal file
20
data/looks/brigitta_illu_nvwls_v1.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "brigitta_illu_nvwls_v1",
|
||||
"look_name": "Brigitta Illu Nvwls V1",
|
||||
"character_id": "",
|
||||
"positive": "1girl, solo, brigitta_(metaphor:_refantazio), dark_skin, white_hair, white_eyelashes, braid, long_hair, blunt_bangs, sidelocks, grey_eyes, facial_mark, large_breasts, black_coat, coat_on_shoulders, grey_shirt, ribbed_shirt, white_ascot, black_pants, high-waist_pants, black_gloves",
|
||||
"negative": "short_hair, light_skin, bright_skin",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/brigitta-illu-nvwls-v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "brigitta",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"video_game",
|
||||
"metaphor:_refantazio",
|
||||
"female"
|
||||
]
|
||||
}
|
||||
23
data/looks/bubblegum_ill.json
Normal file
23
data/looks/bubblegum_ill.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"look_id": "bubblegum_ill",
|
||||
"look_name": "Bubblegum Ill",
|
||||
"character_id": "",
|
||||
"positive": "princess_bonnibel_bubblegum, adventure_time, 1girl, pink_skin, pink_hair, long_hair, pink_dress, puffy_short_sleeves, long_skirt, crown, no_nose",
|
||||
"negative": "nose, realistic, photorealistic, 3d, human",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Bubblegum_ILL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Bonnibel",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"princess_bonnibel_bubblegum",
|
||||
"adventure_time",
|
||||
"pink_skin",
|
||||
"pink_hair",
|
||||
"no_nose",
|
||||
"pink_dress",
|
||||
"crown"
|
||||
]
|
||||
}
|
||||
30
data/looks/cammyiiv_05.json
Normal file
30
data/looks/cammyiiv_05.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"look_id": "cammyiiv_05",
|
||||
"look_name": "Cammyiiv 05",
|
||||
"character_id": "cammy",
|
||||
"positive": "cammy_white, street_fighter, blonde_hair, green_eyes, ponytail, long_hair, black_choker, cross_necklace, red_gloves, uneven_gloves, leather_pants, blue_jacket, crop_top, red_boots, navel",
|
||||
"negative": "low_quality, worst_quality, watermark, text, bad_anatomy, leotard, swimsuit",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/CammyIIV-05.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "cammyiiv",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"cammy_white",
|
||||
"street_fighter",
|
||||
"blonde_hair",
|
||||
"green_eyes",
|
||||
"ponytail",
|
||||
"black_choker",
|
||||
"cross_necklace",
|
||||
"red_gloves",
|
||||
"uneven_gloves",
|
||||
"leather_pants",
|
||||
"blue_jacket",
|
||||
"crop_top",
|
||||
"red_boots",
|
||||
"navel"
|
||||
]
|
||||
}
|
||||
20
data/looks/cammywhiteillustrious.json
Normal file
20
data/looks/cammywhiteillustrious.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "cammywhiteillustrious",
|
||||
"look_name": "Cammywhiteillustrious",
|
||||
"character_id": "cammy",
|
||||
"positive": "cammy_white, blonde_hair, twin_braids, blue_eyes, scar_on_face, ahoge, green_leotard, chest_harness, thigh_holster, red_gloves, gauntlets, beret, red_hat, fighting_stance",
|
||||
"negative": "short_hair, jacket, pants, 3d, realistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/CammyWhiteIllustrious.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "CAMSF",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"cammy_white",
|
||||
"street_fighter",
|
||||
"capcom",
|
||||
"video_game_character"
|
||||
]
|
||||
}
|
||||
18
data/looks/candycanelatexlingerieill.json
Normal file
18
data/looks/candycanelatexlingerieill.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"look_id": "candycanelatexlingerieill",
|
||||
"look_name": "Candycanelatexlingerieill",
|
||||
"character_id": "",
|
||||
"positive": "latex, lingerie, red_capelet, striped_thighhighs, high_heels, garter_straps, panties, stripes, candy_cane",
|
||||
"negative": "",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/candycanelatexlingerieILL.safetensors",
|
||||
"lora_weight": 0.75,
|
||||
"lora_triggers": "candy cane latex lingerie",
|
||||
"lora_weight_min": 0.75,
|
||||
"lora_weight_max": 0.75
|
||||
},
|
||||
"tags": [
|
||||
"clothing",
|
||||
"lingeriefetish"
|
||||
]
|
||||
}
|
||||
20
data/looks/chun_li_illust_scarxzys.json
Normal file
20
data/looks/chun_li_illust_scarxzys.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "chun_li_illust_scarxzys",
|
||||
"look_name": "Chun Li Illust Scarxzys",
|
||||
"character_id": "chun_li",
|
||||
"positive": "chun-li, brown_hair, double_bun, bun_cover, hair_ribbon, brown_eyes, china_dress, blue_dress, puffy_sleeves, pelvic_curtain, unitard, spiked_bracelet, pantyhose, white_boots",
|
||||
"negative": "short_hair, red_eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/chun-li_illust_scarxzys.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "chun-li",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"street_fighter",
|
||||
"video_game_character",
|
||||
"fighter",
|
||||
"classic_outfit"
|
||||
]
|
||||
}
|
||||
30
data/looks/dajasmn.json
Normal file
30
data/looks/dajasmn.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"look_id": "dajasmn",
|
||||
"look_name": "Dajasmn",
|
||||
"character_id": "jasmine_disney",
|
||||
"positive": "jasmine_(disney), 1girl, solo, black_hair, brown_eyes, multi-tied_hair, dark_skin, blue_headband, hoop_earrings, jewelry, midriff, harem_pants, off_shoulder, looking_at_viewer",
|
||||
"negative": "lowres, bad_anatomy, bad_hands, signature, watermark, username",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/DAJasmn.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "DAJasmn",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"jasmine_(disney)",
|
||||
"1girl",
|
||||
"solo",
|
||||
"black_hair",
|
||||
"brown_eyes",
|
||||
"multi-tied_hair",
|
||||
"dark_skin",
|
||||
"blue_headband",
|
||||
"hoop_earrings",
|
||||
"jewelry",
|
||||
"midriff",
|
||||
"harem_pants",
|
||||
"off_shoulder",
|
||||
"looking_at_viewer"
|
||||
]
|
||||
}
|
||||
20
data/looks/darcyillustrious1_0jlfo.json
Normal file
20
data/looks/darcyillustrious1_0jlfo.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "darcyillustrious1_0jlfo",
|
||||
"look_name": "Darcyillustrious1 0Jlfo",
|
||||
"character_id": "",
|
||||
"positive": "1girl, solo, darcy_redd_(andava), blonde_hair, short_hair, short_ponytail, green_eyes, glasses, red-framed_eyewear, small_breasts, choker, smile, off_shoulder, sweater, shorts",
|
||||
"negative": "long_hair, blue_eyes, large_breasts",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/DarcyIllustrious1.0JLFO.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "darcy",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"character",
|
||||
"original_character",
|
||||
"female",
|
||||
"glasses"
|
||||
]
|
||||
}
|
||||
24
data/looks/emo_hairstyle.json
Normal file
24
data/looks/emo_hairstyle.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"look_id": "emo_hairstyle",
|
||||
"look_name": "Emo Hairstyle",
|
||||
"character_id": "",
|
||||
"positive": "emo_fashion, hair_over_one_eye, layered_hair, black_hair, straight_hair, eyeliner, realistic",
|
||||
"negative": "blonde_hair, short_hair, curly_hair, bun",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Emo_Hairstyle.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "emo_fashion",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"emo_fashion",
|
||||
"hair_over_one_eye",
|
||||
"layered_hair",
|
||||
"black_hair",
|
||||
"straight_hair",
|
||||
"eyeliner",
|
||||
"realistic",
|
||||
"punk"
|
||||
]
|
||||
}
|
||||
38
data/looks/encore_illustrious_lora_v1.json
Normal file
38
data/looks/encore_illustrious_lora_v1.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"look_id": "encore_illustrious_lora_v1",
|
||||
"look_name": "Encore Illustrious Lora V1",
|
||||
"character_id": "",
|
||||
"positive": "encore_(wuthering_waves), purple_eyes, cross-shaped_pupils, thick_eyebrows, blush, pink_hair, long_hair, low_twintails, ahoge, hair_bow, pink_bow, hair_ornament, dress, white_dress, black_sleeves, white_sleeves, detached_sleeves, bowtie, bag, earrings, black_boots, stuffed_toy",
|
||||
"negative": "low quality, worst quality, lowres, bad anatomy, bad hands, text, watermark, signature",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/encore_illustrious_lora_v1.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "encore_(wuthering_waves)",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
},
|
||||
"tags": [
|
||||
"encore_(wuthering_waves)",
|
||||
"purple_eyes",
|
||||
"cross-shaped_pupils",
|
||||
"thick_eyebrows",
|
||||
"blush",
|
||||
"pink_hair",
|
||||
"long_hair",
|
||||
"low_twintails",
|
||||
"ahoge",
|
||||
"hair_bow",
|
||||
"pink_bow",
|
||||
"hair_ornament",
|
||||
"dress",
|
||||
"white_dress",
|
||||
"black_sleeves",
|
||||
"white_sleeves",
|
||||
"detached_sleeves",
|
||||
"bowtie",
|
||||
"bag",
|
||||
"earrings",
|
||||
"black_boots",
|
||||
"stuffed_toy"
|
||||
]
|
||||
}
|
||||
30
data/looks/evelynnil_14.json
Normal file
30
data/looks/evelynnil_14.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"look_id": "evelynnil_14",
|
||||
"look_name": "Evelynnil 14",
|
||||
"character_id": "",
|
||||
"positive": "evelynn_(league_of_legends), purple_skin, yellow_eyes, pink_hair, short_hair, pointy_ears, claws, demon_tail, glowing_eyes, makeup, harness, midriff, navel, revealing_clothes",
|
||||
"negative": "long_hair, human_skin, shadow_form, dress, skirt, 3d, realistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/evelynnIL-14.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "evelynn_(league_of_legends)",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"evelynn_(league_of_legends)",
|
||||
"purple_skin",
|
||||
"yellow_eyes",
|
||||
"pink_hair",
|
||||
"short_hair",
|
||||
"pointy_ears",
|
||||
"claws",
|
||||
"demon_tail",
|
||||
"glowing_eyes",
|
||||
"makeup",
|
||||
"harness",
|
||||
"midriff",
|
||||
"navel",
|
||||
"revealing_clothes"
|
||||
]
|
||||
}
|
||||
24
data/looks/faceless_ugly_bastardv1il_000014.json
Normal file
24
data/looks/faceless_ugly_bastardv1il_000014.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"look_id": "faceless_ugly_bastardv1il_000014",
|
||||
"look_name": "Faceless Ugly Bastardv1Il 000014",
|
||||
"character_id": "",
|
||||
"positive": "ugly_bastard, faceless_male, shaded_face, old_man, fat_man, obese, big_belly, smug",
|
||||
"negative": "handsome, bishounen, muscular, thin, visible_face",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Faceless-Ugly-BastardV1IL-000014.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "UBV1F",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"ugly_bastard",
|
||||
"faceless_male",
|
||||
"shaded_face",
|
||||
"old_man",
|
||||
"fat_man",
|
||||
"obese",
|
||||
"big_belly",
|
||||
"smug"
|
||||
]
|
||||
}
|
||||
31
data/looks/fecamilla_illu_nvwls_v2.json
Normal file
31
data/looks/fecamilla_illu_nvwls_v2.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"look_id": "fecamilla_illu_nvwls_v2",
|
||||
"look_name": "Fecamilla Illu Nvwls V2",
|
||||
"character_id": "camilla_(fire_emblem)",
|
||||
"positive": "dfCm, camilla_(fire_emblem), purple_hair, wavy_hair, long_hair, hair_over_one_eye, black_tiara, purple_capelet, black_armor, cleavage, gauntlets, gloves, armored_legwear, black_panties, pelvic_curtain, see-through_clothes",
|
||||
"negative": "short_hair, flat_chest",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/fecamilla-illu-nvwls-v2.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "dfCm",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
},
|
||||
"tags": [
|
||||
"camilla_(fire_emblem)",
|
||||
"purple_hair",
|
||||
"wavy_hair",
|
||||
"long_hair",
|
||||
"hair_over_one_eye",
|
||||
"black_tiara",
|
||||
"purple_capelet",
|
||||
"black_armor",
|
||||
"cleavage",
|
||||
"gauntlets",
|
||||
"gloves",
|
||||
"armored_legwear",
|
||||
"black_panties",
|
||||
"pelvic_curtain",
|
||||
"see-through_clothes"
|
||||
]
|
||||
}
|
||||
18
data/looks/fetharja_illu_nvwls_v1.json
Normal file
18
data/looks/fetharja_illu_nvwls_v1.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"look_id": "fetharja_illu_nvwls_v1",
|
||||
"look_name": "Fetharja Illu Nvwls V1",
|
||||
"character_id": "",
|
||||
"positive": "tharja_(fire_emblem), black_hair, two_side_up, long_hair, blunt_bangs, purple_eyes, gold_tiara, black_cape, two-sided_cape, gorget, bodystocking, bridal_gauntlets, gold_bracelet, crop_top, cleavage, pelvic_curtain, thighlet",
|
||||
"negative": "short_hair, red_eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/fetharja-illu-nvwls-v1.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "defthj",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
},
|
||||
"tags": [
|
||||
"fire_emblem_awakening",
|
||||
"illustrious"
|
||||
]
|
||||
}
|
||||
34
data/looks/fetharja_illu_nvwls_v2.json
Normal file
34
data/looks/fetharja_illu_nvwls_v2.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"look_id": "fetharja_illu_nvwls_v2",
|
||||
"look_name": "Fetharja Illu Nvwls V2",
|
||||
"character_id": "",
|
||||
"positive": "tharja_(fire_emblem), black_hair, two_side_up, long_hair, blunt_bangs, purple_eyes, gold_tiara, black_cape, two-sided_cape, gorget, bodystocking, bridal_gauntlets, gold_bracelet, black_shirt, crop_top, cleavage, pelvic_curtain, thighlet",
|
||||
"negative": "short_hair, red_eyes, skirt",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/fetharja-illu-nvwls-v2.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "defthj",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"tharja_(fire_emblem)",
|
||||
"black_hair",
|
||||
"two_side_up",
|
||||
"long_hair",
|
||||
"blunt_bangs",
|
||||
"purple_eyes",
|
||||
"gold_tiara",
|
||||
"black_cape",
|
||||
"two-sided_cape",
|
||||
"gorget",
|
||||
"bodystocking",
|
||||
"bridal_gauntlets",
|
||||
"gold_bracelet",
|
||||
"black_shirt",
|
||||
"crop_top",
|
||||
"cleavage",
|
||||
"pelvic_curtain",
|
||||
"thighlet"
|
||||
]
|
||||
}
|
||||
21
data/looks/fflulu.json
Normal file
21
data/looks/fflulu.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "fflulu",
|
||||
"look_name": "Fflulu",
|
||||
"character_id": "lulu (ff10)",
|
||||
"positive": "lulu_(ff10), black_hair, red_eyes, hair_bun, hair_stick, mole_under_mouth, black_dress, fur_trim, multiple_belts, corset, jewelry, necklace, pendant, lipstick",
|
||||
"negative": "short_hair, blue_eyes, missing_limbs, bad_anatomy, text, watermark",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/FFLulu.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "FFLulu",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"final_fantasy",
|
||||
"ff10",
|
||||
"video_game_character",
|
||||
"gothic_lolita",
|
||||
"magician"
|
||||
]
|
||||
}
|
||||
20
data/looks/ffscarlet_illu_nvwls_v2.json
Normal file
20
data/looks/ffscarlet_illu_nvwls_v2.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "ffscarlet_illu_nvwls_v2",
|
||||
"look_name": "Ffscarlet Illu Nvwls V2",
|
||||
"character_id": "scarlet_ff7",
|
||||
"positive": "scarlet_(ff7), scrl, blonde_hair, folded_ponytail, blue_eyes, lipstick, makeup, large_breasts, cleavage, red_vest, red_skirt, long_skirt, side_slit, sleeveless, lace_trim, buttons, bracelet, earrings, pendant, jewelry, black_thighhighs, red_shoes, high_heels, red_nails",
|
||||
"negative": "short_hair, flat_chest",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/ffscarlet-illu-nvwls-v2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "scrl",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"final_fantasy_vii",
|
||||
"woman",
|
||||
"video_game_character"
|
||||
]
|
||||
}
|
||||
22
data/looks/fftifa_illu_nvwls_v1.json
Normal file
22
data/looks/fftifa_illu_nvwls_v1.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "fftifa_illu_nvwls_v1",
|
||||
"look_name": "Fftifa Illu Nvwls V1",
|
||||
"character_id": "tifa_lockhart",
|
||||
"positive": "tifa_lockhart, final_fantasy_vii, black_hair, swept_bangs, low-tied_long_hair, red_eyes, earrings, bare_shoulders, white_tank_top, black_sports_bra, midriff, black_suspenders, suspender_skirt, black_skirt, miniskirt, pleated_skirt, shorts_under_skirt, fingerless_gloves, elbow_gloves, black_gloves, single_gauntlet, red_gloves, black_thighhighs, red_boots",
|
||||
"negative": "short_hair, blue_eyes, green_eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/fftifa-illu-nvwls-v1.safetensors",
|
||||
"lora_weight": 0.85,
|
||||
"lora_triggers": "7rtf",
|
||||
"lora_weight_min": 0.85,
|
||||
"lora_weight_max": 0.85
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"character",
|
||||
"video_game",
|
||||
"woman",
|
||||
"final_fantasy_vii",
|
||||
"tifa_lockhart"
|
||||
]
|
||||
}
|
||||
21
data/looks/ffyuna.json
Normal file
21
data/looks/ffyuna.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "ffyuna",
|
||||
"look_name": "Ffyuna",
|
||||
"character_id": "yuna_(ff10)",
|
||||
"positive": "yuna_(ff10), short_hair, brown_hair, heterochromia, kimono, detached_sleeves, blue_skirt, obi, floral_print, jewelry, necklace",
|
||||
"negative": "long_hair, bad_anatomy, lowres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/FFYuna.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "FFYuna",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"final_fantasy",
|
||||
"video_game",
|
||||
"female",
|
||||
"anime",
|
||||
"character"
|
||||
]
|
||||
}
|
||||
21
data/looks/gallicamr_illu_bsinky_v1.json
Normal file
21
data/looks/gallicamr_illu_bsinky_v1.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "gallicamr_illu_bsinky_v1",
|
||||
"look_name": "Gallicamr Illu Bsinky V1",
|
||||
"character_id": "",
|
||||
"positive": "gallica_(metaphor:_refantazio), metaphor:_refantazio, orange_hair, short_hair, hair_over_one_eye, aqua_eyes, pointy_ears, fairy_wings, grey_hairband, two-tone_leotard, yellow_leotard, blue_leotard, floral_print, buttons, sleeveless",
|
||||
"negative": "long_hair, red_eyes, pants, dress, holding_weapon",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/GallicaMR-illu-bsinky-v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "dfGall",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"gallica_(metaphor:_refantazio)",
|
||||
"metaphor:_refantazio",
|
||||
"fairy",
|
||||
"video_game_character",
|
||||
"woman"
|
||||
]
|
||||
}
|
||||
20
data/looks/gyaru_mom_flim13_il_v1.json
Normal file
20
data/looks/gyaru_mom_flim13_il_v1.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "gyaru_mom_flim13_il_v1",
|
||||
"look_name": "Gyaru Mom Flim13 Il V1",
|
||||
"character_id": "delinquent_mother_flim13",
|
||||
"positive": "1girl, solo, mature_female, gyaru, dark-skinned_female, blonde_hair, long_hair, grey_eyes, ringed_eyes, large_breasts, hair_between_eyes, hair_over_one_eye, black_choker, seductive_smile",
|
||||
"negative": "censor, sketch, worst_quality, low_quality, bad_anatomy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Gyaru_mom_Flim13_IL_V1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "KJOgyaru",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"gyaru",
|
||||
"dark-skinned_female",
|
||||
"mature_female"
|
||||
]
|
||||
}
|
||||
34
data/looks/haruka_il.json
Normal file
34
data/looks/haruka_il.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"look_id": "haruka_il",
|
||||
"look_name": "Haruka Il",
|
||||
"character_id": "",
|
||||
"positive": "haruka_(senran_kagura), brown_hair, short_hair, drill_hair, hair_ribbon, green_eyes, large_breasts, lab_coat, pink_corset, clothing_cutout, white_panties, white_thighhighs, bridal_gauntlets, pink_footwear, high_heels",
|
||||
"negative": "long_hair, red_eyes, pants, blue_hair",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Haruka_IL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "Haruka_IL, shinobi_outfit, garter_straps, underboob, cape",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"haruka_(senran_kagura)",
|
||||
"brown_hair",
|
||||
"short_hair",
|
||||
"drill_hair",
|
||||
"hair_ribbon",
|
||||
"green_eyes",
|
||||
"large_breasts",
|
||||
"lab_coat",
|
||||
"pink_corset",
|
||||
"clothing_cutout",
|
||||
"white_panties",
|
||||
"white_thighhighs",
|
||||
"bridal_gauntlets",
|
||||
"cape",
|
||||
"underboob",
|
||||
"garter_straps",
|
||||
"pink_footwear",
|
||||
"high_heels"
|
||||
]
|
||||
}
|
||||
21
data/looks/hatsune_miku_project_diva__style.json
Normal file
21
data/looks/hatsune_miku_project_diva__style.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "hatsune_miku_project_diva__style",
|
||||
"look_name": "Hatsune Miku Project Diva Style",
|
||||
"character_id": "hatsune_miku",
|
||||
"positive": "project_diva_style99, 3d, project_diva, hatsune_miku, 1girl, aqua_hair, twintails, game_cg, vocaloid",
|
||||
"negative": "2d, flat_color, sketch, monochrome, lowres, bad_anatomy, worst_quality",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Hatsune_Miku_Project_DIVA__Style.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "project_diva_style99, 3d",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"open_mouth",
|
||||
"on_stage",
|
||||
"vocaloid",
|
||||
"hatsune_miku",
|
||||
"project_diva"
|
||||
]
|
||||
}
|
||||
21
data/looks/hilda_pokemon_illust_scarxzys.json
Normal file
21
data/looks/hilda_pokemon_illust_scarxzys.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "hilda_pokemon_illust_scarxzys",
|
||||
"look_name": "Hilda Pokemon Illust Scarxzys",
|
||||
"character_id": "",
|
||||
"positive": "hilda_(pokemon), 1girl, brown_hair, blue_eyes, high_ponytail, long_hair, curly_hair, sidelocks, antenna_hair, pink_hat, baseball_cap, poke_ball_print, white_tank_top, black_vest, sleeveless, denim_shorts, blue_shorts, short_shorts, exposed_pocket, wristband, black_socks, black_boots, lace-up_boots",
|
||||
"negative": "short_hair, red_eyes, skirt, dress, low_twintails",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/hilda_pokemon_illust_scarxzys.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "hilda (pokemon)",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"pokemon",
|
||||
"video_game_character",
|
||||
"unova_region",
|
||||
"nintendo",
|
||||
"anime_style"
|
||||
]
|
||||
}
|
||||
20
data/looks/hildapokemonixl_e08.json
Normal file
20
data/looks/hildapokemonixl_e08.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "hildapokemonixl_e08",
|
||||
"look_name": "Hildapokemonixl E08",
|
||||
"character_id": "",
|
||||
"positive": "hilda_(pokemon), 1girl, solo, brown_hair, blue_eyes, high_ponytail, sidelocks, baseball_cap, white_shirt, sleeveless, black_vest, wristband, denim_shorts, short_shorts, boots, curvy, smile, smug, hands_in_pockets",
|
||||
"negative": "short_hair, lowres, bad_anatomy, bad_hands, text, watermark",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/HildaPokemonIXL_e08.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "zzHilda",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"hilda_(pokemon)",
|
||||
"anime",
|
||||
"game_character",
|
||||
"fictional_character"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"look_id": "hoseki_outlawstar_aishaclanclan_illustriousxl_v1",
|
||||
"look_name": "Hoseki Outlawstar Aishaclanclan Illustriousxl V1",
|
||||
"character_id": "",
|
||||
"positive": "aisha_clanclan, outlaw_star, 1girl, dark_skin, cat_ears, cat_tail, fangs, sharp_fingernails, toned, facial_mark, aqua_eyes, white_hair, medium_hair, single_braid, ring_hair_ornament, circlet, white_collar, neck_bell, off-shoulder_dress, two-tone_dress, white_dress, green_dress, black_belt, thigh_strap, black_pantyhose, bracelet",
|
||||
"negative": "lowres, bad anatomy, bad hands, text, watermark",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Hoseki_OutlawStar_AishaClanClan_IllustriousXL_v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "ashcln",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"long_sleeves",
|
||||
"cleavage"
|
||||
]
|
||||
}
|
||||
39
data/looks/hulkenbergmr_illu_bsinky_v1.json
Normal file
39
data/looks/hulkenbergmr_illu_bsinky_v1.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"look_id": "hulkenbergmr_illu_bsinky_v1",
|
||||
"look_name": "Hulkenbergmr Illu Bsinky V1",
|
||||
"character_id": "",
|
||||
"positive": "metaphor:_refantazio, 1girl, red_hair, long_hair, blunt_bangs, sidelocks, aqua_eyes, v-shaped_eyebrows, pointy_ears, white_ascot, cleavage, breastplate, black_armor, black_capelet, high-waist_pants, blue_pants, long_sleeves, blue_sleeves, black_gloves, high_heel_boots, ankle_boots, brown_boots, halberd",
|
||||
"negative": "black_bodysuit, frills, black_jacket, cropped_jacket, choker, lowres, bad_anatomy, bad_hands",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/HulkenbergMR-illu-bsinky-v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "dfHbrg",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"metaphor:_refantazio",
|
||||
"1girl",
|
||||
"red_hair",
|
||||
"long_hair",
|
||||
"blunt_bangs",
|
||||
"sidelocks",
|
||||
"aqua_eyes",
|
||||
"v-shaped_eyebrows",
|
||||
"pointy_ears",
|
||||
"white_ascot",
|
||||
"cleavage",
|
||||
"breastplate",
|
||||
"black_armor",
|
||||
"black_capelet",
|
||||
"high-waist_pants",
|
||||
"blue_pants",
|
||||
"long_sleeves",
|
||||
"blue_sleeves",
|
||||
"black_gloves",
|
||||
"high_heel_boots",
|
||||
"ankle_boots",
|
||||
"brown_boots",
|
||||
"halberd"
|
||||
]
|
||||
}
|
||||
23
data/looks/ilciriwitcher.json
Normal file
23
data/looks/ilciriwitcher.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"look_id": "ilciriwitcher",
|
||||
"look_name": "Ilciriwitcher",
|
||||
"character_id": "ciri",
|
||||
"positive": "CiriWitcher, ciri, 1girl, white_hair, green_eyes, scar_on_cheek, white_shirt, corset, leather_pants, gloves, boots",
|
||||
"negative": "skirt, dress, short_hair, glasses",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/ILCiriWitcher.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "CiriWitcher",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"ciri",
|
||||
"the_witcher_(series)",
|
||||
"white_hair",
|
||||
"green_eyes",
|
||||
"scar_on_cheek",
|
||||
"fantasy",
|
||||
"realistic"
|
||||
]
|
||||
}
|
||||
19
data/looks/ilff7aerith.json
Normal file
19
data/looks/ilff7aerith.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"look_id": "ilff7aerith",
|
||||
"look_name": "Ilff7Aerith",
|
||||
"character_id": "aerith_gainsborough",
|
||||
"positive": "aerith_gainsborough, 1girl, brown_hair, green_eyes, long_hair, braided_ponytail, hair_ribbon, pink_dress, red_jacket, bangle, looking_at_viewer",
|
||||
"negative": "lowres, worst_quality, low_quality, bad_anatomy, bad_hands, multiple_views, comic, jpeg_artifacts, watermark, text, signature, artist_name, censored",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/ILFF7Aerith.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "FF7Aerith",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"aerith_gainsborough",
|
||||
"final_fantasy_vii",
|
||||
"video_game_character"
|
||||
]
|
||||
}
|
||||
22
data/looks/ilff7tifa.json
Normal file
22
data/looks/ilff7tifa.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "ilff7tifa",
|
||||
"look_name": "Ilff7Tifa",
|
||||
"character_id": "tifa_lockhart",
|
||||
"positive": "tifa_lockhart, 1girl, black_hair, red_eyes, long_hair, looking_at_viewer",
|
||||
"negative": "lowres, worst_quality, low_quality, bad_anatomy, bad_hands, multiple_views, comic, jpeg_artifacts, watermark, text, signature, censored",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/ILFF7Tifa.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "FF7Tifa",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"tifa_lockhart",
|
||||
"final_fantasy",
|
||||
"1girl",
|
||||
"black_hair",
|
||||
"red_eyes",
|
||||
"long_hair"
|
||||
]
|
||||
}
|
||||
23
data/looks/illustrious_slime_girl_v1_1454793.json
Normal file
23
data/looks/illustrious_slime_girl_v1_1454793.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"look_id": "illustrious_slime_girl_v1_1454793",
|
||||
"look_name": "Illustrious Slime Girl V1 1454793",
|
||||
"character_id": "",
|
||||
"positive": "slime_girl, liquid_hair, blue_skin, blue_hair, blue_eyes, wet, monster_girl, 1girl, solo",
|
||||
"negative": "worst quality, low quality, sketch, error, bad anatomy, bad hands, watermark, ugly, distorted, censored, lowres, signature",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/illustrious_slime_girl_v1_1454793.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "slime_girl",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"slime_girl",
|
||||
"liquid_hair",
|
||||
"blue_skin",
|
||||
"monster_girl",
|
||||
"wet",
|
||||
"blue_hair",
|
||||
"blue_eyes"
|
||||
]
|
||||
}
|
||||
36
data/looks/jasmine_il_v2.json
Normal file
36
data/looks/jasmine_il_v2.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"look_id": "jasmine_il_v2",
|
||||
"look_name": "Jasmine Il V2",
|
||||
"character_id": "jasmine_disney",
|
||||
"positive": "JasmineXL, jasmine_(disney), 1girl, solo, long_hair, black_hair, ponytail, brown_eyes, dark_skin, makeup, jewelry, gold_necklace, gold_earrings, hairband, off_shoulder, blue_shirt, midriff, navel, blue_pants, harem_pants, arabian_clothes, official_style",
|
||||
"negative": "short_hair, pale_skin, white_skin, modern_clothes, lowres, bad_anatomy, worst_quality",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Jasmine-IL_V2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "JasmineXL",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"jasmine_(disney)",
|
||||
"1girl",
|
||||
"dark_skin",
|
||||
"brown_eyes",
|
||||
"black_hair",
|
||||
"long_hair",
|
||||
"ponytail",
|
||||
"makeup",
|
||||
"jewelry",
|
||||
"gold_earrings",
|
||||
"gold_necklace",
|
||||
"hairband",
|
||||
"off_shoulder",
|
||||
"blue_shirt",
|
||||
"midriff",
|
||||
"navel",
|
||||
"harem_pants",
|
||||
"blue_pants",
|
||||
"arabian_clothes",
|
||||
"official_style"
|
||||
]
|
||||
}
|
||||
22
data/looks/jasmineil.json
Normal file
22
data/looks/jasmineil.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "jasmineil",
|
||||
"look_name": "Jasmineil",
|
||||
"character_id": "jasmine_disney",
|
||||
"positive": "ja_n, jasmine_(disney), 1girl, dark_skin, black_hair, brown_eyes, red_lips, ponytail, blue_headband, gold_earrings, gold_necklace, blue_tube_top, off_shoulder, midriff, harem_pants, blue_pants",
|
||||
"negative": "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, white_skin",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JasmineIL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "ja_n",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"jasmine_(disney)",
|
||||
"dark_skin",
|
||||
"harem_pants",
|
||||
"off_shoulder",
|
||||
"midriff",
|
||||
"ponytail"
|
||||
]
|
||||
}
|
||||
31
data/looks/jessicarabbitxl_character_12_il.json
Normal file
31
data/looks/jessicarabbitxl_character_12_il.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"look_id": "jessicarabbitxl_character_12_il",
|
||||
"look_name": "Jessicarabbitxl Character 12 Il",
|
||||
"character_id": "jessica_rabbit",
|
||||
"positive": "1girl, jessica_rabbit, red_hair, long_hair, green_eyes, large_breasts, narrow_waist, wide_hips, red_dress, strapless_dress, elbow_gloves, purple_gloves, makeup, eyeshadow, lipstick",
|
||||
"negative": "short_hair, small_breasts, pants, lowres, bad anatomy, bad hands",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JessicaRabbitXL_character-12-IL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "JessicaRabbitXLP",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"jessica_rabbit",
|
||||
"1girl",
|
||||
"red_hair",
|
||||
"long_hair",
|
||||
"green_eyes",
|
||||
"large_breasts",
|
||||
"narrow_waist",
|
||||
"wide_hips",
|
||||
"red_dress",
|
||||
"strapless_dress",
|
||||
"elbow_gloves",
|
||||
"purple_gloves",
|
||||
"makeup",
|
||||
"eyeshadow",
|
||||
"lipstick"
|
||||
]
|
||||
}
|
||||
23
data/looks/jessie_ilxl.json
Normal file
23
data/looks/jessie_ilxl.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"look_id": "jessie_ilxl",
|
||||
"look_name": "Jessie Ilxl",
|
||||
"character_id": "jessie_(pokemon)",
|
||||
"positive": "1girl, jessie_(pokemon), team_rocket_uniform, long_hair, hair_slicked_back, purple_hair, green_eyes, white_jacket, black_shirt, crop_top, navel, miniskirt, black_gloves, black_thighhighs, earrings, standing",
|
||||
"negative": "worst_quality, low_quality, lowres, bad_hands, mutated_hands, mammal, anthro, furry, feral, semi-anthro, 3d, realistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JESSIE_ILXL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "jessie_(pokemon), team_rocket_uniform",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"jessie_(pokemon)",
|
||||
"team_rocket_uniform",
|
||||
"hair_slicked_back",
|
||||
"crop_top",
|
||||
"miniskirt",
|
||||
"anime",
|
||||
"pokemon"
|
||||
]
|
||||
}
|
||||
20
data/looks/jessie_pokemon_illust_scarxzys.json
Normal file
20
data/looks/jessie_pokemon_illust_scarxzys.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "jessie_pokemon_illust_scarxzys",
|
||||
"look_name": "Jessie Pokemon Illust Scarxzys",
|
||||
"character_id": "jessie_(pokemon)",
|
||||
"positive": "jessie_(pokemon), pink_hair, very_long_hair, hair_slicked_back, blue_eyes, earrings, team_rocket_uniform, white_skirt, pencil_skirt, crop_top, midriff, navel, black_gloves, elbow_gloves, thigh_boots",
|
||||
"negative": "short_hair, loose_hair, ponytail",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/jessie_pokemon_illust_scarxzys.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "jessie_(pokemon)",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"character",
|
||||
"female",
|
||||
"pokemon"
|
||||
]
|
||||
}
|
||||
20
data/looks/jessiev2_1319355.json
Normal file
20
data/looks/jessiev2_1319355.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "jessiev2_1319355",
|
||||
"look_name": "Jessiev2 1319355",
|
||||
"character_id": "jessie_(pokemon)",
|
||||
"positive": "1girl, jessie_(pokemon), team_rocket_uniform, long_hair, hair_slicked_back, white_jacket, black_shirt, crop_top, miniskirt, black_gloves, black_thighhighs, navel, midriff, earrings",
|
||||
"negative": "furry, anthro, mammal, 3d, realistic, photorealistic, bad_anatomy, bad_hands, text, watermark",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/jessiev2_1319355.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "jessie_(pokemon), team_rocket_uniform",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"pokemon",
|
||||
"villain",
|
||||
"female"
|
||||
]
|
||||
}
|
||||
26
data/looks/jinx_default_lol_000021.json
Normal file
26
data/looks/jinx_default_lol_000021.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"look_id": "jinx_default_lol_000021",
|
||||
"look_name": "Jinx Default Lol 000021",
|
||||
"character_id": "jinx_(league_of_legends)",
|
||||
"positive": "jinx_(league_of_legends), 1girl, twin_braids, long_hair, blue_hair, red_eyes, pale_skin, flat_chest, cloud_tattoo, tattoo, single_elbow_glove, fingerless_gloves, bikini_top_only, short_shorts, striped_thighhighs, necklace, belt, bandolier",
|
||||
"negative": "fastnegativev2, bad_artist, cartoon, sketches, worst_quality, low_quality, lowres, monochrome, grayscale, bad_anatomy, text, watermark, simple_background, white_background, noise, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/jinx_default_lol-000021.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "jinx_(league_of_legends), 1girl, twin_braids, single_elbow_glove, short_shorts, bikini_top_only, necklace, belt, bullet, fingerless_gloves",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"jinx_(league_of_legends)",
|
||||
"twin_braids",
|
||||
"blue_hair",
|
||||
"red_eyes",
|
||||
"cloud_tattoo",
|
||||
"single_elbow_glove",
|
||||
"bikini_top_only",
|
||||
"short_shorts",
|
||||
"bandolier",
|
||||
"striped_thighhighs"
|
||||
]
|
||||
}
|
||||
18
data/looks/jinxsi_il_v2.json
Normal file
18
data/looks/jinxsi_il_v2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"look_id": "jinxsi_il_v2",
|
||||
"look_name": "Jinxsi Il V2",
|
||||
"character_id": "",
|
||||
"positive": "1girl, jinhsi_(wuthering_waves), white_hair, twintails, grey_eyes, symbol-shaped_pupils, mole_under_eye, facial_mark, hair_ribbon, antlers, earrings, bare_shoulders, detached_sleeves, chinese_clothes, thigh_boots, bracelet",
|
||||
"negative": "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Jinxsi IL v2.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "jinxsi, echo2 dress",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"jinhsi_(wuthering_waves)",
|
||||
"wuthering_waves"
|
||||
]
|
||||
}
|
||||
23
data/looks/jn_anya_forger_illus_1245300.json
Normal file
23
data/looks/jn_anya_forger_illus_1245300.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"look_id": "jn_anya_forger_illus_1245300",
|
||||
"look_name": "Jn Anya Forger Illus 1245300",
|
||||
"character_id": "anya_(spy_x_family)",
|
||||
"positive": "anya_(spy_x_family), spy_x_family, pink_hair, green_eyes, short_hair, hair_ornament, eden_academy_school_uniform, black_dress, white_socks, shoes",
|
||||
"negative": "long_hair, red_eyes, blue_eyes, mature_female, adult",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JN_Anya_Forger_Illus_1245300.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Anya Forger, Main Outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"anya_(spy_x_family)",
|
||||
"spy_x_family",
|
||||
"pink_hair",
|
||||
"green_eyes",
|
||||
"short_hair",
|
||||
"hair_ornament",
|
||||
"eden_academy_school_uniform"
|
||||
]
|
||||
}
|
||||
26
data/looks/jn_shoko_komi_illus.json
Normal file
26
data/looks/jn_shoko_komi_illus.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"look_id": "jn_shoko_komi_illus",
|
||||
"look_name": "Jn Shoko Komi Illus",
|
||||
"character_id": "komi_shouko",
|
||||
"positive": "komi_shouko, itan_private_high_school_uniform, black_hair, long_hair, bangs, black_pantyhose, blazer, skirt, shy, blush",
|
||||
"negative": "short_hair, blonde_hair, happy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JN_Shoko_Komi_Illus.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Shoko Komi, Main Outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"komi_shouko",
|
||||
"itan_private_high_school_uniform",
|
||||
"black_hair",
|
||||
"long_hair",
|
||||
"bangs",
|
||||
"black_pantyhose",
|
||||
"blazer",
|
||||
"skirt",
|
||||
"shy",
|
||||
"blush"
|
||||
]
|
||||
}
|
||||
20
data/looks/jn_tifa_lockhart_illus.json
Normal file
20
data/looks/jn_tifa_lockhart_illus.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "jn_tifa_lockhart_illus",
|
||||
"look_name": "Jn Tifa Lockhart Illus",
|
||||
"character_id": "tifa_lockhart",
|
||||
"positive": "tifa_lockhart, long_hair, black_hair, red_eyes, white_tank_top, bare_midriff, suspenders, black_skirt, miniskirt, black_gloves, fingerless_gloves, arm_guards, elbow_pads, thighhighs, red_boots",
|
||||
"negative": "short_hair, blonde_hair, blue_eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JN_Tifa_Lockhart_Illus.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Tifa Lockhart, Main Outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"character",
|
||||
"game_character",
|
||||
"final_fantasy",
|
||||
"final_fantasy_vii"
|
||||
]
|
||||
}
|
||||
29
data/looks/jn_tron_bonne_illus.json
Normal file
29
data/looks/jn_tron_bonne_illus.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"look_id": "jn_tron_bonne_illus",
|
||||
"look_name": "Jn Tron Bonne Illus",
|
||||
"character_id": "",
|
||||
"positive": "tron_bonne_(mega_man), brown_hair, short_hair, spiked_hair, goggles_on_head, pink_jacket, crop_top, midriff, navel, skull_print, pink_shorts, boots, large_earrings, servbot_(mega_man)",
|
||||
"negative": "pubic hair, 3d, realistic, loli, censored, bad anatomy, sketch, monochrome",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JN_Tron_Bonne_Illus.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Tron Bonne, Main Outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"tron_bonne_(mega_man)",
|
||||
"goggles_on_head",
|
||||
"pink_jacket",
|
||||
"crop_top",
|
||||
"skull_print",
|
||||
"midriff",
|
||||
"navel",
|
||||
"pink_shorts",
|
||||
"boots",
|
||||
"large_earrings",
|
||||
"spiked_hair",
|
||||
"brown_hair",
|
||||
"short_hair"
|
||||
]
|
||||
}
|
||||
21
data/looks/jn_zelda_tp_illus.json
Normal file
21
data/looks/jn_zelda_tp_illus.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "jn_zelda_tp_illus",
|
||||
"look_name": "Jn Zelda Tp Illus",
|
||||
"character_id": "",
|
||||
"positive": "princess_zelda, 1girl, solo, brown_hair, long_hair, braid, pointy_ears, crown, jewelry, white_dress, purple_tabard, shoulder_armor, white_gloves, hair_ornament",
|
||||
"negative": "3d, cropped, loli, censored, monochrome, sketch, rough_lines, bad_proportions, text, signature, watermark, low_quality",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/JN_Zelda_TP_Illus.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "Zelda TP, Main Outfit",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"princess_zelda",
|
||||
"the_legend_of_zelda:_twilight_princess",
|
||||
"fantasy",
|
||||
"nintendo",
|
||||
"elf"
|
||||
]
|
||||
}
|
||||
20
data/looks/kda_ahriillulora.json
Normal file
20
data/looks/kda_ahriillulora.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "kda_ahriillulora",
|
||||
"look_name": "Kda Ahriillulora",
|
||||
"character_id": "k/da_all_out_ahri",
|
||||
"positive": "ahri_(league_of_legends), baddest, ari, fox_ears, long_hair, facial_mark, multicolored_hair, gradient_hair, hairclip, bowtie, black_shirt, cropped_shirt, juliet_sleeves, black_sleeves, midriff, fox_tail, multiple_tails, black_skirt, nail_polish, crystal, heart, thighhighs, thigh_boots, smile",
|
||||
"negative": "worst aesthetic, worst quality, low quality, bad quality, lowres, bad hands, mutated hands, mammal, anthro, furry, ambiguous form, feral, semi-anthro, nude",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/KDA AhriIlluLoRA.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "baddest, ari",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"league_of_legends",
|
||||
"ahri_(league_of_legends)",
|
||||
"fox_ears",
|
||||
"multiple_tails"
|
||||
]
|
||||
}
|
||||
19
data/looks/kda_evelynnillulora.json
Normal file
19
data/looks/kda_evelynnillulora.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"look_id": "kda_evelynnillulora",
|
||||
"look_name": "Kda Evelynnillulora",
|
||||
"character_id": "k/da_all_out_evelynn",
|
||||
"positive": "evelynn_(league_of_legends), purple_hair, yellow_eyes, tinted_eyewear, sunglasses, jewelry, choker, black_skirt, thighhighs, midriff, lashers",
|
||||
"negative": "blue_skin, demon_horns, short_hair",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/KDA EvelynnIlluLoRA.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "evelynn_(league_of_legends)",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"evelynn_(league_of_legends)",
|
||||
"k/da",
|
||||
"league_of_legends"
|
||||
]
|
||||
}
|
||||
21
data/looks/kda_kaisaillulora.json
Normal file
21
data/looks/kda_kaisaillulora.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "kda_kaisaillulora",
|
||||
"look_name": "Kda Kaisaillulora",
|
||||
"character_id": "k/da_all_out_kai'sa",
|
||||
"positive": "k/da_(league_of_legends), ponytail, multicolored_hair, hair_ornament, earrings, collar, crop_top, bare_shoulders, midriff, detached_sleeves, single_fingerless_glove, bracelet, belt, pants, high_heel_boots, mechanical_wings, floating_object",
|
||||
"negative": "lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/KDA KaisaIlluLoRA.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "allout, kasa",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"league_of_legends",
|
||||
"k/da",
|
||||
"kai'sa",
|
||||
"all_out",
|
||||
"game_character"
|
||||
]
|
||||
}
|
||||
21
data/looks/kdaakaliillulora.json
Normal file
21
data/looks/kdaakaliillulora.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "kdaakaliillulora",
|
||||
"look_name": "Kdaakaliillulora",
|
||||
"character_id": "k/da_all_out_akali",
|
||||
"positive": "akali, league_of_legends, k/da_(league_of_legends), multicolored_hair, long_hair, ponytail, blue_eyes, eyebrow_cut, earrings, choker, crop_top, cropped_jacket, fingerless_gloves, midriff, belt, pants, shoes, makeup, nail_polish, iridescent_clothes",
|
||||
"negative": "short_hair, red_eyes, skirt, dress, mask, low_quality, bad_anatomy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/KDAAkaliIlluLoRA.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Allout, akli",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"league_of_legends",
|
||||
"k/da",
|
||||
"akali",
|
||||
"all_out",
|
||||
"video_game_character"
|
||||
]
|
||||
}
|
||||
20
data/looks/kiyoneillustv1_1183541.json
Normal file
20
data/looks/kiyoneillustv1_1183541.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "kiyoneillustv1_1183541",
|
||||
"look_name": "Kiyoneillustv1 1183541",
|
||||
"character_id": "",
|
||||
"positive": "makibi_kiyone, tenchi_muyou!, blue_hair, short_hair, green_eyes, white_headband, police_uniform, fingerless_gloves, retro_artstyle",
|
||||
"negative": "long_hair, casual_clothes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/KiyoneIllustV1_1183541.safetensors",
|
||||
"lora_weight": 0.99,
|
||||
"lora_triggers": "makibi_kiyone",
|
||||
"lora_weight_min": 0.99,
|
||||
"lora_weight_max": 0.99
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"retro_artstyle",
|
||||
"police_uniform",
|
||||
"sci-fi"
|
||||
]
|
||||
}
|
||||
20
data/looks/kuro_gyaru_xl_illustrious_v1_0.json
Normal file
20
data/looks/kuro_gyaru_xl_illustrious_v1_0.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "kuro_gyaru_xl_illustrious_v1_0",
|
||||
"look_name": "Kuro Gyaru Xl Illustrious V1 0",
|
||||
"character_id": "",
|
||||
"positive": "dark_skin, blonde_hair, gyaru, ganguro",
|
||||
"negative": "pale_skin, short_hair",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/kuro gyaru_XL_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "kuro gyaru",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"dark_skin",
|
||||
"blonde_hair",
|
||||
"gyaru",
|
||||
"ganguro"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"look_id": "lara_croft_tomb_raider_remastered_i_iii_illustrious",
|
||||
"look_name": "Lara Croft Tomb Raider Remastered I Iii Illustrious",
|
||||
"character_id": "lara_croft_classic",
|
||||
"positive": "laracroftre, 1girl, lara_croft, brown_hair, brown_eyes, braided_ponytail, tank_top, fingerless_gloves, brown_shorts, thigh_holster, belt, backpack, boots, tinted_eyewear",
|
||||
"negative": "short_hair, loose_hair, long_pants, skirt, 3d, monochrome",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Lara_Croft_Tomb_Raider_Remastered_I-III_Illustrious.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "laracroftre",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"video_games",
|
||||
"female_protagonist",
|
||||
"action_adventure"
|
||||
]
|
||||
}
|
||||
19
data/looks/laracroft_classicv2_illu_dwnsty.json
Normal file
19
data/looks/laracroft_classicv2_illu_dwnsty.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"look_id": "laracroft_classicv2_illu_dwnsty",
|
||||
"look_name": "Laracroft Classicv2 Illu Dwnsty",
|
||||
"character_id": "lara_croft_classic",
|
||||
"positive": "lara_croft, tomb_raider, brown_eyes, brown_hair, braided_ponytail, long_braid, blue_tank_top, short_shorts, fingerless_gloves, black_gloves, thigh_strap, thigh_holster, belt, red_nails, cleavage, makeup, lipstick, large_breasts, narrow_waist",
|
||||
"negative": "short_hair, blonde_hair, pants, glasses",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/LaraCroft_ClassicV2_Illu_Dwnsty.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "lara_classic",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"video_game_character",
|
||||
"tomb_raider",
|
||||
"female"
|
||||
]
|
||||
}
|
||||
24
data/looks/laracrofttankil.json
Normal file
24
data/looks/laracrofttankil.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"look_id": "laracrofttankil",
|
||||
"look_name": "Laracrofttankil",
|
||||
"character_id": "lara_croft_classic",
|
||||
"positive": "lara_croft, tomb_raider, 1girl, solo, brown_hair, brown_eyes, ponytail, large_breasts, tank_top, necklace, jade_pendant, fingerless_gloves, pants, belt, boots",
|
||||
"negative": "short_hair, blonde_hair, blue_eyes, male, mole, muscular",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/LaraCroftTankIL.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "laracf",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"lara_croft",
|
||||
"tomb_raider",
|
||||
"brown_hair",
|
||||
"brown_eyes",
|
||||
"ponytail",
|
||||
"tank_top",
|
||||
"fingerless_gloves",
|
||||
"necklace"
|
||||
]
|
||||
}
|
||||
24
data/looks/laracroftunderworldk112.json
Normal file
24
data/looks/laracroftunderworldk112.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"look_id": "laracroftunderworldk112",
|
||||
"look_name": "Laracroftunderworldk112",
|
||||
"character_id": "lara_croft_classic",
|
||||
"positive": "larau112, lara_croft, tomb_raider, 1girl, solo, brown_hair, long_hair, ponytail, brown_eyes, crop_top, black_tank_top, shorts, short_shorts, fingerless_gloves, belt, holster, midriff, boots",
|
||||
"negative": "short_hair, blonde_hair, blue_eyes, dress, skirt",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/LaraCroftUnderworldK112.safetensors",
|
||||
"lora_weight": 1.2,
|
||||
"lora_triggers": "larau112",
|
||||
"lora_weight_min": 1.2,
|
||||
"lora_weight_max": 1.2
|
||||
},
|
||||
"tags": [
|
||||
"lara_croft",
|
||||
"tomb_raider",
|
||||
"ponytail",
|
||||
"shorts",
|
||||
"holster",
|
||||
"fingerless_gloves",
|
||||
"crop_top",
|
||||
"belt"
|
||||
]
|
||||
}
|
||||
21
data/looks/lisagenshinixl.json
Normal file
21
data/looks/lisagenshinixl.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "lisagenshinixl",
|
||||
"look_name": "Lisagenshinixl",
|
||||
"character_id": "lisa_(genshin_impact)",
|
||||
"positive": "lisa_(genshin_impact), brown_hair, green_eyes, long_hair, low-tied_long_hair, belt, capelet, cleavage, gloves, hat, hat_belt, jewelry, necklace, pendant, purple_capelet, purple_hat, witch_hat, purple_dress, black_pantyhose",
|
||||
"negative": "short_hair, red_eyes, bad_anatomy, blurry, low_quality",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/LisaGenshinIXL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "zzLisa",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"long_hair",
|
||||
"low-tied_long_hair",
|
||||
"witch_hat",
|
||||
"purple_dress",
|
||||
"purple_capelet"
|
||||
]
|
||||
}
|
||||
16
data/looks/look.json.example
Normal file
16
data/looks/look.json.example
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"look_id": "cool_dude",
|
||||
"look_name": "Cool Dude",
|
||||
"character_id": "johnny_shades",
|
||||
"positive": "sunglasses, leather jacket, cool"
|
||||
"negative": "nerd, geek"
|
||||
"lora"{
|
||||
"lora_name": "Illustrious/Looks/cool_dude.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "cool_dude"
|
||||
},
|
||||
"tags": [
|
||||
"johnny_shades,
|
||||
"cool"
|
||||
]
|
||||
}
|
||||
25
data/looks/lulu_dg_illulora_1337272.json
Normal file
25
data/looks/lulu_dg_illulora_1337272.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"look_id": "lulu_dg_illulora_1337272",
|
||||
"look_name": "Lulu Dg Illulora 1337272",
|
||||
"character_id": "lulu (ff10)",
|
||||
"positive": "lulu_(ff10), 1girl, solo, black_hair, braided_bun, hair_stick, hair_ornament, hair_over_one_eye, red_eyes, purple_lips, mole_under_eye, black_dress, fur_trim, multiple_belts, corset, large_breasts, jewelry, necklace",
|
||||
"negative": "short_hair, blonde_hair, blue_eyes, (low quality:1.4), bad anatomy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Lulu DG illuLoRA_1337272.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "luludg",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"lulu_(ff10)",
|
||||
"black_dress",
|
||||
"multiple_belts",
|
||||
"corset",
|
||||
"black_hair",
|
||||
"braided_bun",
|
||||
"hair_stick",
|
||||
"red_eyes",
|
||||
"purple_lips"
|
||||
]
|
||||
}
|
||||
22
data/looks/lynae_wuthering_waves_ilxl_goofy.json
Normal file
22
data/looks/lynae_wuthering_waves_ilxl_goofy.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "lynae_wuthering_waves_ilxl_goofy",
|
||||
"look_name": "Lynae Wuthering Waves Ilxl Goofy",
|
||||
"character_id": "",
|
||||
"positive": "lynae (wuthering waves), blonde_hair, multicolored_hair, long_hair, purple_eyes, skull_hair_ornament, earrings, jewelry, headphones_around_neck, gyaru, kogal, white_shirt, collared_shirt, necktie, black_skirt, pleated_skirt, kneehighs, jacket, hair_ribbon",
|
||||
"negative": "bad quality, worst quality, sketch, censored, signature, watermark, patreon_username, patreon_logo, lowres, bad_anatomy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/lynae_wuthering_waves_ilxl_goofy.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "lynae (wuthering waves)",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"blonde_hair",
|
||||
"purple_eyes",
|
||||
"gyaru",
|
||||
"skull_hair_ornament",
|
||||
"headphones_around_neck",
|
||||
"school_uniform"
|
||||
]
|
||||
}
|
||||
26
data/looks/mahiro_illustrious.json
Normal file
26
data/looks/mahiro_illustrious.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"look_id": "mahiro_illustrious",
|
||||
"look_name": "Mahiro Illustrious",
|
||||
"character_id": "",
|
||||
"positive": "oyama_mahiro, onii-chan_wa_oshimai!, brown_eyes, pink_hair, long_hair, ahoge, flat_chest, blue_shirt, off_shoulder, collarbone",
|
||||
"negative": "short_hair, male, muscular, lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Mahiro_Illustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "oyama_mahiro",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"oyama_mahiro",
|
||||
"onii-chan_wa_oshimai!",
|
||||
"brown_eyes",
|
||||
"pink_hair",
|
||||
"long_hair",
|
||||
"ahoge",
|
||||
"flat_chest",
|
||||
"blue_shirt",
|
||||
"off_shoulder",
|
||||
"collarbone"
|
||||
]
|
||||
}
|
||||
20
data/looks/marina_10.json
Normal file
20
data/looks/marina_10.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "marina_10",
|
||||
"look_name": "Marina 10",
|
||||
"character_id": "",
|
||||
"positive": "marina_(splatoon), octoling, dark_skin, tentacle_hair, black_hair, aqua_hair, two-tone_hair, colored_fingertips, cephalopod_eyes, suction_cups, mole_under_mouth, navel_piercing, headphones, vest, crop_top, zipper, shorts, green_pantyhose",
|
||||
"negative": "light_skin, human_ears, 3d, realistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/marina-10.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "marinaSDXL",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"splatoon",
|
||||
"marina",
|
||||
"video_game_character"
|
||||
]
|
||||
}
|
||||
36
data/looks/midna_illulora_dg_.json
Normal file
36
data/looks/midna_illulora_dg_.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"look_id": "midna_illulora_dg_",
|
||||
"look_name": "Midna Illulora Dg ",
|
||||
"character_id": "",
|
||||
"positive": "1girl, solo, midna, midnadg, orange_hair, red_eyes, yellow_sclera, blue_skin, makeup, large_breasts, hood, cloak, cape, bridal_gauntlets, pelvic_curtain, asymmetrical_legwear, toeless_legwear, leg_tattoo, barefoot",
|
||||
"negative": "imp, chibi, short_stack, censored, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Midna illuLoRA DG .safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "midnadg",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"midna",
|
||||
"midnadg",
|
||||
"orange_hair",
|
||||
"red_eyes",
|
||||
"yellow_sclera",
|
||||
"blue_skin",
|
||||
"makeup",
|
||||
"large_breasts",
|
||||
"hood",
|
||||
"cloak",
|
||||
"cape",
|
||||
"bridal_gauntlets",
|
||||
"pelvic_curtain",
|
||||
"asymmetrical_legwear",
|
||||
"toeless_legwear",
|
||||
"leg_tattoo",
|
||||
"barefoot",
|
||||
"magic",
|
||||
"fire",
|
||||
"aura"
|
||||
]
|
||||
}
|
||||
20
data/looks/mihoshi_illust_v1_1116052.json
Normal file
20
data/looks/mihoshi_illust_v1_1116052.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "mihoshi_illust_v1_1116052",
|
||||
"look_name": "Mihoshi Illust V1 1116052",
|
||||
"character_id": "",
|
||||
"positive": "kuramitsu_mihoshi, tenchi_muyou!, dark_skin, blonde_hair, blue_eyes, long_hair, police_uniform, miniskirt, thighhighs, gloves, hat, rabbit_tail",
|
||||
"negative": "bad quality, worst quality, worst detail, sketch, censored, watermark, signature, artist name, patreon_username, patreon_logo",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Mihoshi(Illust)V1_1116052.safetensors",
|
||||
"lora_weight": 0.99,
|
||||
"lora_triggers": "miho_gxp, gxpoutfit, gxphat",
|
||||
"lora_weight_min": 0.99,
|
||||
"lora_weight_max": 0.99
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"character",
|
||||
"woman",
|
||||
"tenchi_muyo"
|
||||
]
|
||||
}
|
||||
28
data/looks/momomiya_ichigo_ilxl_v1.json
Normal file
28
data/looks/momomiya_ichigo_ilxl_v1.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"look_id": "momomiya_ichigo_ilxl_v1",
|
||||
"look_name": "Momomiya Ichigo Ilxl V1",
|
||||
"character_id": "",
|
||||
"positive": "momomiya_ichigo, tokyo_mew_mew, short_hair, pink_hair, cat_ears, pink_eyes, cat_tail, tail_bow, magical_girl, pink_choker, strapless_dress, pink_dress, detached_sleeves, short_sleeves, red_gloves, thigh_ribbon",
|
||||
"negative": "red_hair, brown_eyes, maid_headdress, apron, leotard",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/momomiya_ichigo_ilxl_v1.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "aamew",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
},
|
||||
"tags": [
|
||||
"momomiya_ichigo",
|
||||
"tokyo_mew_mew",
|
||||
"magical_girl",
|
||||
"pink_hair",
|
||||
"cat_ears",
|
||||
"pink_eyes",
|
||||
"cat_tail",
|
||||
"strapless_dress",
|
||||
"pink_dress",
|
||||
"detached_sleeves",
|
||||
"red_gloves",
|
||||
"thigh_ribbon"
|
||||
]
|
||||
}
|
||||
18
data/looks/moviepeachk112.json
Normal file
18
data/looks/moviepeachk112.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"look_id": "moviepeachk112",
|
||||
"look_name": "Moviepeachk112",
|
||||
"character_id": "princess_peach",
|
||||
"positive": "princess_peach, blonde_hair, blue_eyes, long_hair, pink_dress, puffy_short_sleeves, white_gloves, elbow_gloves, crown, earrings, brooch, 3d",
|
||||
"negative": "2d, flat_color, anime, sketch, painting",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/MoviePeachK112.safetensors",
|
||||
"lora_weight": 1.2,
|
||||
"lora_triggers": "movieP112",
|
||||
"lora_weight_min": 1.2,
|
||||
"lora_weight_max": 1.2
|
||||
},
|
||||
"tags": [
|
||||
"princess_peach",
|
||||
"the_super_mario_bros._movie"
|
||||
]
|
||||
}
|
||||
22
data/looks/nessabeaixl_v2.json
Normal file
22
data/looks/nessabeaixl_v2.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "nessabeaixl_v2",
|
||||
"look_name": "Nessabeaixl V2",
|
||||
"character_id": "nessa",
|
||||
"positive": "2girls, nessa_(pokemon), bea_(pokemon), dark_skin, grey_hair, short_hair, blue_hair, long_hair, gym_uniform, grey_eyes, blue_eyes",
|
||||
"negative": "braid, symbol, print shirt, see through, child, young, blurry, lowres, worst quality, low quality, bad anatomy, bad hands, multiple views, jpeg artifacts, signature, watermark, text, logo",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/NessaBeaIXL_v2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "zzBea, zzNessa",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"nessa_(pokemon)",
|
||||
"bea_(pokemon)",
|
||||
"2girls",
|
||||
"dark_skin",
|
||||
"gym_uniform",
|
||||
"pokemon_sword_and_shield"
|
||||
]
|
||||
}
|
||||
22
data/looks/nessapokemonixl_e07.json
Normal file
22
data/looks/nessapokemonixl_e07.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "nessapokemonixl_e07",
|
||||
"look_name": "Nessapokemonixl E07",
|
||||
"character_id": "nessa",
|
||||
"positive": "zzNessa, nessa_(pokemon), 1girl, dark_skin, blue_hair, blue_eyes, makeup, gym_uniform, crop_top, bike_shorts, belly_chain, single_glove, hoop_earrings, dynamax_band, armlet, navel, jewelry, white_shoes",
|
||||
"negative": "blurry, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/NessaPokemonIXL_e07.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "zzNessa",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"dark_skin",
|
||||
"blue_hair",
|
||||
"gym_uniform",
|
||||
"bike_shorts",
|
||||
"crop_top",
|
||||
"belly_chain"
|
||||
]
|
||||
}
|
||||
36
data/looks/ootzelda_illu_nvwls_v1.json
Normal file
36
data/looks/ootzelda_illu_nvwls_v1.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"look_id": "ootzelda_illu_nvwls_v1",
|
||||
"look_name": "Ootzelda Illu Nvwls V1",
|
||||
"character_id": "",
|
||||
"positive": "princess_zelda, the_legend_of_zelda:_ocarina_of_time, 1girl, solo, blonde_hair, long_hair, sidelocks, blue_eyes, pointy_ears, gold_tiara, forehead_jewel, earrings, gold_armor, shoulder_armor, long_dress, white_dress, pink_tunic, sleeveless_tunic, tabard, triforce_print, elbow_gloves, white_gloves",
|
||||
"negative": "short_hair, red_eyes, worst quality, low quality, bad anatomy, watermark",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/ootzelda-illu-nvwls-v1.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "ocarzld",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"princess_zelda",
|
||||
"the_legend_of_zelda:_ocarina_of_time",
|
||||
"blonde_hair",
|
||||
"long_hair",
|
||||
"sidelocks",
|
||||
"blue_eyes",
|
||||
"pointy_ears",
|
||||
"gold_tiara",
|
||||
"forehead_jewel",
|
||||
"earrings",
|
||||
"gold_armor",
|
||||
"shoulder_armor",
|
||||
"long_dress",
|
||||
"white_dress",
|
||||
"pink_tunic",
|
||||
"sleeveless_tunic",
|
||||
"tabard",
|
||||
"triforce_print",
|
||||
"elbow_gloves",
|
||||
"white_gloves"
|
||||
]
|
||||
}
|
||||
18
data/looks/otthrone_illu_nvwls_v1.json
Normal file
18
data/looks/otthrone_illu_nvwls_v1.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"look_id": "otthrone_illu_nvwls_v1",
|
||||
"look_name": "Otthrone Illu Nvwls V1",
|
||||
"character_id": "",
|
||||
"positive": "brown_hair, short_hair, hair_over_one_eye, brown_eyes, black_choker, purple_dress, long_sleeves, cleavage, brown_corset, side_slit, black_thighhighs, frilled_thighhighs, lace-up_boots, brown_boots",
|
||||
"negative": "long_hair, blonde_hair, blue_eyes, red_eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/otthrone-illu-nvwls-v1.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "ot2ta",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"throne_anguis",
|
||||
"octopath_traveler_ii"
|
||||
]
|
||||
}
|
||||
24
data/looks/peach_nb.json
Normal file
24
data/looks/peach_nb.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"look_id": "peach_nb",
|
||||
"look_name": "Peach Nb",
|
||||
"character_id": "princess_peach",
|
||||
"positive": "princess_peach, 1girl, solo, pink_dress, crown, blonde_hair, blue_eyes, white_gloves, jewelry, sphere_earrings, brooch, puffy_short_sleeves, lipstick, makeup",
|
||||
"negative": "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Peach-NB.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "peachime",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"princess_peach",
|
||||
"pink_dress",
|
||||
"crown",
|
||||
"blonde_hair",
|
||||
"blue_eyes",
|
||||
"white_gloves",
|
||||
"jewelry",
|
||||
"sphere_earrings"
|
||||
]
|
||||
}
|
||||
24
data/looks/poison_iillulora_dg_2.json
Normal file
24
data/looks/poison_iillulora_dg_2.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"look_id": "poison_iillulora_dg_2",
|
||||
"look_name": "Poison Iillulora Dg 2",
|
||||
"character_id": "",
|
||||
"positive": "poison_(final_fight), pink_hair, blue_eyes, long_hair, bangs, police_hat, peaked_cap, crop_top, white_tank_top, short_shorts, denim_shorts, high_heels, riding_crop, handcuffs, black_choker, large_breasts",
|
||||
"negative": "short_hair, jeans, pants, glasses",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Poison iIlluLoRA DG 2.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "poisondg",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"poison_(final_fight)",
|
||||
"pink_hair",
|
||||
"blue_eyes",
|
||||
"long_hair",
|
||||
"police_hat",
|
||||
"crop_top",
|
||||
"short_shorts",
|
||||
"riding_crop"
|
||||
]
|
||||
}
|
||||
22
data/looks/ppg_sarabellum_og.json
Normal file
22
data/looks/ppg_sarabellum_og.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "ppg_sarabellum_og",
|
||||
"look_name": "Ppg Sarabellum Og",
|
||||
"character_id": "",
|
||||
"positive": "sara_bellum, powerpuff_girls, 1girl, solo, dark_skin, orange_hair, curly_hair, big_hair, hair_over_eyes, red_jacket, red_skirt, pencil_skirt, business_suit, high_heels, necklace, retro_artstyle, toon_(style)",
|
||||
"negative": "ankle_strap, short_hair, straight_hair, visible_face, eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/ppg-sarabellum-og.safetensors",
|
||||
"lora_weight": 1,
|
||||
"lora_triggers": "xsarabx",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"sara_bellum",
|
||||
"powerpuff_girls",
|
||||
"retro_artstyle",
|
||||
"toon_(style)",
|
||||
"big_hair",
|
||||
"hair_over_eyes"
|
||||
]
|
||||
}
|
||||
22
data/looks/primrose_illu_nvwls_v1.json
Normal file
22
data/looks/primrose_illu_nvwls_v1.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"look_id": "primrose_illu_nvwls_v1",
|
||||
"look_name": "Primrose Illu Nvwls V1",
|
||||
"character_id": "",
|
||||
"positive": "primrose_azelhart, brown_hair, long_hair, ponytail, hair_between_eyes, mole_under_mouth, green_eyes, hairband, hoop_earrings, necklace, neck_ring, off_shoulder, red_shirt, midriff, bracelet, pelvic_curtain, red_sarong, anklet, sandals",
|
||||
"negative": "short_hair, blue_eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/primrose-illu-nvwls-v1.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "oppr1mrose",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"anime",
|
||||
"character",
|
||||
"octopath_traveler",
|
||||
"video_game",
|
||||
"game_character",
|
||||
"woman"
|
||||
]
|
||||
}
|
||||
31
data/looks/princess_jasmine.json
Normal file
31
data/looks/princess_jasmine.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"look_id": "princess_jasmine",
|
||||
"look_name": "Princess Jasmine",
|
||||
"character_id": "jasmine_disney",
|
||||
"positive": "jasmine_(disney), aladdin_(movie), dark_skin, black_hair, long_hair, ponytail, blue_outfit, harem_outfit, crop_top, off_shoulder, harem_pants, gold_jewelry, necklace, hoop_earrings, blue_headband",
|
||||
"negative": "light_skin, short_hair, modern_clothes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Princess_Jasmine.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "jasmine_(disney)",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"jasmine_(disney)",
|
||||
"aladdin_(movie)",
|
||||
"dark_skin",
|
||||
"black_hair",
|
||||
"long_hair",
|
||||
"ponytail",
|
||||
"blue_outfit",
|
||||
"harem_outfit",
|
||||
"crop_top",
|
||||
"off_shoulder",
|
||||
"harem_pants",
|
||||
"gold_jewelry",
|
||||
"necklace",
|
||||
"hoop_earrings",
|
||||
"blue_headband"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"look_id": "princess_peach_shiny_style_v4_0_illustrious_1652958",
|
||||
"look_name": "Princess Peach Shiny Style V4 0 Illustrious 1652958",
|
||||
"character_id": "princess_peach",
|
||||
"positive": "princess_peach, shiny_skin, shiny_clothes, pink_dress, blonde_hair, blue_eyes, crown, white_gloves, brooch",
|
||||
"negative": "source_pony, 3d, realistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Princess_Peach_Shiny_Style_V4.0_Illustrious_1652958.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "shiny_skin, pink_dress",
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.7
|
||||
},
|
||||
"tags": [
|
||||
"princess_peach",
|
||||
"shiny_skin",
|
||||
"shiny_clothes",
|
||||
"pink_dress",
|
||||
"blonde_hair",
|
||||
"blue_eyes",
|
||||
"crown",
|
||||
"white_gloves",
|
||||
"brooch"
|
||||
]
|
||||
}
|
||||
24
data/looks/rijutotk_ixl_v3.json
Normal file
24
data/looks/rijutotk_ixl_v3.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"look_id": "rijutotk_ixl_v3",
|
||||
"look_name": "Rijutotk Ixl V3",
|
||||
"character_id": "riju",
|
||||
"positive": "riju, dark_skin, red_hair, green_eyes, pointy_ears, hair_tubes, headpiece, jewelry, earrings, crop_top, midriff, black_skirt, the_legend_of_zelda:_tears_of_the_kingdom",
|
||||
"negative": "low_quality, bad_anatomy, monochrome, greyscale, simple_background",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/RijuTotK_IXL_v3.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "zzRiju",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"dark_skin",
|
||||
"red_hair",
|
||||
"pointy_ears",
|
||||
"green_eyes",
|
||||
"hair_tubes",
|
||||
"jewelry",
|
||||
"midriff",
|
||||
"video_game_character"
|
||||
]
|
||||
}
|
||||
28
data/looks/rijutotk_nai_1470476.json
Normal file
28
data/looks/rijutotk_nai_1470476.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"look_id": "rijutotk_nai_1470476",
|
||||
"look_name": "Rijutotk Nai 1470476",
|
||||
"character_id": "riju",
|
||||
"positive": "riju, dark_skin, red_hair, green_eyes, pointy_ears, hair_tubes, jewelry, midriff, crop_top, headpiece, black_skirt, gerudo",
|
||||
"negative": "low_quality, bad_anatomy, monochrome, greyscale, simple_background",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/RijuTotK_NAI_1470476.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "zzRiju",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"riju",
|
||||
"dark_skin",
|
||||
"red_hair",
|
||||
"green_eyes",
|
||||
"pointy_ears",
|
||||
"hair_tubes",
|
||||
"jewelry",
|
||||
"midriff",
|
||||
"crop_top",
|
||||
"headpiece",
|
||||
"black_skirt",
|
||||
"gerudo"
|
||||
]
|
||||
}
|
||||
19
data/looks/rikkuffxillustriou.json
Normal file
19
data/looks/rikkuffxillustriou.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"look_id": "rikkuffxillustriou",
|
||||
"look_name": "Rikkuffxillustriou",
|
||||
"character_id": "",
|
||||
"positive": "1girl, solo, rikku_(ff10), blonde_hair, twin_braids, green_eyes, goggles_around_neck, orange_shirt, sleeveless_turtleneck, asymmetrical_sleeves, arm_strap, armlet, single_glove, open_belt, green_shorts, thigh_holster, navel, looking_at_viewer, smile",
|
||||
"negative": "scarf, skirt, bikini, multiple_braids, lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/RikkuFFXIllustriou.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "RKKFFXDF",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
},
|
||||
"tags": [
|
||||
"final_fantasy_x",
|
||||
"rikku_(ff10)",
|
||||
"square_enix"
|
||||
]
|
||||
}
|
||||
20
data/looks/rouge_the_bat_v2.json
Normal file
20
data/looks/rouge_the_bat_v2.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "rouge_the_bat_v2",
|
||||
"look_name": "Rouge The Bat V2",
|
||||
"character_id": "rouge_the_bat",
|
||||
"positive": "rouge_the_bat, 1girl, furry_female, white_hair, short_hair, green_eyes, eyeshadow, animal_nose, bat_ears, huge_breasts, bat_wings",
|
||||
"negative": "3d, lowres, bad anatomy, worst quality, bad quality, watermark, signature",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Rouge_the_bat_v2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "krouge, rouge_the_bat",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"rouge_the_bat",
|
||||
"sonic_(series)",
|
||||
"furry",
|
||||
"video_game_character"
|
||||
]
|
||||
}
|
||||
20
data/looks/rougesonicx_ixl.json
Normal file
20
data/looks/rougesonicx_ixl.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "rougesonicx_ixl",
|
||||
"look_name": "Rougesonicx Ixl",
|
||||
"character_id": "rouge_the_bat",
|
||||
"positive": "1girl, solo, rouge_the_bat, sonic_x, furry, white_fur, bat_ears, bat_wings, animal_nose, aqua_eyes, blue_eyeshadow, short_hair, white_hair, makeup, lipstick, black_bodysuit, breastplate, elbow_gloves, white_gloves, knee_boots, white_boots",
|
||||
"negative": "lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/RougeSonicX_IXL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "zzRouge",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"furry",
|
||||
"rouge_the_bat",
|
||||
"sonic_x",
|
||||
"bat_girl"
|
||||
]
|
||||
}
|
||||
20
data/looks/rougethebatillustrious.json
Normal file
20
data/looks/rougethebatillustrious.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"look_id": "rougethebatillustrious",
|
||||
"look_name": "Rougethebatillustrious",
|
||||
"character_id": "rouge_the_bat",
|
||||
"positive": "rouge_the_bat, 1girl, anthro, bat_wings, bat_ears, white_hair, short_hair, aqua_eyes, blue_eyeshadow, breastplate, heart_print, white_gloves, thigh_boots, pink_boots, solo",
|
||||
"negative": "long_hair, red_eyes, feathered_wings, human_ears",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/rougethebatillustrious.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "rouge_the_bat",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"rouge_the_bat",
|
||||
"bat_wings",
|
||||
"anthro",
|
||||
"white_hair"
|
||||
]
|
||||
}
|
||||
33
data/looks/ryoko_il.json
Normal file
33
data/looks/ryoko_il.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"look_id": "ryoko_il",
|
||||
"look_name": "Ryoko Il",
|
||||
"character_id": "ryouko_(tenchi_muyou!)",
|
||||
"positive": "ryouko_(tenchi_muyou!), 1girl, solo, spiked_hair, aqua_hair, yellow_eyes, pointy_ears, mismatched_sleeves, open_jacket, white_dress, red_pantyhose, black_sash, red_gloves, red_choker, floating_hair, anime_screenshot, official_art",
|
||||
"negative": "3d, realistic, photorealistic, low_quality, worst_quality, long_sleeves, puffy_sleeves",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Ryoko_IL.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "ryouko_(tenchi_muyou!)",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"ryouko_(tenchi_muyou!)",
|
||||
"1girl",
|
||||
"solo",
|
||||
"spiked_hair",
|
||||
"aqua_hair",
|
||||
"yellow_eyes",
|
||||
"pointy_ears",
|
||||
"mismatched_sleeves",
|
||||
"open_jacket",
|
||||
"white_dress",
|
||||
"red_pantyhose",
|
||||
"black_sash",
|
||||
"red_gloves",
|
||||
"red_choker",
|
||||
"floating_hair",
|
||||
"anime_screenshot",
|
||||
"official_art"
|
||||
]
|
||||
}
|
||||
21
data/looks/samusk112.json
Normal file
21
data/looks/samusk112.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"look_id": "samusk112",
|
||||
"look_name": "Samusk112",
|
||||
"character_id": "samus_aran",
|
||||
"positive": "1girl, zero_suit, bodysuit, blue_bodysuit, skin_tight, blonde_hair, long_hair, ponytail, blue_eyes, mole_under_mouth, hair_between_eyes, swept_bangs, high_heels, impossible_bodysuit",
|
||||
"negative": "muscular, short_hair, red_eyes, armor",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/SamusK112.safetensors",
|
||||
"lora_weight": 1.2,
|
||||
"lora_triggers": "samus112",
|
||||
"lora_weight_min": 1.2,
|
||||
"lora_weight_max": 1.2
|
||||
},
|
||||
"tags": [
|
||||
"zero_suit",
|
||||
"ponytail",
|
||||
"blonde_hair",
|
||||
"blue_bodysuit",
|
||||
"mole_under_mouth"
|
||||
]
|
||||
}
|
||||
25
data/looks/sarah_miller_illustrious.json
Normal file
25
data/looks/sarah_miller_illustrious.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"look_id": "sarah_miller_illustrious",
|
||||
"look_name": "Sarah Miller Illustrious",
|
||||
"character_id": "sarah_miller_(the_last_of_us)",
|
||||
"positive": "short_hair, blonde_hair, blue_eyes, freckles, necklace, purple_shirt, plaid_pants, barefoot, the_last_of_us",
|
||||
"negative": "long_hair, chubby, fat, bad_anatomy, lowres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Sarah_Miller_Illustrious.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "sarah-miller, tlou",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
},
|
||||
"tags": [
|
||||
"short_hair",
|
||||
"blonde_hair",
|
||||
"blue_eyes",
|
||||
"freckles",
|
||||
"necklace",
|
||||
"purple_shirt",
|
||||
"plaid_pants",
|
||||
"barefoot",
|
||||
"the_last_of_us"
|
||||
]
|
||||
}
|
||||
18
data/looks/sarahmillerilf.json
Normal file
18
data/looks/sarahmillerilf.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"look_id": "sarahmillerilf",
|
||||
"look_name": "Sarahmillerilf",
|
||||
"character_id": "sarah_miller_(the_last_of_us)",
|
||||
"positive": "1girl, short_hair, blonde_hair, blue_eyes, freckles, necklace, bracelet, short_over_long_sleeves, print_shirt, plaid_pants, barefoot",
|
||||
"negative": "long_hair, shoes, teeth",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/SarahMillerILf.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "sarahilf",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
},
|
||||
"tags": [
|
||||
"the_last_of_us",
|
||||
"part_i"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user