Updated json schema

This commit is contained in:
Aodhan Collins
2026-03-15 17:44:43 +00:00
parent 5e4348ebc1
commit 79bbf669e2
474 changed files with 2813 additions and 3878 deletions

View File

@@ -0,0 +1,85 @@
{
"preset_id": "example_01_copy",
"preset_name": "Portrait",
"character": {
"character_id": "random",
"use_lora": true,
"fields": {
"identity": {
"base": true,
"head": true,
"upper_body": true,
"lower_body": false,
"hands": false,
"feet": false,
"additional": true
},
"defaults": {
"expression": "random",
"pose": false,
"scene": false
},
"wardrobe": {
"outfit": "default",
"fields": {
"base": true,
"head": true,
"upper_body": true,
"lower_body": false,
"hands": false,
"feet": false,
"additional": true
}
}
}
},
"outfit": {
"outfit_id": null,
"use_lora": true
},
"action": {
"action_id": null,
"use_lora": true,
"fields": {
"base": true,
"head": true,
"upper_body": true,
"lower_body": true,
"hands": true,
"feet": true,
"additional": true
}
},
"style": {
"style_id": null,
"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": null,
"use_lora": true
},
"look": {
"look_id": null
},
"checkpoint": {
"checkpoint_path": null
},
"resolution": {
"width": 768,
"height": 1344,
"random": false
},
"tags": []
}