Skip to content

Commit bbd199b

Browse files
authored
Update modeling_utils.py
1 parent 37b6c1f commit bbd199b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/modeling_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def from_pretrained(cls, pretrained_model_name_or_path: Optional[Union[str, os.P
654654
user_agent=user_agent,
655655
**kwargs,
656656
)
657-
peint(time.time()-start,"config load")
657+
print(time.time()-start,"config load")
658658
# no in-place modification of the original config.
659659
config = copy.deepcopy(config)
660660

0 commit comments

Comments
 (0)