File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
LMSDiscreteScheduler ,
29
29
PNDMScheduler ,
30
30
StableDiffusionPipeline ,
31
- StableDiffusionXLPipeline ,
32
31
StableDiffusionXLImg2ImgPipeline ,
32
+ StableDiffusionXLPipeline ,
33
33
)
34
34
from diffusers .schedulers .scheduling_utils import SCHEDULER_CONFIG_NAME
35
35
from diffusers .utils import CONFIG_NAME , is_invisible_watermark_available
Original file line number Diff line number Diff line change 25
25
from optimum .exporters .openvino import export_from_model
26
26
from optimum .exporters .tasks import TasksManager
27
27
from optimum .intel import (
28
+ OVLatentConsistencyModelPipeline ,
28
29
OVModelForAudioClassification ,
29
30
OVModelForCausalLM ,
30
31
OVModelForFeatureExtraction ,
39
40
OVStableDiffusionPipeline ,
40
41
OVStableDiffusionXLImg2ImgPipeline ,
41
42
OVStableDiffusionXLPipeline ,
42
- OVLatentConsistencyModelPipeline ,
43
43
)
44
44
from optimum .intel .openvino .modeling_base import OVBaseModel
45
45
from optimum .utils .save_utils import maybe_load_preprocessors
You can’t perform that action at this time.
0 commit comments