Updated JSON fields.
This commit is contained in:
87
data/presets/example_01_copy_1_copy.json
Normal file
87
data/presets/example_01_copy_1_copy.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"preset_id": "example_01_copy_1_copy",
|
||||
"preset_name": "Random Action",
|
||||
"character": {
|
||||
"character_id": "random",
|
||||
"use_lora": true,
|
||||
"fields": {
|
||||
"identity": {
|
||||
"base": true,
|
||||
"head": "random",
|
||||
"upper_body": false,
|
||||
"lower_body": "random",
|
||||
"hands": "random",
|
||||
"feet": "random",
|
||||
"additional": "random"
|
||||
},
|
||||
"defaults": {
|
||||
"expression": false,
|
||||
"pose": false,
|
||||
"scene": false
|
||||
},
|
||||
"wardrobe": {
|
||||
"outfit": "default",
|
||||
"fields": {
|
||||
"base": true,
|
||||
"head": true,
|
||||
"upper_body": true,
|
||||
"lower_body": true,
|
||||
"hands": false,
|
||||
"feet": true,
|
||||
"additional": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"outfit": {
|
||||
"outfit_id": "random",
|
||||
"use_lora": false
|
||||
},
|
||||
"action": {
|
||||
"action_id": "random",
|
||||
"use_lora": false,
|
||||
"fields": {
|
||||
"base": true,
|
||||
"head": true,
|
||||
"upper_body": true,
|
||||
"lower_body": true,
|
||||
"hands": true,
|
||||
"feet": true,
|
||||
"additional": 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
|
||||
},
|
||||
"resolution": {
|
||||
"width": 1024,
|
||||
"height": 1024,
|
||||
"random": true
|
||||
},
|
||||
"tags": [
|
||||
"loli"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user