Text-to-Image
Diffusers
Safetensors
PommesPeter commited on
Commit
1766db8
1 Parent(s): 89c6ceb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -93,6 +93,5 @@ pipeline = LuminaText2ImgPipeline.from_pretrained("/path/to/ckpt/Lumina-Next-SFT
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"
97
- ).images[0]
98
  ```
 
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
  ```