lks-ai / anynode

A Node for ComfyUI that does what you ask it to do
MIT License
426 stars 27 forks source link

torchaudio issues #22

Closed yeslamer closed 3 weeks ago

yeslamer commented 3 weeks ago

File "C:\Users\joelu\Downloads\ComfyUI-Zluda\custom_nodes\anynode\nodes\any.py", line 16, in import os, json, random, string, sys, math, datetime, collections, itertools, functools, urllib, shutil, re, torch, time, decimal, matplotlib, io, base64, wave, chromadb, uuid, scipy, torchaudio, torchvision, cv2, PIL ModuleNotFoundError: No module named 'torchaudio'

how do i fix this? thank you in advance

rexorp commented 3 weeks ago

So, it's not just me then. It worked yesterday for me and now install fails on a fresh install of ComfyUI with no other custom nodes installed.

edit: 'pip install torchaudio' fixed it for me.

lks-ai commented 3 weeks ago

I made sure 100% to add torchaudio and torchvision to requirements.txt, thanks! I missed those because I assumed they were already included in comfy requirements. Next time I will verify. I just pushed.