PommesPeter
commited on
Commit
•
590cfc4
1
Parent(s):
3050c8a
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
<p align="center">
|
2 |
<img src="./lumina-logo.png" width="30%"/>
|
3 |
<br>
|
@@ -10,7 +13,7 @@ Lumina-T2I is a model that generates images based on text conditions, supporting
|
|
10 |
Our generative model has `LargeDiT` as the backbone, the text encoder is the `LLaMa` 7B model, and the VAE uses a version of `sdxl` fine-tuned by stabilityai.
|
11 |
|
12 |
- Generation Model: Large-DiT
|
13 |
-
- Text Encoder:
|
14 |
- VAE: stabilityai/sd-vae-ft-sdxl
|
15 |
|
16 |
## 📰 News
|
@@ -23,7 +26,7 @@ More checkpoints of our model will be released soon~
|
|
23 |
|
24 |
| Resolution | Flag-DiT Parameter| Text Encoder | Prediction | Download URL |
|
25 |
| ---------- | ----------------------- | ------------ | -----------|-------------- |
|
26 |
-
| 1024 | 5B |
|
27 |
|
28 |
## Installation
|
29 |
|
@@ -236,4 +239,4 @@ python -u demo.py --ckpt "/path/to/ckpt" --precision fp32
|
|
236 |
|
237 |
# use ema model
|
238 |
python -u demo.py --ckpt "/path/to/ckpt" --ema
|
239 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
<p align="center">
|
5 |
<img src="./lumina-logo.png" width="30%"/>
|
6 |
<br>
|
|
|
13 |
Our generative model has `LargeDiT` as the backbone, the text encoder is the `LLaMa` 7B model, and the VAE uses a version of `sdxl` fine-tuned by stabilityai.
|
14 |
|
15 |
- Generation Model: Large-DiT
|
16 |
+
- Text Encoder: LLaMA2-7B
|
17 |
- VAE: stabilityai/sd-vae-ft-sdxl
|
18 |
|
19 |
## 📰 News
|
|
|
26 |
|
27 |
| Resolution | Flag-DiT Parameter| Text Encoder | Prediction | Download URL |
|
28 |
| ---------- | ----------------------- | ------------ | -----------|-------------- |
|
29 |
+
| 1024 | 5B | LLaMA2-7B | Rectified Flow | [hugging face](https://huggingface.co/Alpha-VLLM/Lumina-T2I/tree/main) |
|
30 |
|
31 |
## Installation
|
32 |
|
|
|
239 |
|
240 |
# use ema model
|
241 |
python -u demo.py --ckpt "/path/to/ckpt" --ema
|
242 |
+
```
|