Updated json schema
This commit is contained in:
@@ -13,16 +13,13 @@ Structure:
|
||||
"action_id": "WILL_BE_REPLACED",
|
||||
"action_name": "WILL_BE_REPLACED",
|
||||
"action": {
|
||||
"full_body": "string (pose description)",
|
||||
"head": "string (expression/head position)",
|
||||
"eyes": "string",
|
||||
"arms": "string",
|
||||
"hands": "string",
|
||||
"torso": "string",
|
||||
"pelvis": "string",
|
||||
"legs": "string",
|
||||
"feet": "string",
|
||||
"additional": "string"
|
||||
"base": "string (overall pose description)",
|
||||
"head": "string (expression, head position, eye direction)",
|
||||
"upper_body": "string (arms, torso pose)",
|
||||
"lower_body": "string (pelvis, legs pose)",
|
||||
"hands": "string (hand position/action)",
|
||||
"feet": "string (foot position)",
|
||||
"additional": "string (extra details)"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "WILL_BE_REPLACED",
|
||||
@@ -38,4 +35,4 @@ IMPORTANT: Look for suggested LoRA strength/weight (e.g. 'Strength of 0.7', 'rec
|
||||
- If the HTML suggests a specific weight (e.g. 0.7), set 'lora_weight' to that value and set 'lora_weight_min' to max(0.0, weight - 0.1) and 'lora_weight_max' to min(2.0, weight + 0.1).
|
||||
- If the HTML suggests a weight range (e.g. '0.6-0.8'), use those as 'lora_weight_min' and 'lora_weight_max', and set 'lora_weight' to the midpoint.
|
||||
- If no weight information is found, default to 'lora_weight_min': 0.7 and 'lora_weight_max': 1.0.
|
||||
Use the tools to ensure the quality and validity of the tags.
|
||||
Use the tools to ensure the quality and validity of the tags.
|
||||
|
||||
Reference in New Issue
Block a user