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:
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "3dmm_xl_v13",
|
||||
"detailer_name": "3Dmm Xl V13",
|
||||
"prompt": [
|
||||
"3d render",
|
||||
"blender (software)",
|
||||
"c4d",
|
||||
"isometric",
|
||||
"cute",
|
||||
"chibi",
|
||||
"stylized",
|
||||
"soft lighting",
|
||||
"octane render",
|
||||
"clay texture",
|
||||
"toy interface",
|
||||
"volumeric lighting",
|
||||
"3dmm"
|
||||
],
|
||||
"focus": { "body": "", "detailer": ""
|
||||
},
|
||||
"prompt": "3d, realistic, photorealistic, highres, absurdres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/3DMM_XL_V13.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "3DMM_XL_V13"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "3dmm, 3dmm style"
|
||||
}
|
||||
}
|
||||
@@ -1,21 +1,12 @@
|
||||
{
|
||||
"detailer_id": "abovebelow1_3_alpha1_0_rank16_full_900steps",
|
||||
"detailer_name": "Abovebelow1 3 Alpha1 0 Rank16 Full 900Steps",
|
||||
"prompt": [
|
||||
"split view",
|
||||
"above and below",
|
||||
"waterline",
|
||||
"underwater",
|
||||
"above water",
|
||||
"cross-section",
|
||||
"ripples",
|
||||
"distortion",
|
||||
"swimming"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "from_below",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/aboveBelow1.3_alpha1.0_rank16_full_900steps.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight": 2.0,
|
||||
"lora_weight_min": -4.0,
|
||||
"lora_weight_max": 4.0,
|
||||
"lora_triggers": "aboveBelow1.3_alpha1.0_rank16_full_900steps"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "addmicrodetails_illustrious_v3",
|
||||
"detailer_name": "Addmicrodetails Illustrious V3",
|
||||
"prompt": [
|
||||
"extremely detailed",
|
||||
"intricate details",
|
||||
"hyper detailed",
|
||||
"highres",
|
||||
"absurdres",
|
||||
"detailed background",
|
||||
"detailed clothes",
|
||||
"detailed face",
|
||||
"texture",
|
||||
"sharp focus"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "highres, absurdres, realistic, photorealistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/AddMicroDetails_Illustrious_v3.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "AddMicroDetails_Illustrious_v3"
|
||||
"lora_weight": 0.5,
|
||||
"lora_weight_min": 0.3,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "addmicrodetails"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "addmicrodetails_illustrious_v5",
|
||||
"detailer_name": "Addmicrodetails Illustrious V5",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"extremely detailed",
|
||||
"intricate details",
|
||||
"highres",
|
||||
"8k",
|
||||
"sharp focus",
|
||||
"hyperdetailed",
|
||||
"detailed background",
|
||||
"detailed face",
|
||||
"ultra-detailed"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "absurdly_detailed_composition, absurdres, highres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/AddMicroDetails_Illustrious_v5.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "AddMicroDetails_Illustrious_v5"
|
||||
"lora_weight": 0.5,
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "addmicrodetails"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "addmicrodetails_noobai_v3",
|
||||
"detailer_name": "Addmicrodetails Noobai V3",
|
||||
"prompt": [
|
||||
"extremely detailed",
|
||||
"intricate details",
|
||||
"hyperdetailed",
|
||||
"highres",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"8k resolution",
|
||||
"highly detailed",
|
||||
"detailed texture",
|
||||
"ultra-detailed"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "highres, absurdres, realistic, absurdly_detailed_composition",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/AddMicroDetails_NoobAI_v3.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "AddMicroDetails_NoobAI_v3"
|
||||
"lora_weight": 0.5,
|
||||
"lora_weight_min": 0.3,
|
||||
"lora_weight_max": 0.7,
|
||||
"lora_triggers": "addmicrodetails"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "age_v2",
|
||||
"detailer_name": "Age V2 (-5)",
|
||||
"prompt": "detailed skin, skin texture, pores, realistic, age adjustment, mature, wrinkles, crow's feet, complexion, high quality, masterpiece",
|
||||
"detailer_name": "Age V2",
|
||||
"prompt": "highres, absurdres, anime_coloring",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Age-V2.safetensors",
|
||||
"lora_weight": -5.0,
|
||||
"lora_weight": 0.0,
|
||||
"lora_weight_min": -5.0,
|
||||
"lora_weight_max": 5.0,
|
||||
"lora_triggers": "Age-V2"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "ahxl_v1",
|
||||
"detailer_name": "Ahxl V1",
|
||||
"prompt": [
|
||||
"ahago (artist)",
|
||||
"distinctive style",
|
||||
"anime coloring",
|
||||
"heart-shaped pupils",
|
||||
"heavy blush",
|
||||
"open mouth",
|
||||
"tongue",
|
||||
"saliva",
|
||||
"messy hair",
|
||||
"intense expression",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"2d",
|
||||
"illustration"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "adam_hughes, western_comics_(style), pinup_(style), marker_(medium), retro_artstyle, traditional_media",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/ahxl_v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "ahxl_v1"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "adam_hughes"
|
||||
}
|
||||
}
|
||||
@@ -1,21 +1,12 @@
|
||||
{
|
||||
"detailer_id": "aidmahyperrealism_flux_v0_3",
|
||||
"detailer_name": "Aidmahyperrealism Flux V0 3",
|
||||
"prompt": [
|
||||
"hyperrealism",
|
||||
"photorealistic",
|
||||
"8k",
|
||||
"raw photo",
|
||||
"intricate details",
|
||||
"realistic skin texture",
|
||||
"sharp focus",
|
||||
"highres",
|
||||
"best quality"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "photorealistic, realistic, photo_(medium), highres, absurdly_detailed_composition, colorful, depth_of_field",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/aidmaHyperrealism-FLUX-v0.3.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "aidmaHyperrealism-FLUX-v0.3"
|
||||
"lora_weight": 0.85,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "aidmaHyperrealism"
|
||||
}
|
||||
}
|
||||
@@ -1,25 +1,12 @@
|
||||
{
|
||||
"detailer_id": "aidmahyperrealism_il",
|
||||
"detailer_name": "Aidmahyperrealism Il",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"hyperrealistic",
|
||||
"photorealistic",
|
||||
"8k",
|
||||
"highres",
|
||||
"highly detailed",
|
||||
"raw photo",
|
||||
"realistic lighting",
|
||||
"sharp focus",
|
||||
"intricate texture",
|
||||
"dslr",
|
||||
"volumetric lighting"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "realistic, photorealistic, highres, absurdres, colorful, depth_of_field",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/aidmahyperrealism_IL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "aidmahyperrealism_IL"
|
||||
"lora_weight": 0.85,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "aidmaHyperrealism"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "at12000003000_4rim",
|
||||
"detailer_name": "At12000003000 4Rim",
|
||||
"prompt": [
|
||||
"rim lighting",
|
||||
"backlighting",
|
||||
"strong edge glow",
|
||||
"cinematic lighting",
|
||||
"dramatic contrast",
|
||||
"silhouette",
|
||||
"volumetric lighting",
|
||||
"dark background",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"ultra-detailed"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "excessive_cum, cum_on_body",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/at12000003000.4RIM.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "at12000003000.4RIM"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "excessive_cum"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "better_detailed_pussy_and_anus_v3_0_1686173",
|
||||
"detailer_name": "Better Detailed Pussy And Anus V3 0 1686173",
|
||||
"prompt": [
|
||||
"nsfw",
|
||||
"pussy",
|
||||
"anus",
|
||||
"perineum",
|
||||
"genitals",
|
||||
"uncensored",
|
||||
"detailed pussy",
|
||||
"detailed anus",
|
||||
"vaginal",
|
||||
"anal",
|
||||
"anatomical realism"
|
||||
],
|
||||
"focus": { "body": "lower body", "detailer": "" },
|
||||
"prompt": "uncensored, pussy, anus, clitoris, clitoral_hood, erect_clitoris, plump, shiny_skin, close-up",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Better_detailed_pussy_and_anus_v3.0_1686173.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Better_detailed_pussy_and_anus_v3.0_1686173"
|
||||
"lora_weight": 0.6,
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "pussy, anus, clitoris, clitoral_hood, erect_clitoris, plump"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "chamillustriousbackgroundenhancer",
|
||||
"detailer_name": "Chamillustriousbackgroundenhancer",
|
||||
"prompt": [
|
||||
"scenery",
|
||||
"detailed background",
|
||||
"intricate details",
|
||||
"atmospheric lighting",
|
||||
"depth of field",
|
||||
"vibrant colors",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"lush environment",
|
||||
"cinematic composition",
|
||||
"highres",
|
||||
"volumetric lighting"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "scenery, absurdres, highres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/ChamIllustriousBackgroundEnhancer.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.2,
|
||||
"lora_triggers": "ChamIllustriousBackgroundEnhancer"
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,8 @@
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Cum-Chalice-IL.V1.0-000014.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Cum-Chalice-IL.V1.0-000014"
|
||||
"lora_triggers": "Cum-Chalice-IL.V1.0-000014",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,21 +1,16 @@
|
||||
{
|
||||
"detailer_id": "cum_covered_face",
|
||||
"detailer_name": "Cum Covered Face",
|
||||
"prompt": [
|
||||
"cum",
|
||||
"cum_on_face",
|
||||
"facial",
|
||||
"messy_face",
|
||||
"white_liquid",
|
||||
"bukkake",
|
||||
"sticky",
|
||||
"after_sex",
|
||||
"bodily_fluids"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "cum, cum_on_face, facial, messy_face, white_liquid, bukkake, sticky, after_sex, bodily_fluids",
|
||||
"focus": {
|
||||
"body": "head",
|
||||
"detailer": "face"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/cum_covered_face.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "cum_covered_face"
|
||||
"lora_triggers": "cum_covered_face",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,21 +1,12 @@
|
||||
{
|
||||
"detailer_id": "cum_ill",
|
||||
"detailer_name": "Cum Ill",
|
||||
"prompt": [
|
||||
"cum",
|
||||
"cum_on_body",
|
||||
"white_liquid",
|
||||
"sticky",
|
||||
"cum_drip",
|
||||
"messy",
|
||||
"intense_ejaculation",
|
||||
"thick_fluid",
|
||||
"detailed_liquid"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "facial, cum_on_body, bukkake, excessive_cum, cum_on_hair, cum_in_eye, cum, after_sex",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/cum_ill.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight": 0.9,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "cum_ill"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "cum_on_eyes_and_nose",
|
||||
"detailer_name": "Cum On Eyes And Nose",
|
||||
"prompt": "cum, cum_on_face, cum_on_nose, cum_on_eyes, mess, messy_face, white_liquid, sticky, viscous_liquid, heavy_cum",
|
||||
"prompt": "facial, cum_in_eye, excessive_cum, bukkake",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/cum_on_eyes_and_nose.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "cum_on_eyes_and_nose"
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.9,
|
||||
"lora_triggers": "cum_on_eyes_and_nose, facial"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "cute_girl_illustrious_v1_0",
|
||||
"detailer_name": "Cute Girl Illustrious V1 0",
|
||||
"prompt": [
|
||||
"1girl",
|
||||
"cute",
|
||||
"solo",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highly detailed",
|
||||
"beautiful face",
|
||||
"beautiful detailed eyes",
|
||||
"blush",
|
||||
"smile",
|
||||
"soft lighting",
|
||||
"anime coloring",
|
||||
"vibrant",
|
||||
"aesthetic"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "1girl, solo, school_uniform, blush, smile, wavy_hair, blonde_hair, short_hair, ponytail, blue_eyes, purple_eyes, shiny_eyes, tareme, medium_breasts, eyelashes, highres, absurdres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/cute girl_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "cute girl_illustrious_V1.0"
|
||||
"lora_weight": 0.7,
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "cute girl"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "cuteness_enhancer",
|
||||
"detailer_name": "Cuteness Enhancer",
|
||||
"prompt": [
|
||||
"cute",
|
||||
"adorable",
|
||||
"kawaii",
|
||||
"blush",
|
||||
"smile",
|
||||
"happy",
|
||||
"big eyes",
|
||||
"sparkling pupils",
|
||||
"rosy cheeks",
|
||||
"soft appearance",
|
||||
"expressive",
|
||||
"moe",
|
||||
"high quality",
|
||||
"masterpiece"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "highres, absurdres, colorful, sparkle, blush, smile",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/cuteness-enhancer.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "cuteness-enhancer"
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "deluu"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "cutepussy_000006",
|
||||
"detailer_name": "Cutepussy 000006",
|
||||
"prompt": [
|
||||
"nsfw",
|
||||
"pussy",
|
||||
"uncensored",
|
||||
"anatomically correct",
|
||||
"genitals",
|
||||
"vaginal",
|
||||
"detailed pussy",
|
||||
"close-up",
|
||||
"pink",
|
||||
"wet",
|
||||
"masterpiece",
|
||||
"best quality"
|
||||
],
|
||||
"focus": { "body": "lower body", "detailer": "" },
|
||||
"prompt": "pussy, spread_pussy, urethra, close-up, between_legs, uncensored",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/cutepussy-000006.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "cutepussy-000006"
|
||||
"lora_weight": 1.15,
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 1.5,
|
||||
"lora_triggers": "cutepussy"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "dark_eye_detail_illus_1484892",
|
||||
"detailer_name": "Dark Eye Detail Illus 1484892",
|
||||
"prompt": [
|
||||
"detailed eyes",
|
||||
"beautiful eyes",
|
||||
"dark eyes",
|
||||
"mysterious gaze",
|
||||
"intricate iris",
|
||||
"long eyelashes",
|
||||
"illustration",
|
||||
"deep shadows",
|
||||
"expressive eyes",
|
||||
"masterpiece",
|
||||
"best quality"
|
||||
],
|
||||
"focus": { "body": "eyes", "detailer": "eyes" },
|
||||
"prompt": "close-up, looking_at_viewer, eye_focus, long_eyelashes, glaring, highres, absurdres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/dark_eye_detail_illus_1484892.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "dark_eye_detail_illus_1484892"
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.9,
|
||||
"lora_triggers": "eye_focus, dark_eye_focus, matte_eyedetail, stylized_glossy_eyedetail"
|
||||
}
|
||||
}
|
||||
@@ -1,20 +1,12 @@
|
||||
{
|
||||
"detailer_id": "detailed_hand_focus_style_illustriousxl_v1",
|
||||
"detailer_name": "Detailed Hand Focus Style Illustriousxl V1",
|
||||
"prompt": [
|
||||
"detailed hands",
|
||||
"beautiful hands",
|
||||
"fingers",
|
||||
"fingernails",
|
||||
"perfect anatomy",
|
||||
"5 fingers",
|
||||
"hand focus",
|
||||
"intricate details"
|
||||
],
|
||||
"focus": { "body": "hand", "detailer": "hand" },
|
||||
"prompt": "hand_focus, photorealistic, realistic, highres, absurdres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/detailed hand focus style illustriousXL v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "detailed hand focus style illustriousXL v1"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "hand_focus, detailed_edges, detailed_image, perfection_style, cinematic_hand, best_hand"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "detailerilv2_000008",
|
||||
"detailer_name": "Detailerilv2 000008",
|
||||
"prompt": [
|
||||
"highly detailed",
|
||||
"intricate details",
|
||||
"hyperdetailed",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highres",
|
||||
"8k",
|
||||
"detailed background",
|
||||
"detailed face",
|
||||
"texture enhancement",
|
||||
"sharp focus"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "absurdres, highres, absurdly_detailed_composition, official_art",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/DetailerILv2-000008.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "DetailerILv2-000008"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "Jeddtl02"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "drool_dripping",
|
||||
"detailer_name": "Drool Dripping",
|
||||
"prompt": [
|
||||
"drooling",
|
||||
"saliva",
|
||||
"saliva trail",
|
||||
"dripping liquid",
|
||||
"open mouth",
|
||||
"wet",
|
||||
"tongue",
|
||||
"viscous fluid",
|
||||
"heavy drool",
|
||||
"detailed saliva",
|
||||
"masterpiece",
|
||||
"best quality"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "drooling, saliva, open_mouth",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/drool_dripping.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "drool_dripping"
|
||||
"lora_weight": 0.5,
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.6,
|
||||
"lora_triggers": "drool_drippingV1"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "excessivecum",
|
||||
"detailer_name": "Excessivecum",
|
||||
"prompt": [
|
||||
"bukkake",
|
||||
"excessive cum",
|
||||
"huge amount of semen",
|
||||
"covered in cum",
|
||||
"cum on face",
|
||||
"cum on body",
|
||||
"messy",
|
||||
"sticky",
|
||||
"thick fluids",
|
||||
"cum dripping",
|
||||
"hyper detailed liquid",
|
||||
"drenching"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "excessive_cum, bukkake, cum_bubble, cum_on_hair, facial, cum_in_mouth, cum_on_body, cum_in_eye",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/excessivecum.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "excessivecum"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "excessive_cum, bukkake, cum_bubble"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "excessivesaliva",
|
||||
"detailer_name": "Excessivesaliva",
|
||||
"prompt": [
|
||||
"drooling",
|
||||
"excessive saliva",
|
||||
"thick saliva",
|
||||
"saliva trail",
|
||||
"wet mouth",
|
||||
"open mouth",
|
||||
"tongue out",
|
||||
"shiny fluids",
|
||||
"glistening",
|
||||
"liquid detail",
|
||||
"hyper detailed"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "excessive_saliva, saliva, saliva_trail, drooling, saliva_pool, open_mouth, tongue_out",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/excessivesaliva.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "excessivesaliva"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "excessive_saliva, saliva_trail, drooling"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "excumnb",
|
||||
"detailer_name": "Excumnb",
|
||||
"prompt": [
|
||||
"excessive cum",
|
||||
"hyper semen",
|
||||
"thick fluids",
|
||||
"cumdrip",
|
||||
"cum everywhere",
|
||||
"sticky",
|
||||
"liquid detail",
|
||||
"messy",
|
||||
"wet",
|
||||
"shiny",
|
||||
"wet skin",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highres"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "excessive_cum, bukkake, cum_overflow, cum_string, cum_on_body, cum_on_hair, cum_on_breasts, cum_on_clothes, facial, cum_in_mouth, vomiting_cum",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/excumNB.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "excumNB"
|
||||
"lora_weight": 0.75,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "excessive_cum, bukkake"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "execessive_cum_ill",
|
||||
"detailer_name": "Execessive Cum Ill",
|
||||
"prompt": [
|
||||
"excessive cum",
|
||||
"hyper ejaculation",
|
||||
"cum everywhere",
|
||||
"heavy cum",
|
||||
"wet",
|
||||
"messy",
|
||||
"white liquid",
|
||||
"thick cum",
|
||||
"cum dripping",
|
||||
"bodily fluids"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "excessive_cum, bukkake, cumdump, cum_on_body",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/execessive_cum_ill.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "execessive_cum_ill"
|
||||
"lora_weight": 0.7,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "cumdump, bukkake, excessive_cum"
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,8 @@
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/eye_detail_glossy_stylized.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "eye_detail_glossy_stylized"
|
||||
"lora_triggers": "eye_detail_glossy_stylized",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "eye_detail_glossy_stylized",
|
||||
"detailer_name": "Eye Detail Glossy Stylized",
|
||||
"prompt": "detailed eyes, beautiful eyes, glossy eyes, sparkling eyes, stylized eyes, intricate iris, reflections, wet eyes, expressive, eyelashes, high quality, masterpiece",
|
||||
"prompt": "eye_focus, sparkling_eyes, close-up, highres, absurdres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/eye_detail_glossy_stylized.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "eye_detail_glossy_stylized"
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "eye_focus, stylized_glossy_eyedetail"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "eye_detail_matte",
|
||||
"detailer_name": "Eye Detail Matte",
|
||||
"prompt": [
|
||||
"highly detailed eyes",
|
||||
"beautiful eyes",
|
||||
"matte finish",
|
||||
"soft shading",
|
||||
"intricate iris",
|
||||
"expressive eyes",
|
||||
"perfect eyes",
|
||||
"flat color",
|
||||
"non-glossy",
|
||||
"2d style"
|
||||
],
|
||||
"focus": { "body": "eyes", "detailer": "eyes" },
|
||||
"prompt": "eye_focus, close-up",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/eye_detail_matte.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "eye_detail_matte"
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "matte_eyedetail, eye_focus"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "eye_focus_illus",
|
||||
"detailer_name": "Eye Focus Illus",
|
||||
"prompt": [
|
||||
"detailed eyes",
|
||||
"beautiful eyes",
|
||||
"expressive eyes",
|
||||
"intricate iris",
|
||||
"sparkling eyes",
|
||||
"sharp focus",
|
||||
"illustration",
|
||||
"anime style",
|
||||
"long eyelashes",
|
||||
"perfect anatomy",
|
||||
"high quality",
|
||||
"vibrant colors"
|
||||
],
|
||||
"focus": { "body": "eyes", "detailer": "eyes" },
|
||||
"prompt": "eye_focus, close-up, highres, absurdres, shiny_eyes, long_eyelashes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/eye_focus_illus.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "eye_focus_illus"
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.9,
|
||||
"lora_triggers": "eye_focus, dark_eye_focus"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "faceglitch_il",
|
||||
"detailer_name": "Faceglitch Il",
|
||||
"prompt": [
|
||||
"glitch",
|
||||
"glitch art",
|
||||
"datamoshing",
|
||||
"pixel sorting",
|
||||
"chromatic aberration",
|
||||
"vhs artifacts",
|
||||
"distorted face",
|
||||
"digital noise",
|
||||
"signal error",
|
||||
"corrupted image",
|
||||
"cyberpunk",
|
||||
"scanlines",
|
||||
"interference",
|
||||
"broken data"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "glitch, faceless",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/faceglitch_IL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "faceglitch_IL"
|
||||
"lora_weight": 1.1,
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.2,
|
||||
"lora_triggers": "faceless, glitch"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "fucked_sensless_000014",
|
||||
"detailer_name": "Fucked Sensless 000014",
|
||||
"prompt": [
|
||||
"ahegao",
|
||||
"rolling_eyes",
|
||||
"open_mouth",
|
||||
"tongue_out",
|
||||
"saliva",
|
||||
"drooling",
|
||||
"heavy_breathing",
|
||||
"blush",
|
||||
"sweat",
|
||||
"eyes_rolled_back",
|
||||
"orgasm",
|
||||
"intense_pleasure",
|
||||
"messy_hair",
|
||||
"glazed_eyes"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "fucked_silly, rough_sex, rolling_eyes, open_mouth, dazed, saliva, heavy_breathing, sweat, blush, messy_hair, ahegao",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Fucked_Sensless-000014.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Fucked_Sensless-000014"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.2,
|
||||
"lora_triggers": "fucked_silly, rough_sex"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "girl_multiplier1_1_alpha16_0_rank32_full_1180steps",
|
||||
"detailer_name": "Girl Multiplier1 1 Alpha16 0 Rank32 Full 1180Steps",
|
||||
"prompt": [
|
||||
"1girl",
|
||||
"solo",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"ultra detailed",
|
||||
"beautiful detailed face",
|
||||
"intricate eyes",
|
||||
"perfect anatomy",
|
||||
"soft skin",
|
||||
"cute",
|
||||
"feminine",
|
||||
"8k resolution"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "multiple_girls",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/girl_multiplier1.1_alpha16.0_rank32_full_1180steps.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "girl_multiplier1.1_alpha16.0_rank32_full_1180steps"
|
||||
"lora_weight": 2.0,
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 4.0,
|
||||
"lora_triggers": "multiple_girls"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "gothgraphiceyelinerill",
|
||||
"detailer_name": "Gothgraphiceyelinerill",
|
||||
"prompt": [
|
||||
"graphic eyeliner",
|
||||
"goth makeup",
|
||||
"heavy black eyeliner",
|
||||
"winged eyeliner",
|
||||
"geometric eye makeup",
|
||||
"sharp lines",
|
||||
"detailed eyes",
|
||||
"intense gaze",
|
||||
"intricate makeup",
|
||||
"masterpiece",
|
||||
"best quality"
|
||||
],
|
||||
"focus": { "body": "eyes", "detailer": "eyes" },
|
||||
"prompt": "eyeliner, black_eyeliner, eyeshadow, makeup, pale_skin",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/GothGraphicEyelinerILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "GothGraphicEyelinerILL"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "goth graphic eyeliner"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "gothiceyelinerill",
|
||||
"detailer_name": "Gothiceyelinerill",
|
||||
"prompt": [
|
||||
"gothic makeup",
|
||||
"thick eyeliner",
|
||||
"black eyeliner",
|
||||
"heavy eyeliner",
|
||||
"smoky eyes",
|
||||
"eyeshadow",
|
||||
"detailed eyes",
|
||||
"mascara",
|
||||
"long eyelashes",
|
||||
"dramatic makeup"
|
||||
],
|
||||
"focus": { "body": "eyes", "detailer": "eyes"},
|
||||
"prompt": "eyeliner, black_lips, makeup, eyeshadow",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/gothiceyelinerILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "gothiceyelinerILL"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "gothic makeup, eyeliner, black lips"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "huge_cum_ill",
|
||||
"detailer_name": "Huge Cum Ill",
|
||||
"prompt": [
|
||||
"excessive cum",
|
||||
"hyper cum",
|
||||
"huge cum load",
|
||||
"bukkake",
|
||||
"thick white liquid",
|
||||
"cum splatter",
|
||||
"messy",
|
||||
"cum everywhere",
|
||||
"cum on body",
|
||||
"sticky fluids",
|
||||
"cum dripping"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "excessive_cum, cum_pool, bukkake, facial, cum_on_body, cumdrip, cum",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/huge_cum_ill.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "huge_cum_ill"
|
||||
"lora_weight": 0.75,
|
||||
"lora_weight_min": 0.5,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "huge_cum"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,16 @@
|
||||
{
|
||||
"detailer_id": "hugebukkake_anime_il_v1",
|
||||
"detailer_name": "Hugebukkake Anime Il V1",
|
||||
"prompt": [
|
||||
"bukkake",
|
||||
"cum",
|
||||
"cum on face",
|
||||
"cum on body",
|
||||
"excessive cum",
|
||||
"thick cum",
|
||||
"sticky",
|
||||
"messy",
|
||||
"white liquid",
|
||||
"facial",
|
||||
"cum drip",
|
||||
"anime style"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "bukkake, cum, cum on face, cum on body, excessive cum, thick cum, sticky, messy, white liquid, facial, cum drip, anime style",
|
||||
"focus": {
|
||||
"body": "head",
|
||||
"detailer": "face"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/HugeBukkake_Anime_IL_V1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "HugeBukkake_Anime_IL_V1"
|
||||
"lora_triggers": "HugeBukkake_Anime_IL_V1",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "hugebukkake_real_il_v2",
|
||||
"detailer_name": "Hugebukkake Real Il V2",
|
||||
"prompt": [
|
||||
"bukkake",
|
||||
"excessive cum",
|
||||
"thick cum",
|
||||
"cum on face",
|
||||
"cum on body",
|
||||
"hyper-realistic fluids",
|
||||
"messy",
|
||||
"dripping",
|
||||
"shiny skin",
|
||||
"viscous fluid",
|
||||
"white liquid",
|
||||
"high quality texture"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "bukkake, facial, excessive_cum, cum, cum_on_hair, cum_in_mouth, open_mouth, cum_on_tongue, realistic, photorealistic",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/HugeBukkake_Real_IL_V2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "HugeBukkake_Real_IL_V2"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "huge_bukkake, excessive bukkake, excessive cum, huge facial"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "hypnsois_il_000014",
|
||||
"detailer_name": "Hypnsois Il 000014",
|
||||
"prompt": [
|
||||
"hypnosis",
|
||||
"hypnotic eyes",
|
||||
"spiral eyes",
|
||||
"ringed eyes",
|
||||
"swirling pattern",
|
||||
"dazed",
|
||||
"trance",
|
||||
"mesmerizing",
|
||||
"mind control",
|
||||
"empty eyes",
|
||||
"glowing eyes",
|
||||
"concentric circles"
|
||||
],
|
||||
"focus": { "body": "eyes", "detailer": "eyes" },
|
||||
"prompt": "hypnosis, mind_control, dazed, blank_stare, empty_eyes, ringed_eyes, @_@, pendulum, spiral_background, unaware",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Hypnsois_IL-000014.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Hypnsois_IL-000014"
|
||||
"lora_weight": 0.6,
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "hypnosis, @_@, empty_eyes"
|
||||
}
|
||||
}
|
||||
@@ -1,20 +1,12 @@
|
||||
{
|
||||
"detailer_id": "il20_np31i",
|
||||
"detailer_name": "Il20 Np31I",
|
||||
"prompt": [
|
||||
"inverted nipples",
|
||||
"indented nipples",
|
||||
"anatomical realism",
|
||||
"detailed skin",
|
||||
"chest",
|
||||
"breasts",
|
||||
"high quality",
|
||||
"masterpiece"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "nipples, puffy_nipples, shiny_skin",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/IL20_NP31i.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "IL20_NP31i"
|
||||
"lora_weight": 0.6,
|
||||
"lora_weight_min": 0.5,
|
||||
"lora_weight_max": 0.7,
|
||||
"lora_triggers": "nipples"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "illuminated_by_screen_il",
|
||||
"detailer_name": "Illuminated By Screen Il",
|
||||
"prompt": [
|
||||
"illuminated by screen",
|
||||
"screen glow",
|
||||
"face illuminated",
|
||||
"blue light",
|
||||
"dark room",
|
||||
"reflection in eyes",
|
||||
"dramatic lighting",
|
||||
"cinematic atmosphere",
|
||||
"looking at phone",
|
||||
"detailed face",
|
||||
"masterpiece",
|
||||
"best quality"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "screen_light, laptop, monitor, sitting, dark, indoors, shadow, dark_room",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Illuminated_by_Screen-IL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Illuminated_by_Screen-IL"
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "Scr33nLum"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "illustrious_masterpieces_v3",
|
||||
"detailer_name": "Illustrious Masterpieces V3",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"absurdres",
|
||||
"highres",
|
||||
"extremely detailed",
|
||||
"aesthetic",
|
||||
"very aesthetic",
|
||||
"production art",
|
||||
"official art",
|
||||
"vibrant colors",
|
||||
"sharp focus",
|
||||
"8k wallpaper"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "absurdres, highres, official_art",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/illustrious_masterpieces_v3.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "illustrious_masterpieces_v3"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "masterpiece, best_quality, very_aesthetic"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "illustrious_quality_modifiers_masterpieces_v1",
|
||||
"detailer_name": "Illustrious Quality Modifiers Masterpieces V1",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"absurdres",
|
||||
"highres",
|
||||
"highly detailed",
|
||||
"intricate details",
|
||||
"vivid colors",
|
||||
"sharp focus",
|
||||
"aesthetic",
|
||||
"very pleasing",
|
||||
"illustration"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "absurdres, highres",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/illustrious_quality_modifiers_masterpieces_v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "illustrious_quality_modifiers_masterpieces_v1"
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "masterpiece, best_quality, very_aesthetic"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "illustriousxl_stabilizer_v1_93",
|
||||
"detailer_name": "Illustriousxl Stabilizer V1 93",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"very aesthetic",
|
||||
"absurdres",
|
||||
"highres",
|
||||
"sharp focus",
|
||||
"vibrant colors",
|
||||
"detailed background",
|
||||
"clean lines",
|
||||
"stable anatomy"
|
||||
],
|
||||
"focus": { "body": "", "detailer": ""
|
||||
},
|
||||
"prompt": "highres, absurdres, absurdly_detailed_composition, official_art",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/illustriousXL_stabilizer_v1.93.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "illustriousXL_stabilizer_v1.93"
|
||||
}
|
||||
}
|
||||
@@ -1,21 +1,16 @@
|
||||
{
|
||||
"detailer_id": "illustriousxlv01_stabilizer_v1_165c",
|
||||
"detailer_name": "Illustriousxlv01 Stabilizer V1 165C",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"very aesthetic",
|
||||
"absurdres",
|
||||
"highres",
|
||||
"perfect anatomy",
|
||||
"clean lines",
|
||||
"sharp focus",
|
||||
"detailed"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "masterpiece, best quality, very aesthetic, absurdres, highres, perfect anatomy, clean lines, sharp focus, detailed",
|
||||
"focus": {
|
||||
"body": "",
|
||||
"detailer": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/illustriousXLv01_stabilizer_v1.165c.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "illustriousXLv01_stabilizer_v1.165c"
|
||||
"lora_triggers": "illustriousXLv01_stabilizer_v1.165c",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "illustriousxlv01_stabilizer_v1_185c",
|
||||
"detailer_name": "Illustriousxlv01 Stabilizer V1 185C",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"very aesthetic",
|
||||
"absurdres",
|
||||
"highres",
|
||||
"detailed",
|
||||
"sharp focus",
|
||||
"vibrant colors",
|
||||
"consistent anatomy",
|
||||
"polished",
|
||||
"cleaned lines",
|
||||
"stable composition"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "highres, absurdres, official_art, concept_art, colorful",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/illustriousXLv01_stabilizer_v1.185c.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "illustriousXLv01_stabilizer_v1.185c"
|
||||
}
|
||||
}
|
||||
@@ -1,32 +1,12 @@
|
||||
{
|
||||
"detailer_id": "lazypos",
|
||||
"detailer_name": "Lazypos",
|
||||
"prompt": [
|
||||
"lazy",
|
||||
"relaxing",
|
||||
"lying down",
|
||||
"lounging",
|
||||
"sleeping",
|
||||
"bed",
|
||||
"couch",
|
||||
"sprawling",
|
||||
"stretching",
|
||||
"messy hair",
|
||||
"loose clothes",
|
||||
"comfort",
|
||||
"dozing off",
|
||||
"closed eyes",
|
||||
"yawning",
|
||||
"pillow",
|
||||
"blanket",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highly detailed"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "highres, absurdres, official_art",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/lazypos.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "lazypos"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "lip_bite_illust",
|
||||
"detailer_name": "Lip Bite Illust",
|
||||
"prompt": [
|
||||
"biting_lip",
|
||||
"lower_lip_bite",
|
||||
"teeth",
|
||||
"blush",
|
||||
"nervous",
|
||||
"embarrassed",
|
||||
"seductive",
|
||||
"looking_at_viewer",
|
||||
"detailed mouth",
|
||||
"detailed face",
|
||||
"illustration"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "biting_own_lip, blush, half-closed_eyes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/lip-bite-illust.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "lip-bite-illust"
|
||||
"lora_weight": 0.9,
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "biting_own_lip"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "makeup_slider___illustrious_alpha1_0_rank4_noxattn_last",
|
||||
"detailer_name": "Makeup Slider Illustrious Alpha1 0 Rank4 Noxattn Last",
|
||||
"prompt": [
|
||||
"makeup",
|
||||
"lipstick",
|
||||
"eyeshadow",
|
||||
"eyeliner",
|
||||
"blush",
|
||||
"eyelashes",
|
||||
"cosmetic",
|
||||
"detailed face",
|
||||
"beautiful face",
|
||||
"glossy lips"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "makeup",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Makeup slider - Illustrious_alpha1.0_rank4_noxattn_last.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Makeup slider - Illustrious_alpha1.0_rank4_noxattn_last"
|
||||
"lora_weight_min": 0.0,
|
||||
"lora_weight_max": 2.0,
|
||||
"lora_triggers": "makeup"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "metallicmakeupill",
|
||||
"detailer_name": "Metallicmakeupill",
|
||||
"prompt": [
|
||||
"metallic makeup",
|
||||
"shiny skin",
|
||||
"glitter",
|
||||
"shimmering eyeshadow",
|
||||
"golden eyeliner",
|
||||
"silver lipstick",
|
||||
"bronze highlights",
|
||||
"chrome finish",
|
||||
"iridescent",
|
||||
"wet look",
|
||||
"glamour",
|
||||
"futuristic",
|
||||
"highly detailed face",
|
||||
"close-up"
|
||||
],
|
||||
"focus": { "body": "head", "detailer": "face" },
|
||||
"prompt": "makeup, eyeshadow, lipstick, lipgloss, shiny_skin, glitter_makeup, sparkle",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/MetallicMakeupILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "MetallicMakeupILL"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "metallic makeup"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "nudify_xl_lite",
|
||||
"detailer_name": "Nudify Xl Lite",
|
||||
"prompt": [
|
||||
"nude",
|
||||
"naked",
|
||||
"uncensored",
|
||||
"nipples",
|
||||
"pussy",
|
||||
"breasts",
|
||||
"navel",
|
||||
"areola",
|
||||
"anatomical details",
|
||||
"nsfw"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "nude, nipples, breasts, uncensored, topless_female",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/nudify_xl_lite.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "nudify_xl_lite"
|
||||
"lora_weight": 0.5,
|
||||
"lora_weight_min": 0.1,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "nude, topless_female, small_breasts, large_breasts"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "penis_size_slider___illustrious___v5_alpha1_0_rank4_noxattn_last",
|
||||
"detailer_name": "Penis Size Slider Illustrious V5 Alpha1 0 Rank4 Noxattn Last",
|
||||
"prompt": "penis, large penis, detailed genitals, erection, glans, veins, masterpiece, best quality",
|
||||
"prompt": "penis, large_penis, veiny_penis, penis_awe",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Penis Size Slider - Illustrious - V5_alpha1.0_rank4_noxattn_last.safetensors",
|
||||
"lora_weight": -5.0,
|
||||
"lora_triggers": "Penis Size Slider - Illustrious - V5_alpha1.0_rank4_noxattn_last"
|
||||
"lora_weight": -2.0,
|
||||
"lora_weight_min": -4.0,
|
||||
"lora_weight_max": 2.0,
|
||||
"lora_triggers": "penis"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "penisslider",
|
||||
"detailer_name": "Penisslider",
|
||||
"prompt": "penis, erection, testicles, glans, detailed, veins, large penis, huge penis, anatomically correct",
|
||||
"prompt": "penis, erection",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/PenisSlider.safetensors",
|
||||
"lora_weight": -5.0,
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": -3.0,
|
||||
"lora_weight_max": 3.0,
|
||||
"lora_triggers": "PenisSlider"
|
||||
}
|
||||
}
|
||||
@@ -1,21 +1,12 @@
|
||||
{
|
||||
"detailer_id": "privet_part_v2",
|
||||
"detailer_name": "Privet Part V2",
|
||||
"prompt": [
|
||||
"nsfw",
|
||||
"uncensored",
|
||||
"genitals",
|
||||
"pussy",
|
||||
"penis",
|
||||
"nude",
|
||||
"detailed anatomy",
|
||||
"anatomically correct",
|
||||
"genital focus"
|
||||
],
|
||||
"focus": { "body": "lower body", "detailer": "" },
|
||||
"prompt": "uncensored, pussy, anus, clitoris, clitoral_hood, erect_clitoris, detailed_background",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/privet-part-v2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "privet-part-v2"
|
||||
"lora_weight": 0.6,
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "pussy, anus, cameltoe, clitoris, clitoral_hood, erect_clitoris"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "pussy_juice_illustrious_v1_0",
|
||||
"detailer_name": "Pussy Juice Illustrious V1 0",
|
||||
"prompt": [
|
||||
"pussy_juice",
|
||||
"vaginal_fluids",
|
||||
"excessive_body_fluids",
|
||||
"dripping",
|
||||
"wet",
|
||||
"shiny_fluids",
|
||||
"liquid_detail",
|
||||
"hyperdetailed fluids",
|
||||
"viscous liquid",
|
||||
"trails_of_fluid"
|
||||
],
|
||||
"focus": { "body": "lower body", "detailer": "" },
|
||||
"prompt": "pussy_juice, dripping, spread_pussy, shiny, wet, ultra_detailed",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/pussy juice_illustrious_V1.0.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "pussy juice_illustrious_V1.0"
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "pussy_juice, spread_pussy"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,12 @@
|
||||
{
|
||||
"detailer_id": "realcumv5_final",
|
||||
"detailer_name": "Realcumv5 Final",
|
||||
"prompt": [
|
||||
"cum",
|
||||
"semen",
|
||||
"realistic",
|
||||
"liquid",
|
||||
"wet",
|
||||
"shiny",
|
||||
"viscous",
|
||||
"thick",
|
||||
"messy",
|
||||
"body fluids",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"ultra detailed",
|
||||
"(photorealistic:1.4)"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "realistic, photorealistic, cum, wet, liquid",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/realcumv5_final.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "realcumv5_final"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "cum_on_face, cum_in_mouth, cum_covered"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "realistic_cum_v1",
|
||||
"detailer_name": "Realistic Cum V1",
|
||||
"prompt": "cum, semen, realistic, viscous, hyperdetailed, glossy, white liquid, sticky, dripping, wet, masterpiece, best quality",
|
||||
"prompt": "realistic, cum, excessive_cum, cum_on_body, cum_on_breasts, cum_pool, cum_on_tongue",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/realistic_cum_v1.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "realistic_cum_v1"
|
||||
"lora_weight": 0.65,
|
||||
"lora_weight_min": 0.5,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "cum"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,12 @@
|
||||
{
|
||||
"detailer_id": "robots_lora_000010",
|
||||
"detailer_name": "Robots Lora 000010",
|
||||
"prompt": [
|
||||
"no_humans",
|
||||
"robot",
|
||||
"mecha",
|
||||
"android",
|
||||
"cyborg",
|
||||
"mechanical parts",
|
||||
"armor",
|
||||
"metallic",
|
||||
"glowing eyes",
|
||||
"science fiction",
|
||||
"intricate details",
|
||||
"machinery",
|
||||
"futuristic",
|
||||
"joint (anatomy)",
|
||||
"steel"
|
||||
],
|
||||
"focus": { "body": "", "detailer": ""
|
||||
},
|
||||
"prompt": "robomachine, robot, humanoid_robot, mecha, robot_joints, mechabare, machine, no_mouth, monitor, screen, missing_eye",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Robots_Lora-000010.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Robots_Lora-000010"
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 1.2,
|
||||
"lora_triggers": "robomachine"
|
||||
}
|
||||
}
|
||||
@@ -1,20 +1,12 @@
|
||||
{
|
||||
"detailer_id": "romanticredeyeshadowill",
|
||||
"detailer_name": "Romanticredeyeshadowill",
|
||||
"prompt": [
|
||||
"red eyeshadow",
|
||||
"eye makeup",
|
||||
"romantic atmosphere",
|
||||
"soft lighting",
|
||||
"detailed eyes",
|
||||
"cosmetics",
|
||||
"feminine",
|
||||
"beautiful eyes"
|
||||
],
|
||||
"focus": { "body": "eyes", "detailer": "eyes" },
|
||||
"prompt": "makeup, red_eyeshadow, lipstick",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/romanticredeyeshadowILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "romanticredeyeshadowILL"
|
||||
"lora_weight": 0.7,
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "rr makeup"
|
||||
}
|
||||
}
|
||||
@@ -1,25 +1,12 @@
|
||||
{
|
||||
"detailer_id": "s1_dramatic_lighting_illustrious_v2",
|
||||
"detailer_name": "S1 Dramatic Lighting Illustrious V2",
|
||||
"prompt": [
|
||||
"dramatic lighting",
|
||||
"cinematic lighting",
|
||||
"chiaroscuro",
|
||||
"volumetric lighting",
|
||||
"strong contrast",
|
||||
"raytracing",
|
||||
"deep shadows",
|
||||
"dynamic lighting",
|
||||
"glowing light",
|
||||
"atmospheric lighting",
|
||||
"detailed light shafts",
|
||||
"masterpiece",
|
||||
"best quality"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "chiaroscuro, backlighting, light_particles, depth_of_field, shadow",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/S1 Dramatic Lighting Illustrious_V2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "S1 Dramatic Lighting Illustrious_V2"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "s1_dram"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,12 @@
|
||||
{
|
||||
"detailer_id": "sexy_details_3",
|
||||
"detailer_name": "Sexy Details 3",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"ultra detailed",
|
||||
"intricate details",
|
||||
"realistic skin texture",
|
||||
"shiny skin",
|
||||
"sweat",
|
||||
"blush",
|
||||
"detailed eyes",
|
||||
"perfect anatomy",
|
||||
"voluptuous",
|
||||
"detailed clothing",
|
||||
"tight clothes",
|
||||
"cinematic lighting",
|
||||
"8k",
|
||||
"hdr"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "highres, absurdres, aroused, shiny_skin, skindentation, makeup",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/sexy_details_3.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "sexy_details_3"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.1,
|
||||
"lora_triggers": "sexydet"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "skindentationil3_4_alpha16_0_rank32_full_400steps",
|
||||
"detailer_name": "Skindentationil3 4 Alpha16 0 Rank32 Full 400Steps",
|
||||
"prompt": "skindentation, thigh squish, clothes digging into skin, skin tight, bulging flesh, soft skin, realistic anatomy, tight thighhighs, squeezing",
|
||||
"prompt": "skindentation, tight_clothes, undersized_clothes, stomach_bulge",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/SkindentationIL3.4_alpha16.0_rank32_full_400steps.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight": 1.5,
|
||||
"lora_weight_min": 0.5,
|
||||
"lora_weight_max": 2.5,
|
||||
"lora_triggers": "SkindentationIL3.4_alpha16.0_rank32_full_400steps"
|
||||
}
|
||||
}
|
||||
@@ -1,20 +1,12 @@
|
||||
{
|
||||
"detailer_id": "sl1m3__1_",
|
||||
"detailer_name": "Sl1M3 1 ",
|
||||
"prompt": [
|
||||
"slime",
|
||||
"liquid",
|
||||
"viscous",
|
||||
"translucent",
|
||||
"shiny",
|
||||
"melting",
|
||||
"goo",
|
||||
"dripping"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "slime_(substance), translucent, liquid, wet, melting, glowing, slimy, shiny_skin",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/sl1m3 (1).safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "sl1m3"
|
||||
"lora_weight": 0.5,
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "sl1m3d, slime-morph, watce"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,12 @@
|
||||
{
|
||||
"detailer_id": "smooth_booster_v4",
|
||||
"detailer_name": "Smooth Booster V4",
|
||||
"prompt": [
|
||||
"best quality",
|
||||
"masterpiece",
|
||||
"highres",
|
||||
"smooth skin",
|
||||
"clean lines",
|
||||
"noise reduction",
|
||||
"soft lighting",
|
||||
"sharp focus",
|
||||
"clear image",
|
||||
"finely detailed",
|
||||
"4k",
|
||||
"polished"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "absurdres, highres, photorealistic, realistic, shadow, chiaroscuro",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Smooth_Booster_v4.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Smooth_Booster_v4"
|
||||
"lora_weight": 0.5,
|
||||
"lora_weight_min": 0.25,
|
||||
"lora_weight_max": 0.8,
|
||||
"lora_triggers": "Smooth_Quality"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "solid_illustrious_v0_1_2st_1439046",
|
||||
"detailer_name": "Solid Illustrious V0 1 2St 1439046",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"very aesthetic",
|
||||
"anime style",
|
||||
"clean lines",
|
||||
"hard edge",
|
||||
"solid color",
|
||||
"vibrant",
|
||||
"sharp focus",
|
||||
"cel shading",
|
||||
"highly detailed"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "ejaculation, excessive_cum, cum",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Solid_Illustrious_V0.1_2st_1439046.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Solid_Illustrious_V0.1_2st_1439046"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "solid cum"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "stickyil02d32",
|
||||
"detailer_name": "Stickyil02D32",
|
||||
"prompt": [
|
||||
"sticky",
|
||||
"viscous",
|
||||
"liquid",
|
||||
"dripping",
|
||||
"shiny",
|
||||
"wet",
|
||||
"goo",
|
||||
"slime",
|
||||
"covering",
|
||||
"messy",
|
||||
"glistening"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "sticky, dripping, melting, liquid, string, water",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/stickyIL02d32.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "stickyIL02d32"
|
||||
"lora_weight": 0.85,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "sticky, sticky string, sticky water, dripping, melt"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"detailer_id": "sts_age_slider_illustrious_v1",
|
||||
"detailer_name": "Sts Age Slider (-5)",
|
||||
"prompt": "young, loli",
|
||||
"detailer_name": "Sts Age Slider Illustrious V1",
|
||||
"prompt": "mature_female, petite, aged_up, aged_down",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/StS_Age_Slider_Illustrious_v1.safetensors",
|
||||
"lora_weight": -5.0,
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": -5.0,
|
||||
"lora_weight_max": 5.0,
|
||||
"lora_triggers": "StS_Age_Slider_Illustrious_v1"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "sts_illustrious_detail_slider_v1_0",
|
||||
"detailer_name": "Sts Illustrious Detail Slider V1 0",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highly detailed",
|
||||
"intricate details",
|
||||
"ultra detailed",
|
||||
"sharp focus",
|
||||
"highres",
|
||||
"8k",
|
||||
"extreme detail",
|
||||
"detailed background"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "highres, absurdres, scenery",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/StS-Illustrious-Detail-Slider-v1.0.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight": 4.0,
|
||||
"lora_weight_min": 3.0,
|
||||
"lora_weight_max": 4.5,
|
||||
"lora_triggers": "StS-Illustrious-Detail-Slider-v1.0"
|
||||
}
|
||||
}
|
||||
@@ -1,21 +1,12 @@
|
||||
{
|
||||
"detailer_id": "thicc_v2_illu_1564907",
|
||||
"detailer_name": "Thicc V2 Illu 1564907",
|
||||
"prompt": [
|
||||
"voluptuous",
|
||||
"curvy",
|
||||
"wide hips",
|
||||
"thick thighs",
|
||||
"plump",
|
||||
"curvy body",
|
||||
"thicc",
|
||||
"female focus",
|
||||
"solo"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "thick_thighs, wide_hips, curvy",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/thicc_v2_illu_1564907.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "thicc_v2_illu_1564907"
|
||||
"lora_weight": 0.8,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.9,
|
||||
"lora_triggers": "thicc"
|
||||
}
|
||||
}
|
||||
@@ -1,19 +1,12 @@
|
||||
{
|
||||
"detailer_id": "thick_cum_v2_000019",
|
||||
"detailer_name": "Thick Cum V2 000019",
|
||||
"prompt": [
|
||||
"thick cum",
|
||||
"shiny fluids",
|
||||
"viscous liquid",
|
||||
"hyper volume",
|
||||
"excessive cum",
|
||||
"white liquid",
|
||||
"messy"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "cum, excessive_cum, cum_on_body, cum_string, ejaculation, splashing, splatter, cum_pool, masterpiece, best_quality",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/Thick_cum_v2-000019.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Thick_cum_v2-000019"
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 1.2,
|
||||
"lora_triggers": "thick cum, cum"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"detailer_id": "trendcraft_the_peoples_style_detailer_v2_4i_5_18_2025_illustrious_1710115",
|
||||
"detailer_name": "Trendcraft The Peoples Style Detailer V2 4I 5 18 2025 Illustrious 1710115",
|
||||
"prompt": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highly detailed",
|
||||
"vibrant colors",
|
||||
"trendy aesthetic",
|
||||
"sharp focus",
|
||||
"intricate details",
|
||||
"professional digital illustration",
|
||||
"dynamic lighting",
|
||||
"polished finish",
|
||||
"trendcraft style"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "absurdres, highres, official_art, colorful, light_particles, depth_of_field, sparkle",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/TrendCraft_The_Peoples_Style_Detailer-v2.4I-5_18_2025-Illustrious_1710115.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "TrendCraft_The_Peoples_Style_Detailer-v2.4I-5_18_2025-Illustrious_1710115"
|
||||
}
|
||||
}
|
||||
@@ -1,21 +1,12 @@
|
||||
{
|
||||
"detailer_id": "truephimosisill",
|
||||
"detailer_name": "Truephimosisill",
|
||||
"prompt": [
|
||||
"penis",
|
||||
"phimosis",
|
||||
"foreskin",
|
||||
"tight_foreskin",
|
||||
"uncircumcised",
|
||||
"covering_glans",
|
||||
"detailed_anatomy",
|
||||
"glans_covered",
|
||||
"realistic"
|
||||
],
|
||||
"focus": { "body": "lower body", "detailer": "" },
|
||||
"prompt": "phimosis, long_foreskin, foreskin, penis, veiny_penis, precum, detailed_penis",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/TruePhimosisILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "TruePhimosisILL"
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 1.2,
|
||||
"lora_triggers": "foreskin, true phimosis"
|
||||
}
|
||||
}
|
||||
@@ -1,21 +1,12 @@
|
||||
{
|
||||
"detailer_id": "unagedown_v20",
|
||||
"detailer_name": "Unagedown V20",
|
||||
"prompt": [
|
||||
"mature female",
|
||||
"adult",
|
||||
"woman",
|
||||
"older",
|
||||
"mature",
|
||||
"25 years old",
|
||||
"detailed face",
|
||||
"sharp features",
|
||||
"fully developed"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "mature_female",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/unagedown_V20.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "unagedown_V20"
|
||||
"lora_weight": 0.85,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "unagedown"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,12 @@
|
||||
{
|
||||
"detailer_id": "v4_glossy_skin",
|
||||
"detailer_name": "V4 Glossy Skin",
|
||||
"prompt": [
|
||||
"glossy skin",
|
||||
"oily skin",
|
||||
"shiny skin",
|
||||
"sweat",
|
||||
"glistening",
|
||||
"wet skin",
|
||||
"realistic skin texture",
|
||||
"subsurface scattering",
|
||||
"high quality",
|
||||
"masterpiece"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "shiny_skin",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/V4_Glossy_Skin.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "V4_Glossy_Skin"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "gl0ssy"
|
||||
}
|
||||
}
|
||||
@@ -1,17 +1,12 @@
|
||||
{
|
||||
"detailer_id": "visible_nipples_il_v1",
|
||||
"detailer_name": "Visible Nipples Il V1",
|
||||
"prompt": [
|
||||
"visible_nipples",
|
||||
"poking_nipples",
|
||||
"nipples",
|
||||
"anatomy",
|
||||
"detailed_body"
|
||||
],
|
||||
"focus": { "body": "upper body", "detailer": "" },
|
||||
"prompt": "nipples_visible_through_clothing, see-through_clothing, wet_clothes",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/visible_nipples_il_v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "visible_nipples_il_v1"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.2,
|
||||
"lora_triggers": "visiblenipples"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,12 @@
|
||||
{
|
||||
"detailer_id": "wan_ultraviolet_v1",
|
||||
"detailer_name": "Wan Ultraviolet V1",
|
||||
"prompt": [
|
||||
"ultraviolet",
|
||||
"blacklight",
|
||||
"uv light",
|
||||
"bioluminescence",
|
||||
"glowing",
|
||||
"neon",
|
||||
"fluorescent colors",
|
||||
"body paint",
|
||||
"dark atmosphere",
|
||||
"purple lighting",
|
||||
"cyan lighting",
|
||||
"glowing eyes",
|
||||
"glowing hair",
|
||||
"high contrast",
|
||||
"cyberpunk",
|
||||
"ethereal"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "ultraviolet_light, bodypaint, paint_splatter, glowing, glowing_skin, black_background, backlighting, neon_lights",
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/wan_ultraviolet_v1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "wan_ultraviolet_v1"
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": "ultraviolet, ultraviolet light"
|
||||
}
|
||||
}
|
||||
@@ -1,24 +1,16 @@
|
||||
{
|
||||
"detailer_id": "zimage_lolizeta",
|
||||
"detailer_name": "Zimage Lolizeta",
|
||||
"prompt": [
|
||||
"1girl",
|
||||
"solo",
|
||||
"petite",
|
||||
"cute",
|
||||
"zimage style",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highly detailed",
|
||||
"vibrant colors",
|
||||
"anime style",
|
||||
"adorable",
|
||||
"soft lighting"
|
||||
],
|
||||
"focus": { "body": "", "detailer": "" },
|
||||
"prompt": "1girl, solo, petite, cute, zimage style, masterpiece, best quality, highly detailed, vibrant colors, anime style, adorable, soft lighting",
|
||||
"focus": {
|
||||
"body": "",
|
||||
"detailer": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Detailers/zimage_lolizeta.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "zimage_lolizeta"
|
||||
"lora_triggers": "zimage_lolizeta",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user