wuxiaojun commited on
Commit
5fb8a74
1 Parent(s): 48752dc

init commit

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -61,16 +61,16 @@ We use two anime dataset(1 million low-quality data and 10k high-qualty data) fo
61
  以下例子是模型在webui运行获得。
62
 
63
  These example are got from an model running on webui.
64
-
 
65
  | 1个女孩,绿色头发,毛衣,看向阅图者,上半身,帽子,户外,下雪,高领毛衣 | 1个男生,帅气,微笑,看着阅图者,简单背景,白皙皮肤,上半身,衬衫,短发,单人 |
66
- | ---- | ---- |
67
- | <img src="result_examples/girl.png" width = "250" height = "250" alt="girl" align=center /> | <img src="result_examples/boy.png" width = "250" height = "250" alt="boy" align=center /> |
68
  | 户外,天空,云,蓝天,无人,多云的天空,风景,日出,草原 | 室内,杯子,书,无人,窗,床,椅子,桌子,瓶子,窗帘,阳光,风景,盘子,木地板,书架,蜡烛,架子,书堆,绿植,梯子,地毯,小地毯 |
69
- | <img src="result_examples/outdoor.png" width = "250" height = "250" alt="outdoor" align=center /> | <img src="result_examples/indoor.png" width = "250" height = "250" alt="indoor" align=center /> |
70
  | 建筑,科幻,城市,城市风景,摩天大楼,赛博朋克,人群 | 户外,天空,水,树,无人,夜晚,建筑,风景,反射,灯笼,船舶,建筑学,灯笼,船,反射水,东亚建筑 |
71
- | <img src="result_examples/city.png" width = "250" height = "250" alt="city" align=center /> | <img src="result_examples/villege.png" width = "250" height = "250" alt="villege" align=center /> |
72
  | 无人,动物,(猫:1.5),高清,棕眼 | 无人,动物,(兔子:1.5),高清,棕眼 |
73
- | <img src="result_examples/cat.png" width = "250" height = "250" alt="cat" align=center /> | <img src="result_examples/rabbit.png" width = "250" height = "250" alt="rabbit" align=center /> |
74
 
75
 
76
  ## 使用 Usage
 
61
  以下例子是模型在webui运行获得。
62
 
63
  These example are got from an model running on webui.
64
+ | prompt1 | prompt2 |
65
+ | ------ | ------ |
66
  | 1个女孩,绿色头发,毛衣,看向阅图者,上半身,帽子,户外,下雪,高领毛衣 | 1个男生,帅气,微笑,看着阅图者,简单背景,白皙皮肤,上半身,衬衫,短发,单人 |
67
+ | ![](result_examples/girl.png) | ![](result_examples/boy.png) |
 
68
  | 户外,天空,云,蓝天,无人,多云的天空,风景,日出,草原 | 室内,杯子,书,无人,窗,床,椅子,桌子,瓶子,窗帘,阳光,风景,盘子,木地板,书架,蜡烛,架子,书堆,绿植,梯子,地毯,小地毯 |
69
+ | ![](result_examples/outdoor.png) | ![](result_examples/indoor.png) |
70
  | 建筑,科幻,城市,城市风景,摩天大楼,赛博朋克,人群 | 户外,天空,水,树,无人,夜晚,建筑,风景,反射,灯笼,船舶,建筑学,灯笼,船,反射水,东亚建筑 |
71
+ | ![](result_examples/city.png) | ![](result_examples/villege.png) |
72
  | 无人,动物,(猫:1.5),高清,棕眼 | 无人,动物,(兔子:1.5),高清,棕眼 |
73
+ | ![](result_examples/cat.png) | ![](result_examples/rabbit.png) |
74
 
75
 
76
  ## 使用 Usage