Text-to-Image
Diffusers
Safetensors
PommesPeter commited on
Commit
86fcfb9
·
verified ·
1 Parent(s): 1766db8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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
  ```