XmYx/deforum-comfy-nodes

name issue 'get_flow_for_hybrid_motion_preyV_imgs

Closed this issue · 3 comments

image
After I made the necessary replacements, the issue was resolved.

XmYx commented

you have an incorrect version of deforum installed, possibly outside of the venv/embedded environment.
revert your changes, remove the pip installed deforum package from everywhere, and make sure to update the node package to the latest via the manager.

See the correct commit here:

https://github.com/XmYx/deforum-studio/blob/main/src/deforum/generators/deforum_flow_generator.py

XmYx commented

make sure to remove deforum from the venv / outside of venv

(pip uninstall -y deforum)

Then update via the manager.

after updated ,it work well now ,thanks