Skip to content

Commit

Permalink
feat(api): add panorama pipeline for ONNX
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 26, 2023
1 parent 42a4720 commit 214af7f
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/onnx_web/diffusers/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from ..utils import run_gc
from .pipelines.controlnet import OnnxStableDiffusionControlNetPipeline
from .pipelines.lpw import OnnxStableDiffusionLongPromptWeightingPipeline
from .pipelines.panorama import OnnxStableDiffusionPanoramaPipeline
from .pipelines.pix2pix import OnnxStableDiffusionInstructPix2PixPipeline
from .version_safe_diffusers import (
DDIMScheduler,
Expand Down Expand Up @@ -48,6 +49,7 @@
"img2img": OnnxStableDiffusionImg2ImgPipeline,
"inpaint": OnnxStableDiffusionInpaintPipeline,
"lpw": OnnxStableDiffusionLongPromptWeightingPipeline,
"panorama": OnnxStableDiffusionPanoramaPipeline,
"pix2pix": OnnxStableDiffusionInstructPix2PixPipeline,
"txt2img": OnnxStableDiffusionPipeline,
"upscale": OnnxStableDiffusionUpscalePipeline,
Expand Down

0 comments on commit 214af7f

Please sign in to comment.