Initial commit to git.yoin
This commit is contained in:
38
story-to-scenes/assets/templates/progress_template.json
Normal file
38
story-to-scenes/assets/templates/progress_template.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"project_name": "{{PROJECT_NAME}}",
|
||||
"created_at": "{{DATE}}",
|
||||
"updated_at": "{{DATE}}",
|
||||
"config": {
|
||||
"style_preset": "{{STYLE_PRESET}}",
|
||||
"aspect_ratio": "{{ASPECT_RATIO}}",
|
||||
"source_file": "{{SOURCE_FILE}}"
|
||||
},
|
||||
"status": "in_progress",
|
||||
"phase": "init",
|
||||
"characters": {
|
||||
"total": 0,
|
||||
"completed": 0,
|
||||
"locked": [],
|
||||
"pending": [],
|
||||
"items": []
|
||||
},
|
||||
"locations": {
|
||||
"total": 0,
|
||||
"completed": 0,
|
||||
"locked": [],
|
||||
"items": []
|
||||
},
|
||||
"scenes": {
|
||||
"total": 0,
|
||||
"completed": 0,
|
||||
"current": 0,
|
||||
"failed": [],
|
||||
"items": []
|
||||
},
|
||||
"style": {
|
||||
"locked": false,
|
||||
"keywords": "",
|
||||
"reference_image": ""
|
||||
},
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user