ruslanmv commited on
Commit
cdf161f
·
1 Parent(s): 75cd43b
Files changed (2) hide show
  1. requirements.txt +10 -12
  2. requirements_dev.txt +115 -0
requirements.txt CHANGED
@@ -1,12 +1,10 @@
1
- accelerate
2
- diffusers
3
- invisible_watermark
4
- torch
5
- transformers
6
- xformers
7
- pillow
8
- torch
9
- trimesh
10
- gradio
11
- pythreejs
12
- plotly
 
1
+ accelerate==0.33.0
2
+ diffusers==0.30.0s
3
+ torch==2.4.0+cu121
4
+ transformers==4.44.0
5
+ xformers==0.0.27.post2
6
+ pillow==10.4.0
7
+ trimesh==4.4.4
8
+ gradio==4.41.0
9
+ pythreejs==2.4.2
10
+ plotly==5.23.0
 
 
requirements_dev.txt ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.33.0
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ asttokens==2.4.1
6
+ certifi==2024.7.4
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ comm==0.2.2
11
+ contourpy==1.2.1
12
+ cycler==0.12.1
13
+ debugpy==1.8.5
14
+ decorator==5.1.1
15
+ diffusers==0.30.0
16
+ executing==2.0.1
17
+ fastapi==0.112.0
18
+ ffmpy==0.4.0
19
+ filelock==3.15.4
20
+ fonttools==4.53.1
21
+ freetype-py==2.4.0
22
+ fsspec==2024.6.1
23
+ gradio==4.41.0
24
+ gradio_client==1.3.0
25
+ h11==0.14.0
26
+ httpcore==1.0.5
27
+ httpx==0.27.0
28
+ huggingface-hub==0.24.5
29
+ idna==3.7
30
+ imageio==2.35.1
31
+ importlib_metadata==8.2.0
32
+ importlib_resources==6.4.0
33
+ invisible-watermark==0.2.0
34
+ ipydatawidgets==4.3.5
35
+ ipykernel==6.29.5
36
+ ipython==8.26.0
37
+ ipywidgets==8.1.3
38
+ jedi==0.19.1
39
+ Jinja2==3.1.4
40
+ jupyter_client==8.6.2
41
+ jupyter_core==5.7.2
42
+ jupyterlab_widgets==3.0.11
43
+ kiwisolver==1.4.5
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.5
46
+ matplotlib==3.9.1.post1
47
+ matplotlib-inline==0.1.7
48
+ mdurl==0.1.2
49
+ mpmath==1.3.0
50
+ nest-asyncio==1.6.0
51
+ networkx==3.3
52
+ numpy==1.26.4
53
+ opencv-python==4.10.0.84
54
+ orjson==3.10.7
55
+ packaging==24.1
56
+ pandas==2.2.2
57
+ parso==0.8.4
58
+ pillow==10.4.0
59
+ platformdirs==4.2.2
60
+ plotly==5.23.0
61
+ prompt_toolkit==3.0.47
62
+ psutil==6.0.0
63
+ pure_eval==0.2.3
64
+ pydantic==2.8.2
65
+ pydantic_core==2.20.1
66
+ pydub==0.25.1
67
+ pyglet==2.0.17
68
+ Pygments==2.18.0
69
+ PyOpenGL==3.1.0
70
+ pyparsing==3.1.2
71
+ pyrender==0.1.45
72
+ python-dateutil==2.9.0.post0
73
+ python-multipart==0.0.9
74
+ pythreejs==2.4.2
75
+ pytz==2024.1
76
+ PyWavelets==1.6.0
77
+ pywin32==306
78
+ PyYAML==6.0.2
79
+ pyzmq==26.1.1
80
+ regex==2024.7.24
81
+ requests==2.32.3
82
+ rich==13.7.1
83
+ ruff==0.5.7
84
+ safetensors==0.4.4
85
+ scipy==1.14.1
86
+ semantic-version==2.10.0
87
+ setuptools==72.1.0
88
+ shellingham==1.5.4
89
+ six==1.16.0
90
+ sniffio==1.3.1
91
+ stack-data==0.6.3
92
+ starlette==0.37.2
93
+ sympy==1.13.1
94
+ tenacity==9.0.0
95
+ tokenizers==0.19.1
96
+ tomlkit==0.12.0
97
+ torch==2.4.0+cu121
98
+ torchaudio==2.4.0+cu121
99
+ torchvision==0.19.0+cu121
100
+ tornado==6.4.1
101
+ tqdm==4.66.5
102
+ traitlets==5.14.3
103
+ traittypes==0.2.1
104
+ transformers==4.44.0
105
+ trimesh==4.4.4
106
+ typer==0.12.3
107
+ typing_extensions==4.12.2
108
+ tzdata==2024.1
109
+ urllib3==2.2.2
110
+ uvicorn==0.30.5
111
+ wcwidth==0.2.13
112
+ websockets==12.0
113
+ widgetsnbextension==4.0.11
114
+ xformers==0.0.27.post2
115
+ zipp==3.19.2