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:
57
data/characters/bubbles_ppg.json
Normal file
57
data/characters/bubbles_ppg.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"character_id": "bubbles_ppg",
|
||||
"character_name": "Bubbles",
|
||||
"identity": {
|
||||
"base_specs": "bubbles_(ppg),1girl, aged_up, mature_female, slender",
|
||||
"hair": "blonde_hair, short_hair, twintails",
|
||||
"eyes": "blue_eyes, large_eyes",
|
||||
"hands": "",
|
||||
"arms": "",
|
||||
"torso": "medium breasts",
|
||||
"pelvis": "",
|
||||
"legs": "",
|
||||
"feet": "",
|
||||
"extra": ""
|
||||
},
|
||||
"defaults": {
|
||||
"expression": "smiling",
|
||||
"pose": "standing",
|
||||
"scene": ""
|
||||
},
|
||||
"wardrobe": {
|
||||
"full_body": "blue summer dress",
|
||||
"headwear": "",
|
||||
"top": "",
|
||||
"bottom": " black_belt",
|
||||
"legwear": "thigh high white socks",
|
||||
"footwear": "black_footwear, mary_janes",
|
||||
"hands": "",
|
||||
"accessories": ""
|
||||
},
|
||||
"styles": {
|
||||
"aesthetic": "vibrant_colors",
|
||||
"primary_color": "blue",
|
||||
"secondary_color": "white",
|
||||
"tertiary_color": "black"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 1.0,
|
||||
"lora_weight_min": 0.7,
|
||||
"lora_weight_max": 1.0,
|
||||
"lora_triggers": ""
|
||||
},
|
||||
"tags": [
|
||||
"bubbles_(ppg)",
|
||||
"1girl",
|
||||
"aged_up",
|
||||
"blonde_hair",
|
||||
"twintails",
|
||||
"blue_eyes",
|
||||
"blue_dress",
|
||||
"black_belt",
|
||||
"white_socks",
|
||||
"mary_janes",
|
||||
"solo"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user