Abdullah commited on
Commit
cad6f1c
·
1 Parent(s): 8cbea87

added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ Brotli==1.1.0
5
+ certifi==2025.7.14
6
+ charset-normalizer==3.4.2
7
+ click==8.2.1
8
+ einops==0.8.1
9
+ fastapi==0.116.1
10
+ ffmpy==0.6.1
11
+ filelock==3.18.0
12
+ fsspec==2025.7.0
13
+ gradio==5.38.2
14
+ gradio_client==1.11.0
15
+ gradio_imageslider==0.0.20
16
+ groovy==0.1.2
17
+ h11==0.16.0
18
+ hf-xet==1.1.5
19
+ httpcore==1.0.9
20
+ httpx==0.28.1
21
+ huggingface-hub==0.34.2
22
+ idna==3.10
23
+ image_gen_aux @ git+https://github.com/asomoza/image_gen_aux.git@e08ae3db5edfb5237ec84f560bba3ac4e7ad8613
24
+ Jinja2==3.1.6
25
+ kornia==0.8.1
26
+ kornia_rs==0.1.9
27
+ markdown-it-py==3.0.0
28
+ MarkupSafe==3.0.2
29
+ mdurl==0.1.2
30
+ mpmath==1.3.0
31
+ networkx==3.5
32
+ numpy==1.26.4
33
+ nvidia-cublas-cu12==12.6.4.1
34
+ nvidia-cuda-cupti-cu12==12.6.80
35
+ nvidia-cuda-nvrtc-cu12==12.6.77
36
+ nvidia-cuda-runtime-cu12==12.6.77
37
+ nvidia-cudnn-cu12==9.5.1.17
38
+ nvidia-cufft-cu12==11.3.0.4
39
+ nvidia-cufile-cu12==1.11.1.6
40
+ nvidia-curand-cu12==10.3.7.77
41
+ nvidia-cusolver-cu12==11.7.1.2
42
+ nvidia-cusparse-cu12==12.5.4.2
43
+ nvidia-cusparselt-cu12==0.6.3
44
+ nvidia-nccl-cu12==2.26.2
45
+ nvidia-nvjitlink-cu12==12.6.85
46
+ nvidia-nvtx-cu12==12.6.77
47
+ opencv-python-headless==4.11.0.86
48
+ orjson==3.11.1
49
+ packaging==25.0
50
+ pandas==2.3.1
51
+ pillow==11.3.0
52
+ psutil==5.9.8
53
+ pydantic==2.11.7
54
+ pydantic_core==2.33.2
55
+ pydub==0.25.1
56
+ Pygments==2.19.2
57
+ python-dateutil==2.9.0.post0
58
+ python-multipart==0.0.20
59
+ pytz==2025.2
60
+ PyYAML==6.0.2
61
+ regex==2024.11.6
62
+ requests==2.32.4
63
+ rich==14.1.0
64
+ ruff==0.12.5
65
+ safehttpx==0.1.6
66
+ safetensors==0.5.3
67
+ semantic-version==2.10.0
68
+ setuptools==80.9.0
69
+ shellingham==1.5.4
70
+ six==1.17.0
71
+ sniffio==1.3.1
72
+ spaces==0.39.0
73
+ spandrel==0.4.1
74
+ starlette==0.47.2
75
+ sympy==1.14.0
76
+ timm==1.0.19
77
+ tokenizers==0.21.2
78
+ tomlkit==0.13.3
79
+ torch==2.7.1
80
+ torchvision==0.22.1
81
+ tqdm==4.67.1
82
+ transformers==4.54.0
83
+ triton==3.3.1
84
+ typer==0.16.0
85
+ typing-inspection==0.4.1
86
+ typing_extensions==4.14.1
87
+ tzdata==2025.2
88
+ urllib3==2.5.0
89
+ uvicorn==0.35.0
90
+ websockets==15.0.1