LykosAI / StabilityMatrix

Multi-Platform Package Manager for Stable Diffusion
https://lykos.ai
GNU Affero General Public License v3.0
4.45k stars 288 forks source link

Deforum Nodes Install Error #686

Open alienufosoul opened 3 months ago

alienufosoul commented 3 months ago

Screenshot 2024-06-15 081524 Not able to install deforum nodes. Any help?

alienufosoul commented 3 months ago

any fix?

ionite34 commented 3 months ago

It seems to be an issue with that nodes plugin, it's requiring a pandas version less than the required version of the actual latest deforum

https://github.com/XmYx/deforum-comfy-nodes/blob/main/requirements.txt#L6

https://github.com/deforum-studio/deforum/blob/main/setup.py#L66

You can try changing that line in deforum-comfy-nodes/requirements.txt to pandas==1.5.3 then manually installing by running the following in the comfy package directory, but I'm not sure if the library is compatible with new deforum.

.\venv\Scripts\python.exe .\custom_nodes\deforum-comfy-nodes\install.py