1
0
Fork 0
onnx-web/api
Sean Sube 7b506cb6d3
feat(api): enable LPW custom pipeline (#27)
2023-02-05 11:31:40 -06:00
..
gui fix(build): add cv2 deps to CPU image 2023-01-21 14:43:36 -06:00
onnx_web feat(api): enable LPW custom pipeline (#27) 2023-02-05 11:31:40 -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 feat(api): add CodeFormer stage for chain pipelines 2023-02-05 08:37:47 -06:00
README.md fix(api): update serve app name, add module entrypoint 2023-01-06 16:18:53 -06:00
dev-requirements.txt lint(api): apply black and isort style 2023-02-05 07:53:35 -06:00
extras.json feat(api): provide a way for users to add models to the convert list (#70) 2023-02-02 08:59:47 -06:00
launch.bat fix(api): correct python cmd for Windows 2023-02-01 08:33:16 -06:00
launch.sh fix(build): add launcher script and use for API images 2023-01-21 22:34:44 -06:00
logging.yaml clean up logging, use extra args 2023-01-28 17:15:42 -06:00
params.json feat(api): load-balance background jobs between devices 2023-02-04 16:22:50 -06:00
pyproject.toml lint(api): apply black and isort style 2023-02-05 07:53:35 -06:00
requirements.txt feat(api): add CodeFormer stage for chain pipelines 2023-02-05 08:37:47 -06:00
schema.yaml get upscaling model from stage params 2023-01-28 22:52:39 -06:00
setup.cfg clean up draft CodeFormer stage 2023-02-05 08:06:50 -06:00
setup.py chore(release): 0.5.0 2023-01-24 08:44:52 -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