Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,12 @@
|
|
2 |
pipeline_tag: text-to-image
|
3 |
---
|
4 |
|
5 |
-
## Usage
|
6 |
|
7 |
Lumina-Image-2.0 is a 2 billion parameter flow-based diffusion transformer capable of generating images from text descriptions.
|
8 |
|
|
|
|
|
|
|
9 |
```python
|
10 |
import torch
|
11 |
from diffusers import FluxPipeline
|
|
|
2 |
pipeline_tag: text-to-image
|
3 |
---
|
4 |
|
|
|
5 |
|
6 |
Lumina-Image-2.0 is a 2 billion parameter flow-based diffusion transformer capable of generating images from text descriptions.
|
7 |
|
8 |
+
|
9 |
+
## Usage
|
10 |
+
|
11 |
```python
|
12 |
import torch
|
13 |
from diffusers import FluxPipeline
|