-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
52 lines (44 loc) · 924 Bytes
/
requirements.txt
File metadata and controls
52 lines (44 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Core dependencies
gradio==3.41.0
PyMuPDF==1.23.8
Pillow==10.1.0
pytesseract==0.3.10
pyttsx3==2.98
pyaudio==0.2.14
SpeechRecognition==3.10.0
# Networking & API
aiohttp==3.9.1
requests==2.31.0
aiofiles==23.2.1
# Async support
asyncio==3.4.3
async-timeout==4.0.3
aiosignal==1.3.1
# Stable Diffusion dependencies
diffusers
transformers==4.30.2
accelerate==0.21.0
huggingface-hub==0.16.4
rembg==2.0.50
safetensors==0.4.1
omegaconf
# Data formats & parsing
PyYAML==6.0
python-dateutil==2.8.2
# Utilities
typing-extensions==4.9.0
python-json-logger==2.0.7
python-multipart>=0.0.9
# aiohttp dependencies
attrs==23.1.0
charset-normalizer==3.3.2
frozenlist==1.4.1
multidict==6.0.4
yarl==1.9.4
# Windows-specific dependencies
pywin32>=305.0; platform_system == "Windows"
comtypes>=1.2.0; platform_system == "Windows"
# TTS dependencies
kokoro
soundfile>=0.12.1
misaki>=0.2.0