Skip to content

Commit 13420fb

Browse files
committed
fix style
1 parent 3bf51cd commit 13420fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/auto_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def from_pretrained(cls, pretrained_model_or_path: Optional[Union[str, os.PathLi
190190
raise ValueError(f"Couldn't find model associated with the config file at {pretrained_model_or_path}.")
191191

192192
from ..pipelines.pipeline_loading_utils import ALL_IMPORTABLE_CLASSES, get_class_obj_and_candidates
193-
193+
194194
model_cls, _ = get_class_obj_and_candidates(
195195
library_name=library,
196196
class_name=orig_class_name,

0 commit comments

Comments
 (0)