feat(新功能):

fix(修复bug):  修复骨架生成视频前两帧过曝问题
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zchengrong
2025-11-06 11:59:04 +08:00
parent 85c486c3dc
commit fee9334b1f

View File

@@ -36,7 +36,7 @@ workflow_json = {
},
"163": {
"inputs": {
"fps": 24,
"fps": 16,
"images": [
"164",
0
@@ -243,7 +243,7 @@ workflow_json = {
},
"179": {
"inputs": {
"text": "On a sunny summer day, there are marshmallow - like clouds, and the sunlight is bright and warm. A girl with white curly double - ponytails is wearing unique sunglasses, distinctive clothes and shoes. Her posture is natural and full of dynamic tension. The background is the scene of the Leaning Tower of Pisa in Italy, emphasizing the realistic contrast of details in reality. The whole picture is in a realistic 3D style, rich in details and with a relaxed atmosphere. She is dancing slowly, waving her hands.",
"text": "The model is catwalking at the fashion show.",
"clip": [
"167",
0
@@ -258,7 +258,7 @@ workflow_json = {
"inputs": {
"width": 512,
"height": 768,
"length": 121,
"length": 81,
"batch_size": 1,
"positive": [
"179",
@@ -691,7 +691,7 @@ class ComfyUIServerPose2V:
if __name__ == '__main__':
request_data = ComfyuiPose2VModel(
tasks_id="12222515151123-89111",
tasks_id="122225115151123-89111",
image_url="aida-users/89/product_image/a6949500-2393-42ac-8723-440b5d5da2b2-0-89.png",
pose_id="6"
)