Skip to content

Commit f035a0d

Browse files
committed
typo.
1 parent c3431bf commit f035a0d

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
@@ -833,7 +833,7 @@ def from_pretrained(cls, pretrained_model_name_or_path: Optional[Union[str, os.P
833833
>>> model = AutoModel.from_pretrained(
834834
... "stabilityai/stable-diffusion-xl-base-1.0", subfolder="unet", device_map=0
835835
... )
836-
>>> # Specify a supported offloading strategy like "auto" also works.
836+
>>> # Specifying a supported offloading strategy like "auto" also works.
837837
>>> model = AutoModel.from_pretrained(
838838
... "stabilityai/stable-diffusion-xl-base-1.0", subfolder="unet", device_map="auto"
839839
... )

0 commit comments

Comments
 (0)