mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-15 00:37:59 -05:00
* Increase JPEG output quality & disable subsampling Increased to JPEG95 from the default JPEG75 which is way too compressed. Output image size is now ~100kb. Previously was ~20kb. * Increase JPEG output quality & disable subsampling Add jpeg quality increase on cli * line length changes * line length changes
In order to launch SHARK-web, from the root SHARK directory, run:
Linux
IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
cd web
python index.py
Windows
./setup_venv.ps1
cd web
python index.py --local_tank_cache=<current_working_dir>