Skip to content

Commit

Permalink
img2img pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Oct 7, 2024
1 parent f7f02c8 commit 689a757
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 5 deletions.
4 changes: 4 additions & 0 deletions optimum/intel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
except OptionalDependencyNotAvailable:
from .utils.dummy_openvino_and_diffusers_objects import (
OVLatentConsistencyModelPipeline,
OVStableDiffusion3Img2ImgPipeline,
OVStableDiffusion3Pipeline,
OVStableDiffusionImg2ImgPipeline,
OVStableDiffusionInpaintPipeline,
OVStableDiffusionPipeline,
Expand All @@ -262,6 +264,8 @@
else:
from .openvino import (
OVLatentConsistencyModelPipeline,
OVStableDiffusion3Img2ImgPipeline,
OVStableDiffusion3Pipeline,
OVStableDiffusionImg2ImgPipeline,
OVStableDiffusionInpaintPipeline,
OVStableDiffusionPipeline,
Expand Down
1 change: 1 addition & 0 deletions optimum/intel/openvino/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
if is_diffusers_available():
from .modeling_diffusion import (
OVLatentConsistencyModelPipeline,
OVStableDiffusion3Img2ImgPipeline,
OVStableDiffusion3Pipeline,
OVStableDiffusionImg2ImgPipeline,
OVStableDiffusionInpaintPipeline,
Expand Down
Loading

0 comments on commit 689a757

Please sign in to comment.