From 8ccbbe41b1a426753725bca04d8ff384ba79d554 Mon Sep 17 00:00:00 2001 From: zhh Date: Mon, 3 Nov 2025 17:37:33 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=88=E6=96=B0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=89:=20=20=E6=96=B0=E5=A2=9Ewan2.2=20pose-transform?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=8E=A5=E5=8F=A3=EF=BC=8Ccomfyui-api?= =?UTF-8?q?=E5=BD=A2=E5=BC=8F=20fix=EF=BC=88=E4=BF=AE=E5=A4=8Dbug=EF=BC=89?= =?UTF-8?q?:=20docs=EF=BC=88=E6=96=87=E6=A1=A3=E5=8F=98=E6=9B=B4=EF=BC=89:?= =?UTF-8?q?=20refactor=EF=BC=88=E9=87=8D=E6=9E=84=EF=BC=89:=20test(?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/comfyui_I2V/server.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/service/comfyui_I2V/server.py b/app/service/comfyui_I2V/server.py index d2a9e72..58d4d1b 100644 --- a/app/service/comfyui_I2V/server.py +++ b/app/service/comfyui_I2V/server.py @@ -345,7 +345,7 @@ class ComfyUIServerI2V: in_memory_file, object_name = self.download_from_minio_in_memory() if in_memory_file and object_name: uploaded_filename = self.upload_in_memory_file_to_comfyui(in_memory_file, object_name) - + workflow_json['178']['inputs']['image'] = uploaded_filename # 1. 提交任务 prompt_response = self.queue_prompt(workflow_json, self.tasks_id) if not prompt_response: @@ -690,8 +690,8 @@ class ComfyUIServerI2V: if __name__ == '__main__': request_data = PoseTransformModel( - tasks_id="1515151123-89111", - image_url="aida-results/result_0000b606-1902-11ef-9424-0242ac180002.png", + tasks_id="12222515151123-89111", + image_url="aida-users/89/product_image/a6949500-2393-42ac-8723-440b5d5da2b2-0-89.png", pose_id="6" )