Files
AMD-SHARK-Studio/requirements.txt

31 lines
588 B
Plaintext

setuptools
wheel
# SHARK Runner
tqdm
# SHARK Downloader
google-cloud-storage
# Testing
pytest
pytest-xdist
pytest-forked
Pillow
parameterized
# Add transformers, diffusers and scipy since it most commonly used
transformers
diffusers @ git+https://github.com/nod-ai/diffusers@stable_stencil_diffusers_v0p14p0
scipy
ftfy
gradio < 3.21.0 # temporary workaround for TypeError: issubclass() arg 1 must be a class
altair
omegaconf
safetensors
opencv-python
# Keep PyInstaller at the end. Sometimes Windows Defender flags it but most folks can continue even if it errors
pefile
pyinstaller