Skip to content

Commit 84b023e

Browse files
committed
fix lora unscaling in diffusion pipelines
1 parent cb5208c commit 84b023e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

optimum/intel/openvino/modeling_diffusion.py

+3
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,9 @@ def forward(self, *args, **kwargs):
811811
def __call__(self, *args, **kwargs):
812812
return self.forward(*args, **kwargs)
813813

814+
def modules(self):
815+
return {}
816+
814817

815818
class OVModelTextEncoder(OVPipelinePart):
816819
def forward(

0 commit comments

Comments
 (0)