1
0
Fork 0
onnx-web/api/onnx_web/chain
Sean Sube c9a1ace40b
fix(api): tile stages based on input image or size param
2023-07-02 18:14:52 -05:00
..
__init__.py fix(api): remove nested tiling in highres 2023-07-02 12:39:59 -05:00
base.py fix(api): tile stages based on input image or size param 2023-07-02 18:14:52 -05:00
blend_img2img.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
blend_inpaint.py fix(api): remove nested tiling in highres 2023-07-02 12:39:59 -05:00
blend_linear.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
blend_mask.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
correct_codeformer.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
correct_gfpgan.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
highres.py fix(api): do not overlap upscale tiles during highres 2023-07-02 17:13:16 -05:00
persist_disk.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
persist_s3.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
reduce_crop.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
reduce_thumbnail.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
source_noise.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
source_s3.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
source_txt2img.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
source_url.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
stage.py fix(api): log tile size and overlap 2023-07-02 05:15:01 -05:00
tile.py fix(api): tile stages based on input image or size param 2023-07-02 18:14:52 -05:00
upscale.py fix(api): remove nested tiling in highres 2023-07-02 12:39:59 -05:00
upscale_bsrgan.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
upscale_highres.py fix(api): remove nested tiling in highres 2023-07-02 12:39:59 -05:00
upscale_outpaint.py fix(api): remove nested tiling in highres 2023-07-02 12:39:59 -05:00
upscale_resrgan.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
upscale_simple.py fix(api): remove nested tiling in highres 2023-07-02 12:39:59 -05:00
upscale_stable_diffusion.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00
upscale_swinir.py feat(api): make chain stages into classes with max tile size and step count estimate 2023-07-01 12:33:14 -05:00