1
0
Fork 0
onnx-web/api/onnx_web/server/__init__.py

10 lines
259 B
Python
Raw Normal View History

from .device_pool import DeviceParams, DevicePoolExecutor
from .hacks import (
apply_patch_basicsr,
apply_patch_codeformer,
apply_patch_facexlib,
apply_patches,
)
from .model_cache import ModelCache
from .upscale import run_upscale_correction