nod-ai / SHARK-Studio

SHARK Studio -- Web UI for SHARK+IREE High Performance Machine Learning Distribution
Apache License 2.0
1.42k stars 170 forks source link

No docs for SD webapp #1012

Open silvasean opened 1 year ago

silvasean commented 1 year ago

There used to be a really easy README to follow for the SD webapp. Now I don't see any documentation about how to set it up (well, besides "download this windows exe for AMD"). Can we bring back the docs? I'm talking about git clone SHARK, setup_venv.sh, ... steps.

silvasean commented 1 year ago

Running pyinstaller shark_sd.spec after running setup_venv.sh I see:

pkg_resources.DistributionNotFound: The 'torchvision' distribution was not found and is required by the application
powderluv commented 1 year ago

Oh we just hid it a little under https://github.com/nod-ai/SHARK#advanced-installation-windows-linux-and-macos-for-developers

We were having users with no experience in Python end up trying to setup venv etc. Please let us know if that can be improved in anyway.

powderluv commented 1 year ago

and yes we haven't tested the webapp on linux / macOS yet since most of those users wanted the pip path. I plan to get that fixed soon after the driver changes and perf changes stabilize a bit.