1
0
Fork 0
onnx-web/api/onnx_web/chain
Sean Sube 9d87e92a1c
fix(api): load horde safety model to worker's torch device
2024-02-25 07:44:46 -06:00
..
__init__.py apply lint, add missing file 2023-11-18 18:13:13 -06:00
base.py lint and test fixes 2023-12-03 12:53:50 -06:00
blend_denoise_fastnlmeans.py clean up result and metadata handling 2024-01-05 20:11:58 -06:00
blend_denoise_localstd.py clean up result and metadata handling 2024-01-05 20:11:58 -06:00
blend_grid.py start inheriting metadata 2024-01-06 16:59:02 -06:00
blend_img2img.py fix up highres metadata 2024-01-06 17:20:37 -06:00
blend_linear.py cancel unsafe jobs 2024-01-08 21:50:36 -06:00
blend_mask.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
correct_codeformer.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
correct_gfpgan.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
edit_metadata.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
edit_safety.py fix(api): load horde safety model to worker's torch device 2024-02-25 07:44:46 -06:00
edit_text.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
highres.py use correct upscale params for highres metadata 2024-01-14 09:49:59 -06:00
persist_disk.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
persist_s3.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
pipeline.py fix(api): make with_args methods accept and ignore extra args 2024-01-28 15:15:24 -06:00
reduce_crop.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
reduce_thumbnail.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
result.py correctly handle falsey args in with_args methods 2024-01-30 09:28:43 -06:00
source_noise.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
source_s3.py fix(api): make with_args methods accept and ignore extra args 2024-01-28 15:15:24 -06:00
source_txt2img.py add networks to metadata 2024-01-02 22:14:21 -06:00
source_url.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
stages.py feat(api): add prompt filter stage using GPT2 models 2024-02-11 16:23:10 -06:00
text_prompt.py use experimental defaults from server 2024-02-24 11:06:32 -06:00
tile.py more lint 2024-01-12 23:41:16 -06:00
upscale.py fix(api): make sure upscaling only runs once regardless of correction options 2023-12-31 06:39:00 -06:00
upscale_bsrgan.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
upscale_highres.py clean up result and metadata handling 2024-01-05 20:11:58 -06:00
upscale_outpaint.py clean up result and metadata handling 2024-01-05 20:11:58 -06:00
upscale_resrgan.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
upscale_simple.py fix(api): add missing callback params to stages 2024-01-28 13:09:06 -06:00
upscale_stable_diffusion.py clean up result and metadata handling 2024-01-05 20:11:58 -06:00
upscale_swinir.py correctly handle falsey args in with_args methods 2024-01-30 09:28:43 -06:00