diff --git a/app/service/comfyui_I2V/pose2v_server.py b/app/service/comfyui_I2V/pose2v_server.py index e9927b2..7b33ded 100644 --- a/app/service/comfyui_I2V/pose2v_server.py +++ b/app/service/comfyui_I2V/pose2v_server.py @@ -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" )