mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-22 16:04:12 +00:00
chore(api-nodes): remove check for pyav>=14.2 in code (it was added to requirements.txt long ago) (#11934)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import av
|
||||
|
||||
ver = av.__version__.split(".")
|
||||
if int(ver[0]) < 14:
|
||||
raise Exception("INSTALL NEW VERSION OF PYAV TO USE API NODES.")
|
||||
|
||||
if int(ver[0]) == 14 and int(ver[1]) < 2:
|
||||
raise Exception("INSTALL NEW VERSION OF PYAV TO USE API NODES.")
|
||||
|
||||
NODE_CLASS_MAPPINGS = {}
|
||||
Reference in New Issue
Block a user