Skip to content

Commit 3b942b5

Browse files
committed
Add kolors eval
1 parent 0d56572 commit 3b942b5

18 files changed

+21
-1
lines changed

metrics/fid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from T2IBenchmark.datasets import get_coco_fid_stats
33

44
fid, _ = calculate_fid(
5-
'output_images',
5+
'/home/lixiang/data/fid_kolors_nexfort',
66
get_coco_fid_stats()
77
)

models/kolors/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Using onediff to accelerate the quality evaluation of kolors.
2+
3+
4+
## Qualitative evaluation
5+
6+
We used several typical prompts to visualize generated images, proving that the compilation acceleration of onediff is almost lossless.
7+
8+
| Prompt | Reference Image | OnFlow Backend | NexFort Backend |
9+
|--------|-----------------|----------------|-----------------|
10+
| 穿着黑色T恤的可爱小狗,T恤上面中文绿色大字写着“可图”。 | <img src="./asset/kolors_01.png" width="150px"> | <img src="./asset/kolors_oneflow_compile_01.png" width="150px"> | <img src="./asset/kolors_nexfort_compile_01.png" width="150px"> |
11+
| 一张兔子的特写照片,春天的森林中,有雾、晕影、开花、戏剧性的氛围,以三分法为中心,200mm 1.4f的微距镜头拍摄。 | <img src="./asset/kolors_02.png" width="150px"> | <img src="./asset/kolors_oneflow_compile_02.png" width="150px"> | <img src="./asset/kolors_nexfort_compile_02.png" width="150px"> |
12+
| 一条繁忙的街道,车辆在两个方向上行驶,街道上有几辆双层巴士和周围的人们。 | <img src="./asset/kolors_03.png" width="150px"> | <img src="./asset/kolors_oneflow_compile_03.png" width="150px"> | <img src="./asset/kolors_nexfort_compile_03.png" width="150px"> |
13+
| 动漫风格,一名女孩在室内,坐在客厅的沙发上,拥有粉红色的头发、白色的袜子、蓝色的眼睛,从背后、从上方看,面向观众,正在玩视频游戏,手持控制器,穿着黑色丝绸,嘴唇微张。 | <img src="./asset/kolors_04.png" width="150px"> | <img src="./asset/kolors_oneflow_compile_04.png" width="150px"> | <img src="./asset/kolors_nexfort_compile_04.png" width="150px"> |
14+
| 一张年轻中国女性在公园的肖像照片。她的长黑发轻轻飘动。背景中柔和的樱花粉增添了画面的美感。 | <img src="./asset/kolors_05.png" width="150px"> | <img src="./asset/kolors_oneflow_compile_05.png" width="150px"> | <img src="./asset/kolors_nexfort_compile_05.png" width="150px"> |
15+
16+
17+
18+
## Quantitative evaluation

models/kolors/asset/kolors_01.png

1.39 MB
Loading

models/kolors/asset/kolors_02.png

1.37 MB
Loading

models/kolors/asset/kolors_03.png

1.82 MB
Loading

models/kolors/asset/kolors_04.png

1.46 MB
Loading

models/kolors/asset/kolors_05.png

1.37 MB
Loading
1.39 MB
Loading
1.37 MB
Loading
1.81 MB
Loading

0 commit comments

Comments
 (0)