lks-ai / anynode

A Node for ComfyUI that does what you ask it to do

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torchaudio issues

yeslamer opened this issue · comments

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

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.

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.