From 2037261464ecbf3816631aaeccd98ac6361391d8 Mon Sep 17 00:00:00 2001 From: gravis <67483613+gravis778@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:15:10 -0500 Subject: [PATCH] Update requirements.txt Cleaned up requirements.txt --- requirements.txt | 82 ++++++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 37 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0d0c349..cf1b580 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,52 +1,60 @@ -torch>=2.6.0 -torchvision>=0.19.0 -opencv-python>=4.9.0.80 +# Core AI stack diffusers==0.34.0 transformers==4.53.1 -#transformers==4.46.3 # was needed by llamallava used by i2v hunyuan before patch tokenizers>=0.20.3 accelerate>=1.1.1 tqdm imageio -easydict -ftfy -dashscope imageio-ffmpeg -# flash_attn -gradio==5.23.0 -numpy>=1.23.5,<2 einops -moviepy==1.0.3 -mmgp==3.5.10 -peft==0.15.0 -mutagen -pydantic==2.10.6 -decord -onnxruntime-gpu -rembg[gpu]==2.0.65 -matplotlib -timm -segment-anything -omegaconf -hydra-core -librosa==0.11.0 -loguru sentencepiece +open_clip_torch>=2.29.0 + +# Video & media +moviepy @ git+https://github.com/Zulko/moviepy.git av -opencv-python +ffmpeg-python pygame>=2.1.0 sounddevice>=0.4.0 -# rembg==2.0.65 -torchdiffeq >= 0.2.5 -tensordict >= 0.6.1 -open_clip_torch >= 2.29.0 -pyloudnorm -misaki soundfile -ffmpeg-python -pyannote.audio -pynvml +mutagen +pyloudnorm +librosa==0.11.0 + +# UI & interaction +gradio==5.23.0 +dashscope +loguru + +# Vision & segmentation +opencv-python>=4.9.0.80 +segment-anything +rembg[gpu]==2.0.65 +onnxruntime-gpu +decord +timm + +# Config & orchestration +omegaconf +hydra-core +easydict +pydantic==2.10.6 + +# Math & modeling +torchdiffeq>=0.2.5 +tensordict>=0.6.1 +mmgp==3.5.10 +peft==0.15.0 + +# Utilities +ftfy piexif -#huggingface_hub[hf_xet] #slow down everything !!!! +pynvml +misaki + +# Optional / commented out +# transformers==4.46.3 # for llamallava pre-patch +# rembg==2.0.65 # non-GPU fallback +# huggingface_hub[hf_xet] # slows down everything # num2words -# spacy \ No newline at end of file +# spacy