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

15 lines
259 B
Python

from .base import (
ChainPipeline,
PipelineStage,
StageCallback,
StageParams,
)
from .correct_gfpgan import (
correct_gfpgan,
)
from .upscale_resrgan import (
upscale_resrgan,
)
from .upscale_stable_diffusion import (
upscale_stable_diffusion,
)