kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
277 stars 24 forks source link

Error occurred when executing MimicMotionGetPoses :object of type 'NoneType’ has no len() #29

Open KANKANYANGKANKAN opened 2 months ago

KANKANYANGKANKAN commented 2 months ago

QQ截图20240709155350

771991673 commented 2 months ago

same

kijai commented 2 months ago

Sorry but these error reports with so little info are pretty much useless, need to know the workflow, selected model, python environment versions, full startup log etc. etc.

gladmustang commented 2 months ago

Kijai, I encounter same issue, from my check ,I find if the video file incllude some blank frame that may could not figure out the the person, then this error may happen, you can see the frame below that cause this error. image

dwgeneral commented 2 months ago

@kijai occurred same issue, and here is the context:

python env:

dwgeneral commented 2 months ago

I have raised a pr to fix this issue, and it's worked for me. @kijai

piovis2023 commented 2 months ago

@dwgeneral what did you do to fix this mate?

I just used the example workflow from the repo, but reorganised it to learn how it works - however, I'm getting the same error.

My setup: Windows 11 OS Non-portable version of comfyui (re-installed today so all up to date) Python 3.10 Cuda 1.2.1

image
kijai commented 2 months ago

@dwgeneral what did you do to fix this mate?

I just used the example workflow from the repo, but reorganised it to learn how it works - however, I'm getting the same error.

My setup: Windows 11 OS Non-portable version of comfyui (re-installed today so all up to date) Python 3.10 Cuda 1.2.1

image

Try with the included example assets first to make sure it's not a detection issue or some other issue with your source, they are in the custom node's folder: assets\example_data\videos

dwgeneral commented 2 months ago

@dwgeneral what did you do to fix this mate?

I just used the example workflow from the repo, but reorganised it to learn how it works - however, I'm getting the same error.

My setup: Windows 11 OS Non-portable version of comfyui (re-installed today so all up to date) Python 3.10 Cuda 1.2.1

image

You can git pull the latest code for this repo and restart your ComfyUI to try it, and you should follow the steps that @kijai said above

piovis2023 commented 2 months ago

Thank you @dwgeneral and @kijai I'll try it out and update the luck/no-luck update here.