add modal serving file
This commit is contained in:
52
pyproject.toml
Normal file
52
pyproject.toml
Normal file
@@ -0,0 +1,52 @@
|
||||
[project]
|
||||
name = "wan2gp"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"accelerate>=1.1.1",
|
||||
"av>=15.0.0",
|
||||
"dashscope>=1.24.0",
|
||||
"decord>=0.6.0",
|
||||
"diffusers>=0.31.0",
|
||||
"easydict>=1.13",
|
||||
"einops>=0.8.1",
|
||||
"ffmpeg-python>=0.2.0",
|
||||
"ftfy>=6.3.1",
|
||||
"gradio==5.23.0",
|
||||
"hydra-core>=1.3.2",
|
||||
"imageio>=2.37.0",
|
||||
"imageio-ffmpeg>=0.6.0",
|
||||
"librosa==0.11.0",
|
||||
"loguru>=0.7.3",
|
||||
"matplotlib>=3.10.3",
|
||||
"misaki>=0.9.4",
|
||||
"mmgp==3.5.1",
|
||||
"modal>=1.1.0",
|
||||
"moviepy==1.0.3",
|
||||
"mutagen>=1.47.0",
|
||||
"numpy>=1.23.5,<2",
|
||||
"omegaconf>=2.3.0",
|
||||
"onnxruntime-gpu>=1.22.0",
|
||||
"open-clip-torch>=2.29.0",
|
||||
"opencv-python>=4.9.0.80",
|
||||
"peft==0.15.0",
|
||||
"pyannote-audio>=3.3.2",
|
||||
"pydantic==2.10.6",
|
||||
"pygame>=2.1.0",
|
||||
"pyloudnorm>=0.1.1",
|
||||
"rembg[gpu]==2.0.65",
|
||||
"segment-anything>=1.0",
|
||||
"sentencepiece>=0.2.0",
|
||||
"sounddevice>=0.4.0",
|
||||
"soundfile>=0.13.1",
|
||||
"tensordict>=0.6.1",
|
||||
"timm>=1.0.19",
|
||||
"tokenizers>=0.20.3",
|
||||
"torch>=2.4.0",
|
||||
"torchdiffeq>=0.2.5",
|
||||
"torchvision>=0.19.0",
|
||||
"tqdm>=4.67.1",
|
||||
"transformers==4.51.3",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user