# Qwen3-VL needs transformers >= 4.57. The newer natively-multimodal Qwen3.5/3.6 # abliterated models need a recent transformers exposing AutoModelForMultimodalLM # (upgrade transformers if a Qwen3.5/3.6 model fails to load). transformers>=4.57.0 huggingface_hub # auto-download of models by repo id / alias torch pillow numpy # for precision=nf4 (4-bit) — needed to run the 30B-A3B abliterated judge on 32 GB: bitsandbytes # optional, for the Audio Prompt Guide node — adds tempo (BPM) + beat times # (energy envelope + segments work without it): # librosa # for the Audio Wave + Segments node to LOAD an uploaded file (one of these; torchaudio # usually ships with torch): torchaudio / soundfile / librosa # soundfile # optional, for faster attention on the RTX 5090: # flash-attn