wiydarrr's picture
Upload folder using huggingface_hub
5f685fd verified
raw
history blame
551 Bytes
{
"subscribe_animation": {
"type": "video",
"z": 6,
"inputs":{
"parameters": ["url"]
},
"parameters": {
"url": null,
"audio": false
},
"actions": [
{
"type": "set_time_start",
"param": 3.5
},
{
"type": "resize",
"param": {
"newsize": 0.4
}
},
{
"type": "green_screen",
"param": {
"color": [
52,
255,
20
],
"thr": 100,
"s": 5
}
},
{
"type": "screen_position",
"param": {
"pos": ["center",
1160]
}
}
]
}
}