- 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>
84 lines
1.6 KiB
JSON
84 lines
1.6 KiB
JSON
{
|
|
"preset_id": "example_01",
|
|
"preset_name": "Example Preset",
|
|
"character": {
|
|
"character_id": "anya_(spy_x_family)",
|
|
"use_lora": true,
|
|
"fields": {
|
|
"identity": {
|
|
"base_specs": true,
|
|
"hair": true,
|
|
"eyes": true,
|
|
"hands": true,
|
|
"arms": false,
|
|
"torso": true,
|
|
"pelvis": false,
|
|
"legs": false,
|
|
"feet": false,
|
|
"extra": "random"
|
|
},
|
|
"defaults": {
|
|
"expression": "random",
|
|
"pose": false,
|
|
"scene": false
|
|
},
|
|
"wardrobe": {
|
|
"outfit": "default",
|
|
"fields": {
|
|
"full_body": true,
|
|
"headwear": "random",
|
|
"top": true,
|
|
"bottom": true,
|
|
"legwear": true,
|
|
"footwear": true,
|
|
"hands": false,
|
|
"gloves": false,
|
|
"accessories": "random"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"outfit": {
|
|
"outfit_id": "random",
|
|
"use_lora": true
|
|
},
|
|
"action": {
|
|
"action_id": null,
|
|
"use_lora": true,
|
|
"fields": {
|
|
"full_body": true,
|
|
"additional": true,
|
|
"head": true,
|
|
"eyes": false,
|
|
"arms": true,
|
|
"hands": true
|
|
}
|
|
},
|
|
"style": {
|
|
"style_id": "random",
|
|
"use_lora": true
|
|
},
|
|
"scene": {
|
|
"scene_id": null,
|
|
"use_lora": true,
|
|
"fields": {
|
|
"background": true,
|
|
"foreground": "random",
|
|
"furniture": "random",
|
|
"colors": false,
|
|
"lighting": true,
|
|
"theme": false
|
|
}
|
|
},
|
|
"detailer": {
|
|
"detailer_id": "sts_age_slider_illustrious_v1",
|
|
"use_lora": true
|
|
},
|
|
"look": {
|
|
"look_id": null
|
|
},
|
|
"checkpoint": {
|
|
"checkpoint_path": null
|
|
},
|
|
"tags": []
|
|
} |