Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,6 @@ pipeline = LuminaText2ImgPipeline.from_pretrained("/path/to/ckpt/Lumina-Next-SFT
|
|
91 |
# or you can download the model using code directly
|
92 |
# pipeline = LuminaText2ImgPipeline.from_pretrained("Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16).to("cuda")
|
93 |
|
94 |
-
|
95 |
image = pipeline(prompt="Upper body of a young woman in a Victorian-era outfit with brass goggles and leather straps. "
|
96 |
"Background shows an industrial revolution cityscape with smoky skies and tall, metal structures").images[0]
|
97 |
```
|
|
|
91 |
# or you can download the model using code directly
|
92 |
# pipeline = LuminaText2ImgPipeline.from_pretrained("Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16).to("cuda")
|
93 |
|
|
|
94 |
image = pipeline(prompt="Upper body of a young woman in a Victorian-era outfit with brass goggles and leather straps. "
|
95 |
"Background shows an industrial revolution cityscape with smoky skies and tall, metal structures").images[0]
|
96 |
```
|