Updated json schema
This commit is contained in:
85
data/presets/example_01_copy.json
Normal file
85
data/presets/example_01_copy.json
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user