1
0
Fork 0
onnx-web/api
Sean Sube d8d5bcd927
fix(api): make venv has been loaded in launch script
2023-02-09 22:02:27 -06:00
..
gui fix(build): add cv2 deps to CPU image 2023-01-21 14:43:36 -06:00
onnx_web add safetensors dep 2023-02-09 00:01:48 -06:00
tests fix(build): add stub API unit test 2023-01-06 13:11:47 -06:00
.gitignore fix(api): update serve app name, add module entrypoint 2023-01-06 16:18:53 -06:00
Containerfile.cpu.buster fix(build): include extras and logging config in containers 2023-02-02 22:50:19 -06:00
Containerfile.cuda.ubuntu fix(build): include extras and logging config in containers 2023-02-02 22:50:19 -06:00
Containerfile.directml.buster fix(build): include extras and logging config in containers 2023-02-02 22:50:19 -06:00
Containerfile.rocm.ubuntu fix(build): include extras and logging config in containers 2023-02-02 22:50:19 -06:00
Makefile fix(build): install dev deps in API test job 2023-02-06 08:30:53 -06:00
README.md fix(api): update serve app name, add module entrypoint 2023-01-06 16:18:53 -06:00
dev-requirements.txt feat(build): run Python lint during CI 2023-02-05 22:19:32 -06:00
extras.json move tensors to extras file 2023-02-08 22:38:19 -06:00
launch.bat load local extras by default on Windows 2023-02-08 23:41:41 -06:00
launch.sh fix(api): make venv has been loaded in launch script 2023-02-09 22:02:27 -06:00
logging.yaml clean up logging, use extra args 2023-01-28 17:15:42 -06:00
params.json chore(release): 0.6.1 2023-02-07 08:31:26 -06:00
pyproject.toml feat: add face outscale as its own parameter (#111) 2023-02-06 17:13:37 -06:00
requirements.txt add safetensors dep 2023-02-09 00:01:48 -06:00
schema.yaml get upscaling model from stage params 2023-01-28 22:52:39 -06:00
setup.cfg feat(build): run Python lint during CI 2023-02-05 22:19:32 -06:00
setup.py chore(release): 0.6.1 2023-02-07 08:31:26 -06:00
test-diffusers.py fix(api): get ESRGAN/GFPGAN paths from server context, clean up test scripts 2023-01-16 13:02:15 -06:00
test-resrgan.py fix(api): get ESRGAN/GFPGAN paths from server context, clean up test scripts 2023-01-16 13:02:15 -06:00

README.md