Skip to content

Commit 58a34a0

Browse files
committed
make style
1 parent 26e0f53 commit 58a34a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/diffusers/pipelines/lumina/pipeline_lumina.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363
>>> import torch
6464
>>> from diffusers import LuminaPipeline
6565
66-
>>> pipe = LuminaPipeline.from_pretrained(
67-
... "Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16
68-
... )
66+
>>> pipe = LuminaPipeline.from_pretrained("Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16)
6967
>>> # Enable memory optimizations.
7068
>>> pipe.enable_model_cpu_offload()
7169

0 commit comments

Comments
 (0)