XmYx / deforum-comfy-nodes

Deforum ComfyUI Nodes - ai animation node package
https://deforum.studio/
MIT License
152 stars 19 forks source link

The plugin is installed, but it is not available #42

Open idesign2018 opened 4 months ago

idesign2018 commented 4 months ago

As shown below: image

Even if I search again, I cannot find the node for the plugin. What is the reason? image

XmYx commented 3 months ago

Hi! Please make sure to update your ComfyUI and deforum nodes to the latest, and if you had it previously installed, in the venv run: "pip uninstall deforum -y", then go to the Manager, and press Try Fix on the deforum nodes.

idesign2018 commented 3 months ago

Hi! Please make sure to update your ComfyUI and deforum nodes to the latest, and if you had it previously installed, in the venv run: "pip uninstall deforum -y", then go to the Manager, and press Try Fix on the deforum nodes.你好!请确保将您的 ComfyUI 和 deforum 节点更新到最新版本,如果您之前安装过,请在 venv 中运行:“pip uninstall deforum -y”,然后转到管理器,并在 deforum 节点上按“尝试修复”。

I can make sure my deforum node is up to date as I just downloaded it from Github, I have tried installing it on many computers and it doesn't work

XmYx commented 3 months ago

Hi! Please make sure to update your ComfyUI and deforum nodes to the latest, and if you had it previously installed, in the venv run: "pip uninstall deforum -y", then go to the Manager, and press Try Fix on the deforum nodes.你好!请确保将您的 ComfyUI 和 deforum 节点更新到最新版本,如果您之前安装过,请在 venv 中运行:“pip uninstall deforum -y”,然后转到管理器,并在 deforum 节点上按“尝试修复”。

I can make sure my deforum node is up to date as I just downloaded it from Github, I have tried installing it on many computers and it doesn't work

Use ComfyUI Manager to install/update the node.

XmYx commented 3 months ago

If you are installing manually, make sure to activate the venv, and run pip install -r requirements.txt in the repo's folder after cloning into custom_nodes.

idesign2018 commented 3 months ago

If you are installing manually, make sure to activate the venv, and run pip install -r requirements.txt in the repo's folder after cloning into custom_nodes.如果您手动安装,请确保激活 venv,并在克隆到 custom_nodes 后在存储库文件夹中运行 pip install -rrequirements.txt。

I first used ComfyUI Manager to install the update, but it didn't work, so I installed it from Github, but it still didn't work.

After trying, I found that the environment dependency version of requirements.txt was too low. Here is the detailed method

thegrandmasterflash commented 1 month ago

After trying, I found that the environment dependency version of requirements.txt was too low. Here is the detailed method

Can you please elaborate? The detailed method link is broken.