mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 22:07:55 -05:00
* Shark Studio SDXL support, HIP driver support, simpler device info, small fixes * Fixups to llm API/UI and ignore user config files. * Small fixes for unifying pipelines. * Update requirements.txt for iree-turbine (#2130) * Fix Llama2 on CPU (#2133) * Filesystem cleanup and custom model fixes (#2127) * Fix some formatting issues * Remove IREE pin (fixes exe issue) (#2126) * Update find links for IREE packages (#2136) * Shark Studio SDXL support, HIP driver support, simpler device info, small fixes * Abstract out SD pipelines from Studio Webui (WIP) * Switch from pin to minimum torch version and fix index url * Fix device parsing. * Fix linux setup * Fix custom weights. --------- Co-authored-by: saienduri <77521230+saienduri@users.noreply.github.com> Co-authored-by: gpetters-amd <159576198+gpetters-amd@users.noreply.github.com> Co-authored-by: gpetters94 <gpetters@protonmail.com>
41 lines
880 B
Plaintext
41 lines
880 B
Plaintext
-f https://download.pytorch.org/whl/nightly/cpu
|
|
-f https://iree.dev/pip-release-links.html
|
|
--pre
|
|
|
|
setuptools
|
|
wheel
|
|
|
|
|
|
torch>=2.3.0
|
|
shark-turbine @ git+https://github.com/iree-org/iree-turbine.git@main
|
|
turbine-models @ git+https://github.com/nod-ai/SHARK-Turbine.git@ean-unify-sd#subdirectory=models
|
|
|
|
# SHARK Runner
|
|
tqdm
|
|
|
|
# SHARK Downloader
|
|
google-cloud-storage
|
|
|
|
# Testing
|
|
pytest
|
|
Pillow
|
|
parameterized
|
|
|
|
# Add transformers, diffusers and scipy since it most commonly used
|
|
#accelerate is now required for diffusers import from ckpt.
|
|
accelerate
|
|
ftfy
|
|
gradio==4.29.0
|
|
altair
|
|
omegaconf
|
|
# 0.3.2 doesn't have binaries for arm64
|
|
safetensors==0.3.1
|
|
py-cpuinfo
|
|
pydantic==2.4.1 # pin until pyinstaller-hooks-contrib works with beta versions
|
|
mpmath==1.3.0
|
|
optimum
|
|
|
|
# Keep PyInstaller at the end. Sometimes Windows Defender flags it but most folks can continue even if it errors
|
|
pefile
|
|
pyinstaller
|