1
0
Fork 0
onnx-web/api/onnx_web/chain
Sean Sube f0c905721f fix imports 2023-01-29 11:42:42 -06:00
..
__init__.py feat(api): add img2img and inpaint chain stages 2023-01-28 12:42:02 -06:00
base.py fix(api): make sure each pipeline has its own list of stages 2023-01-29 00:25:49 -06:00
blend_img2img.py feat(api): parse named tile sizes 2023-01-28 23:06:25 -06:00
blend_inpaint.py feat(api): implement spiral grid for outpainting 2023-01-28 23:46:36 -06:00
correct_codeformer.py fix(api): avoid circular deps in diffusion pipeline cache 2023-01-28 20:15:39 -06:00
correct_gfpgan.py feat(api): parse chain pipeline from request 2023-01-28 22:31:34 -06:00
persist_disk.py feat(api): parse chain pipeline from request 2023-01-28 22:31:34 -06:00
persist_s3.py feat(api): parse chain pipeline from request 2023-01-28 22:31:34 -06:00
source_txt2img.py feat(api): parse chain pipeline from request 2023-01-28 22:31:34 -06:00
upscale_outpaint.py fix imports 2023-01-29 11:42:42 -06:00
upscale_resrgan.py feat(api): parse chain pipeline from request 2023-01-28 22:31:34 -06:00
upscale_stable_diffusion.py fix imports 2023-01-29 11:42:42 -06:00
utils.py fix(api): preserve new pixels after outpainting 2023-01-29 00:16:09 -06:00