Skip to content

Commit 6412ad3

Browse files
authored
fix
1 parent e6a6e3c commit 6412ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/model_search/pipeline_easy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ def auto_load_lora_weights(
11321132
self.load_lora_weights(pretrained_model_name_or_path_or_dict, adapter_name=adapter_name, **kwargs)
11331133

11341134

1135-
class EasyPipelineForText2Image(AutoPipelineForText2Image, AutoConfig):
1135+
class EasyPipelineForText2Image(AutoPipelineForText2Image):
11361136
r"""
11371137
[`EasyPipelineForText2Image`] is a generic pipeline class that instantiates a text-to-image pipeline class. The
11381138
specific underlying pipeline class is automatically selected from either the

0 commit comments

Comments
 (0)