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 26e0f53 commit 58a34a0Copy full SHA for 58a34a0
src/diffusers/pipelines/lumina/pipeline_lumina.py
@@ -63,9 +63,7 @@
63
>>> import torch
64
>>> from diffusers import LuminaPipeline
65
66
- >>> pipe = LuminaPipeline.from_pretrained(
67
- ... "Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16
68
- ... )
+ >>> pipe = LuminaPipeline.from_pretrained("Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16)
69
>>> # Enable memory optimizations.
70
>>> pipe.enable_model_cpu_offload()
71
0 commit comments