Add extra prompts, endless generation, random character default, and small fixes
- Add extra positive/negative prompt textareas to all 9 detail pages with session persistence - Add Endless generation button to all detail pages (continuous preview generation until stopped) - Default character selector to "Random Character" on all secondary detail pages - Fix queue clear endpoint (remove spurious auth check) - Refactor app.py into routes/ and services/ modules - Update CLAUDE.md with new architecture documentation - Various data file updates and cleanup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/3DVisualArt1llust.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "3DVisualArt1llust",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.8
|
||||
"lora_weight_min": 0.2,
|
||||
"lora_weight_max": 0.3
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/748cmXL_il_lokr_V6311P_1321893.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "748cmXL_il_lokr_V6311P_1321893",
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 0.8
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"style_name": "7B Dream",
|
||||
"style": {
|
||||
"artist_name": "7b",
|
||||
"artistic_style": "3d, blender, semi-realistic"
|
||||
"artistic_style": "3d, blender_(medium) , semi-realistic"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Styles/7b-style.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "7b-style",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 1.2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/[Reinaldo Quintero (REIQ)] Artist Style Illustrious.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "[Reinaldo Quintero (REIQ)] Artist Style Illustrious",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_min": 0.2,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"style_name": "Anime Artistic 2",
|
||||
"style": {
|
||||
"artist_name": "",
|
||||
"artistic_style": ""
|
||||
"artistic_style": "anime, artistic, digital painting"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Styles/Anime_artistic_2.safetensors",
|
||||
@@ -12,4 +12,4 @@
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/BlossomBreeze1llust.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "BlossomBreeze1llust",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.6
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"style_id": "brushwork1llust",
|
||||
"style_name": "Brushwork",
|
||||
"style": {
|
||||
"artist_name": "",
|
||||
"artistic_style": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Styles/Brushwork1llust.safetensors",
|
||||
"lora_triggers": "hshiArt",
|
||||
"lora_weight": 0.95,
|
||||
"lora_triggers": "Brushwork1llust",
|
||||
"lora_weight_min": 0.95,
|
||||
"lora_weight_max": 0.95
|
||||
}
|
||||
"lora_weight_max": 0.9,
|
||||
"lora_weight_min": 0.7
|
||||
},
|
||||
"style": {
|
||||
"artist_name": "",
|
||||
"artistic_style": "brushwork,layeredtextures,loose and expressive brushstrokes,bold and rough brushstrokes"
|
||||
},
|
||||
"style_id": "brushwork1llust",
|
||||
"style_name": "Brushwork"
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"style_id": "cum_on_ero_figur",
|
||||
"style_name": "Cum On Ero Figur",
|
||||
"style_name": "Cum On Ero Figure",
|
||||
"style": {
|
||||
"artist_name": "",
|
||||
"artistic_style": "cum_on_ero_figur, figurine, (cum:1.2)"
|
||||
"artistic_style": "figurine, (cum:1.2)"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Styles/cum_on_ero_figur.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "cum on figure, figurine",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.95
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"style_id": "cunny_000024",
|
||||
"style_name": "Cunny 000024",
|
||||
"style": {
|
||||
"artist_name": "",
|
||||
"artistic_style": ""
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Styles/cunny-000024.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "cunny-000024",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
}
|
||||
"lora_weight": 0.9,
|
||||
"lora_weight_max": 0.6,
|
||||
"lora_weight_min": 0.4
|
||||
},
|
||||
"style": {
|
||||
"artist_name": "",
|
||||
"artistic_style": "loli"
|
||||
},
|
||||
"style_id": "cunny_000024",
|
||||
"style_name": "Cunny 000024"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/cutesexyrobutts_style_illustrious_goofy.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "cutesexyrobutts_style_illustrious_goofy",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.8
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/DarkAesthetic2llust.safetensors",
|
||||
"lora_weight": 0.9,
|
||||
"lora_triggers": "DarkAesthetic2llust",
|
||||
"lora_weight_min": 0.9,
|
||||
"lora_weight_max": 0.9
|
||||
"lora_weight_min": 0.4,
|
||||
"lora_weight_max": 0.6
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
"artistic_style": "ethereal"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Styles/EtherealMist1llust.safetensors",
|
||||
"lora_name": "",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "EtherealMist1llust",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 0.8
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/Futurism1llust_1549997.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Futurism1llust_1549997",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_weight_max": 1.0
|
||||
"lora_weight_min": 0.2,
|
||||
"lora_weight_max": 0.6
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"lora_name": "Illustrious/Styles/InkSplash1llust_1448502.safetensors",
|
||||
"lora_weight": 0.95,
|
||||
"lora_triggers": "InkSplash1llust_1448502",
|
||||
"lora_weight_min": 0.95,
|
||||
"lora_weight_min": 0.8,
|
||||
"lora_weight_max": 0.95
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"style_name": "Zzz Stroll Sticker Style Ilxl",
|
||||
"style": {
|
||||
"artist_name": "",
|
||||
"artistic_style": ""
|
||||
"artistic_style": "flat, sticker, outline"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Styles/ZZZ_Stroll_Sticker_(Style)_ILXL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "ZZZ_Stroll_Sticker_(Style)_ILXL",
|
||||
"lora_weight_min": 1.0,
|
||||
"lora_triggers": "",
|
||||
"lora_weight_min": 0.6,
|
||||
"lora_weight_max": 1.0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user