EnragedAntelope / ComfyUI-Doubutsu-Describer

Comfy node for using Doubutsu VLM for image descriptions
10 stars 1 forks source link

Error PEFT is not installed and No naistyles.csv found #3

Open Myuniqous opened 1 month ago

Myuniqous commented 1 month ago

While using this in the Comfyui I am getting an error called 'PEFT is not installed' which is there on the system already. and there is one more error saying 'Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".' Could you help me to resolve this please?

Comfy ui

EnragedAntelope commented 1 month ago

Hi, thanks for trying this out. I will add PEFT to the requirements. Maybe it needs a newer version? From your correct environment (venv, etc.) try: pip install --upgrade peft

For the naistyles.csv error, that looks specific to another node: ComfyUI_NAI-mod . That is separate from this repository so you may want to ask at their GitHub.