We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a6e3c commit 6412ad3Copy full SHA for 6412ad3
examples/model_search/pipeline_easy.py
@@ -1132,7 +1132,7 @@ def auto_load_lora_weights(
1132
self.load_lora_weights(pretrained_model_name_or_path_or_dict, adapter_name=adapter_name, **kwargs)
1133
1134
1135
-class EasyPipelineForText2Image(AutoPipelineForText2Image, AutoConfig):
+class EasyPipelineForText2Image(AutoPipelineForText2Image):
1136
r"""
1137
[`EasyPipelineForText2Image`] is a generic pipeline class that instantiates a text-to-image pipeline class. The
1138
specific underlying pipeline class is automatically selected from either the
0 commit comments