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:
Aodhan Collins
2026-03-03 00:57:27 +00:00
parent 0b8802deb5
commit ae7ba961c1
1194 changed files with 17475 additions and 3268 deletions

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/1233916_shdmn-belle.safetensors",
"lora_weight": 1.0,
"lora_triggers": "1233916_shdmn-belle"
"lora_triggers": "1233916_shdmn-belle",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/3DStyle V5 Lyco NAIEps075 Came Cosine 1224b 0.06 6432conv3216 three tags final.safetensors",
"lora_weight": 1.0,
"lora_triggers": "3DStyle V5 Lyco NAIEps075 Came Cosine 1224b 0.06 6432conv3216 three tags final"
"lora_triggers": "3DStyle V5 Lyco NAIEps075 Came Cosine 1224b 0.06 6432conv3216 three tags final",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/3DVisualArt1llust.safetensors",
"lora_weight": 0.8,
"lora_triggers": "3DVisualArt1llust"
"lora_triggers": "3DVisualArt1llust",
"lora_weight_min": 0.8,
"lora_weight_max": 0.8
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/748cmSDXL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "748cm"
"lora_triggers": "748cm",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/748cmXL_il_lokr_V6311P_1321893.safetensors",
"lora_weight": 0.8,
"lora_triggers": "748cmXL_il_lokr_V6311P_1321893"
"lora_triggers": "748cmXL_il_lokr_V6311P_1321893",
"lora_weight_min": 0.8,
"lora_weight_max": 0.8
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/7b-style.safetensors",
"lora_weight": 1.0,
"lora_triggers": "7b-style"
"lora_triggers": "7b-style",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -6,8 +6,10 @@
"artistic_style": ""
},
"lora": {
"lora_name": "Illustrious/Styles/\u58f1\u73c2.safetensors",
"lora_name": "Illustrious/Styles/壱珂.safetensors",
"lora_weight": 1.0,
"lora_triggers": "\u58f1\u73c2"
"lora_triggers": "壱珂",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -6,8 +6,10 @@
"artistic_style": ""
},
"lora": {
"lora_name": "Illustrious/Styles/\u8881\u85e4\u6c96\u4eba18.safetensors",
"lora_name": "Illustrious/Styles/袁藤沖人18.safetensors",
"lora_weight": 1.0,
"lora_triggers": "\u8881\u85e4\u6c96\u4eba18"
"lora_triggers": "袁藤沖人18",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/[Jukusei Kakuzatou (sugarBt)] Assorted Doujin Style Blend Illustrious.safetensors",
"lora_weight": 1.0,
"lora_triggers": "[Jukusei Kakuzatou (sugarBt)] Assorted Doujin Style Blend Illustrious"
"lora_triggers": "[Jukusei Kakuzatou (sugarBt)] Assorted Doujin Style Blend Illustrious",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/[pastime774] Unique Job Tanetsuke Oji-san o Kakutoku shimashita Manga Style Illustrious.safetensors",
"lora_weight": 1.0,
"lora_triggers": "[pastime774] Unique Job Tanetsuke Oji-san o Kakutoku shimashita Manga Style Illustrious"
"lora_triggers": "[pastime774] Unique Job Tanetsuke Oji-san o Kakutoku shimashita Manga Style Illustrious",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/[Reinaldo Quintero (REIQ)] Artist Style Illustrious.safetensors",
"lora_weight": 1.0,
"lora_triggers": "[Reinaldo Quintero (REIQ)] Artist Style Illustrious"
"lora_triggers": "[Reinaldo Quintero (REIQ)] Artist Style Illustrious",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/[Style] Destijl [Illustrious-XL].safetensors",
"lora_weight": 1.0,
"lora_triggers": "[Style] Destijl [Illustrious-XL]"
"lora_triggers": "[Style] Destijl [Illustrious-XL]",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/[Style] Mosouko [Illustrious-XL].safetensors",
"lora_weight": 1.0,
"lora_triggers": "[Style] Mosouko [Illustrious-XL]"
"lora_triggers": "[Style] Mosouko [Illustrious-XL]",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/[Style] Supeku [Illustrious-XL 2.0].safetensors",
"lora_weight": 1.0,
"lora_triggers": "[Style] Supeku [Illustrious-XL 2.0]"
"lora_triggers": "[Style] Supeku [Illustrious-XL 2.0]",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/afkArenaIllustrious.safetensors",
"lora_weight": 1.0,
"lora_triggers": "afkArenaIllustrious"
"lora_triggers": "afkArenaIllustrious",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -6,8 +6,10 @@
"artistic_style": ""
},
"lora": {
"lora_name": "Illustrious/Styles/AI\u30a4\u30e9\u30b9\u30c8\u304a\u3058\u3055\u3093_style_illustrious_goofy.safetensors",
"lora_name": "Illustrious/Styles/AIイラストおじさん_style_illustrious_goofy.safetensors",
"lora_weight": 1.0,
"lora_triggers": "AI\u30a4\u30e9\u30b9\u30c8\u304a\u3058\u3055\u3093_style_illustrious_goofy"
"lora_triggers": "AIイラストおじさん_style_illustrious_goofy",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/ai_styles_collection_rouwei_vpred-rc3_v5.safetensors",
"lora_weight": 1.0,
"lora_triggers": "ai_styles_collection_rouwei_vpred-rc3_v5"
"lora_triggers": "ai_styles_collection_rouwei_vpred-rc3_v5",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/aidmaMJ6.1_v0.5_IL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "aidmaMJ6.1_v0.5_IL"
"lora_triggers": "aidmaMJ6.1_v0.5_IL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/AKinuNishimura_Style-12.safetensors",
"lora_weight": 1.0,
"lora_triggers": "AKinuNishimura_Style-12"
"lora_triggers": "AKinuNishimura_Style-12",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/alensv6-000050.safetensors",
"lora_weight": 1.0,
"lora_triggers": "alensv6-000050"
"lora_triggers": "alensv6-000050",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/ALYX_style_IL_1386139.safetensors",
"lora_weight": 1.0,
"lora_triggers": "ALYX_style_IL_1386139"
"lora_triggers": "ALYX_style_IL_1386139",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Anime_artistic_2.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Anime_artistic_2"
"lora_triggers": "Anime_artistic_2",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/AnimeFigure_IXL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "AnimeFigure_IXL"
"lora_triggers": "AnimeFigure_IXL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/ArtNouveau2Illustrious_1464859.safetensors",
"lora_weight": 1.0,
"lora_triggers": "ArtNouveau2Illustrious_1464859"
"lora_triggers": "ArtNouveau2Illustrious_1464859",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/ArtNoveauMJ7Illustrious_1738799.safetensors",
"lora_weight": 1.0,
"lora_triggers": "ArtNoveauMJ7Illustrious_1738799"
"lora_triggers": "ArtNoveauMJ7Illustrious_1738799",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/ASF3_style-12.safetensors",
"lora_weight": 1.0,
"lora_triggers": "ASF3_style-12"
"lora_triggers": "ASF3_style-12",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/ATRex_style-12V2Rev.safetensors",
"lora_weight": 1.0,
"lora_triggers": "ATRex_style-12V2Rev"
"lora_triggers": "ATRex_style-12V2Rev",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/BCkiwi_3D_style_IL_2.7_rank16_fp16.safetensors",
"lora_weight": 1.0,
"lora_triggers": "BCkiwi_3D_style_IL_2.7_rank16_fp16"
"lora_triggers": "BCkiwi_3D_style_IL_2.7_rank16_fp16",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Blacklight_Graffiti_Style_IllustriousXL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Blacklight_Graffiti_Style_IllustriousXL"
"lora_triggers": "Blacklight_Graffiti_Style_IllustriousXL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Bleedman_v2.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Bleedman_v2"
"lora_triggers": "Bleedman_v2",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/BlossomBreeze1llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "BlossomBreeze1llust"
"lora_triggers": "BlossomBreeze1llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/bonsoirdude-sc4-z-16.safetensors",
"lora_weight": 1.0,
"lora_triggers": "bonsoirdude-sc4-z-16"
"lora_triggers": "bonsoirdude-sc4-z-16",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Brushwork1llust.safetensors",
"lora_weight": 0.95,
"lora_triggers": "Brushwork1llust"
"lora_triggers": "Brushwork1llust",
"lora_weight_min": 0.95,
"lora_weight_max": 0.95
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/characterdoll_Illust_v1.safetensors",
"lora_weight": 1.0,
"lora_triggers": "characterdoll_Illust_v1"
"lora_triggers": "characterdoll_Illust_v1",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/charavxace.safetensors",
"lora_weight": 1.0,
"lora_triggers": "charavxace"
"lora_triggers": "charavxace",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/checkpoint-e26_s312.safetensors",
"lora_weight": 1.0,
"lora_triggers": "checkpoint-e26_s312"
"lora_triggers": "checkpoint-e26_s312",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/chinomaron_IL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "chinomaron_IL"
"lora_triggers": "chinomaron_IL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/chxrrygxg_v1-illustrious-ty_lee .safetensors",
"lora_weight": 1.0,
"lora_triggers": "chxrrygxg_v1-illustrious-ty_lee "
"lora_triggers": "chxrrygxg_v1-illustrious-ty_lee ",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/CitronKuroStyle_IXL_1735726.safetensors",
"lora_weight": 1.0,
"lora_triggers": "CitronKuroStyle_IXL_1735726"
"lora_triggers": "CitronKuroStyle_IXL_1735726",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/ck-nc-cyberpunk-IL-000011.safetensors",
"lora_weight": 1.0,
"lora_triggers": "ck-nc-cyberpunk-IL-000011"
"lora_triggers": "ck-nc-cyberpunk-IL-000011",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/CleanLinework1llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "CleanLinework1llust"
"lora_triggers": "CleanLinework1llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/CoutureCraze_IXL_1412740.safetensors",
"lora_weight": 1.0,
"lora_triggers": "CoutureCraze_IXL_1412740"
"lora_triggers": "CoutureCraze_IXL_1412740",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/crt_tv_game_style_illustriousXL-000031.safetensors",
"lora_weight": 1.0,
"lora_triggers": "crt_tv_game_style_illustriousXL-000031, scanlines, pixel art"
"lora_triggers": "crt_tv_game_style_illustriousXL-000031, scanlines, pixel art",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/cryostylev4.safetensors",
"lora_weight": 1.0,
"lora_triggers": "cryostylev4"
"lora_triggers": "cryostylev4",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/cum_on_ero_figur.safetensors",
"lora_weight": 0.9,
"lora_triggers": "cum on figure, figurine"
"lora_triggers": "cum on figure, figurine",
"lora_weight_min": 0.9,
"lora_weight_max": 0.9
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/cum_on_figure_pvc.safetensors",
"lora_weight": 1.0,
"lora_triggers": "cum_on_figure_pvc,"
"lora_triggers": "cum_on_figure_pvc,",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/cunny-000024.safetensors",
"lora_weight": 0.9,
"lora_triggers": "cunny-000024"
"lora_triggers": "cunny-000024",
"lora_weight_min": 0.9,
"lora_weight_max": 0.9
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Curestyle1llust_1552410.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Curestyle1llust_1552410"
"lora_triggers": "Curestyle1llust_1552410",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/cutesexyrobutts_style_illustrious_goofy.safetensors",
"lora_weight": 1.0,
"lora_triggers": "cutesexyrobutts_style_illustrious_goofy"
"lora_triggers": "cutesexyrobutts_style_illustrious_goofy",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/cyber-sijren.safetensors",
"lora_weight": 1.0,
"lora_triggers": "cyber-sijren"
"lora_triggers": "cyber-sijren",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/CyborgGirl2llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "CyborgGirl2llust"
"lora_triggers": "CyborgGirl2llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/d-art_ill.safetensors",
"lora_weight": 1.0,
"lora_triggers": "d-art_ill"
"lora_triggers": "d-art_ill",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/dabaitunaitang.safetensors",
"lora_weight": 1.0,
"lora_triggers": "dabaitunaitang"
"lora_triggers": "dabaitunaitang",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Dark_Ghibli.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Dark_Ghibli"
"lora_triggers": "Dark_Ghibli",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/dark_Niji_style_IL_v1.0.safetensors",
"lora_weight": 1.0,
"lora_triggers": "dark_Niji_style_IL_v1.0"
"lora_triggers": "dark_Niji_style_IL_v1.0",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/DarkAesthetic2llust.safetensors",
"lora_weight": 0.9,
"lora_triggers": "DarkAesthetic2llust"
"lora_triggers": "DarkAesthetic2llust",
"lora_weight_min": 0.9,
"lora_weight_max": 0.9
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/david_nakayamaILL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "david_nakayamaILL"
"lora_triggers": "david_nakayamaILL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/DetailedPixelArtILL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "DetailedPixelArtILL"
"lora_triggers": "DetailedPixelArtILL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/DigitalInk1llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "DigitalInk1llust"
"lora_triggers": "DigitalInk1llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/DittochadBlora02CLScMimicCWR3AdaFix.safetensors",
"lora_weight": 1.0,
"lora_triggers": "DittochadBlora02CLScMimicCWR3AdaFix"
"lora_triggers": "DittochadBlora02CLScMimicCWR3AdaFix",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/DoodlelotILL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "DoodlelotILL"
"lora_triggers": "DoodlelotILL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Double_Daggers_Style.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Double_Daggers_Style"
"lora_triggers": "Double_Daggers_Style",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Dreamlike1llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Dreamlike1llust"
"lora_triggers": "Dreamlike1llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/E-Girl_PFP_Style.safetensors",
"lora_weight": 1.0,
"lora_triggers": "E-Girl_PFP_Style"
"lora_triggers": "E-Girl_PFP_Style",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/EerieArtwork1llust_1516294.safetensors",
"lora_weight": 1.0,
"lora_triggers": "EerieArtwork1llust_1516294"
"lora_triggers": "EerieArtwork1llust_1516294",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Egyptian_PDXL-000008_440469.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Egyptian_PDXL-000008_440469"
"lora_triggers": "Egyptian_PDXL-000008_440469",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Erotic_style_2_r2.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Erotic_style_2_r2"
"lora_triggers": "Erotic_style_2_r2",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Erotic_style_3.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Erotic_style_3"
"lora_triggers": "Erotic_style_3",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Ethereal1llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Ethereal1llust"
"lora_triggers": "Ethereal1llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/EtherealMist1llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "EtherealMist1llust"
"lora_triggers": "EtherealMist1llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/fairymge2-000008.safetensors",
"lora_weight": 1.0,
"lora_triggers": "fairymge2-000008"
"lora_triggers": "fairymge2-000008",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/famo3dXL_NBVP1_lokr_V6311PZ.safetensors",
"lora_weight": 1.0,
"lora_triggers": "famo3dXL_NBVP1_lokr_V6311PZ"
"lora_triggers": "famo3dXL_NBVP1_lokr_V6311PZ",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/fantasiaStyle_illustrious_byJaneB.safetensors",
"lora_weight": 1.0,
"lora_triggers": "fantasiaStyle_illustrious_byJaneB"
"lora_triggers": "fantasiaStyle_illustrious_byJaneB",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/FantasyArt1llust_1556627.safetensors",
"lora_weight": 1.0,
"lora_triggers": "FantasyArt1llust_1556627"
"lora_triggers": "FantasyArt1llust_1556627",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Fellatrix_Slim_Build_-_Femdom_Style.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Fellatrix_Slim_Build_-_Femdom_Style"
"lora_triggers": "Fellatrix_Slim_Build_-_Femdom_Style",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Fellatrix_Style_PonyIL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Fellatrix_Style_PonyIL"
"lora_triggers": "Fellatrix_Style_PonyIL",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/FF7-Portraits-illus_Fp.safetensors",
"lora_weight": 0.9,
"lora_triggers": "FF7-Portraits-illus_Fp"
"lora_triggers": "FF7-Portraits-illus_Fp",
"lora_weight_min": 0.9,
"lora_weight_max": 0.9
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/flhours_ill.safetensors",
"lora_weight": 1.0,
"lora_triggers": "flhours_ill"
"lora_triggers": "flhours_ill",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Flim13-000011.safetensors",
"lora_weight": 0.95,
"lora_triggers": "Flim13-000011"
"lora_triggers": "Flim13-000011",
"lora_weight_min": 0.95,
"lora_weight_max": 0.95
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/FlowerXL Artstyle.safetensors",
"lora_weight": 1.0,
"lora_triggers": "FlowerXL Artstyle"
"lora_triggers": "FlowerXL Artstyle",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Frumblebee_Style_ill.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Frumblebee_Style_ill"
"lora_triggers": "Frumblebee_Style_ill",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Futurism1llust_1549997.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Futurism1llust_1549997"
"lora_triggers": "Futurism1llust_1549997",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/giga.safetensors",
"lora_weight": 1.0,
"lora_triggers": "giga"
"lora_triggers": "giga",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/glossILLUS.safetensors",
"lora_weight": 1.0,
"lora_triggers": "glossILLUS"
"lora_triggers": "glossILLUS",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Glossline_Illustrious.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Glossline_Illustrious"
"lora_triggers": "Glossline_Illustrious",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Glossy_Western_Art_Style_-_for_Ezekkiell.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Glossy_Western_Art_Style_-_for_Ezekkiell"
"lora_triggers": "Glossy_Western_Art_Style_-_for_Ezekkiell",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Goo-IL-V1_Aeromoia.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Goo-IL-V1_Aeromoia"
"lora_triggers": "Goo-IL-V1_Aeromoia",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Granblue_Fantasy_-_Heles.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Granblue_Fantasy_-_Heles"
"lora_triggers": "Granblue_Fantasy_-_Heles",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/granblue-noob.safetensors",
"lora_weight": 1.0,
"lora_triggers": "granblue-noob"
"lora_triggers": "granblue-noob",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/Hearthstone-ArtStyle.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Hearthstone-ArtStyle"
"lora_triggers": "Hearthstone-ArtStyle",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/HerrscherAGGA2025_CuteToon-IL_V2.safetensors",
"lora_weight": 1.0,
"lora_triggers": "HerrscherAGGA2025_CuteToon-IL_V2"
"lora_triggers": "HerrscherAGGA2025_CuteToon-IL_V2",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/hidream_flat_color_v2.safetensors",
"lora_weight": 1.0,
"lora_triggers": "hidream_flat_color_v2"
"lora_triggers": "hidream_flat_color_v2",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/HighPoly1llust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "HighPoly1llust"
"lora_triggers": "HighPoly1llust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/holographiccolor-000009.safetensors",
"lora_weight": 1.0,
"lora_triggers": "holographiccolor-000009"
"lora_triggers": "holographiccolor-000009",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/HornyConceptArt-000011.safetensors",
"lora_weight": 0.9,
"lora_triggers": "Hornyconceptart-000011,concept art"
"lora_triggers": "Hornyconceptart-000011,concept art",
"lora_weight_min": 0.9,
"lora_weight_max": 0.9
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/HornyConceptArtV1.1-000009.safetensors",
"lora_weight": 1.0,
"lora_triggers": "HornyConceptArtV1.1-000009"
"lora_triggers": "HornyConceptArtV1.1-000009",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/HornyPixelArtStyleV1.safetensors",
"lora_weight": 1.0,
"lora_triggers": "HornyPixelArtStyleV1"
"lora_triggers": "HornyPixelArtStyleV1",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/hs-LineArtIllust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "hs-LineArtIllust"
"lora_triggers": "hs-LineArtIllust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/HScoloredinkIlls.safetensors",
"lora_weight": 1.0,
"lora_triggers": "HScoloredinkIlls"
"lora_triggers": "HScoloredinkIlls",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

View File

@@ -8,6 +8,8 @@
"lora": {
"lora_name": "Illustrious/Styles/hsDigitalArt1Illust.safetensors",
"lora_weight": 1.0,
"lora_triggers": "hsDigitalArt1Illust"
"lora_triggers": "hsDigitalArt1Illust",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
}
}
}

Some files were not shown because too many files have changed in this diff Show More