chenjian commited on
Commit
a1994f2
·
1 Parent(s): a1434f1
Files changed (1) hide show
  1. app.py +30 -2
app.py CHANGED
@@ -109,6 +109,34 @@ examples = [
109
  '一只猫坐在椅子上,戴着一副墨镜, low poly 风格',
110
  '卡通(Cartoon)'
111
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  ]
113
 
114
  with block:
@@ -188,7 +216,7 @@ with block:
188
  <span> Prompt = [形容词] [主语] ,[细节设定], [修饰语或者艺术家]。 </span>
189
  关于各部分的构造方式和效果,可以参考<a href="https://github.com/PaddlePaddle/PaddleHub/blob/develop/modules/image/text_to_image/ernie_vilg/README.md#四-prompt-指南" style="text-decoration: underline;" target="_blank">YouPromptMe指南</a>。
190
  更多的模型,请关注<a href="https://github.com/PaddlePaddle/PaddleHub" style="text-decoration: underline;" target="_blank"> PaddleHub 官方Repo </a>, 并star收藏。
191
- 同时,可以在 <a href="https://aistudio.baidu.com/aistudio/projectdetail/4462918, style="text-decoration: underline;" target="_blank"> aistudio </a> 上使用免费的GPU体验更多案例。
192
  </p>
193
  </div>
194
  <div class="prompt">
@@ -196,7 +224,7 @@ with block:
196
  <span> Prompt = [adjective] [object], [details], [styles or artists]. </span>
197
  For more details, please refer to <a href="https://github.com/PaddlePaddle/PaddleHub/blob/develop/modules/image/text_to_image/ernie_vilg/README.md#四-prompt-指南" style="text-decoration: underline;" target="_blank">YouPromptMe Guide</a>.
198
  There are more interesting models in PaddleHub, you can star <a href="https://github.com/PaddlePaddle/PaddleHub" style="text-decoration: underline;" target="_blank"> PaddleHub</a> to follow.
199
- Besides, you can use free GPU resourses in <a href="https://aistudio.baidu.com/aistudio/projectdetail/4462918, style="text-decoration: underline;" target="_blank"> aistudio </a> to enjoy more cases, have fun.
200
  </p>
201
  </div>
202
  <img src="https://user-images.githubusercontent.com/22424850/187849103-074cb6d2-a9b4-49a1-b1f0-fc130049769f.png" alt="star Paddlehub" width="100%">
 
109
  '一只猫坐在椅子上,戴着一副墨镜, low poly 风格',
110
  '卡通(Cartoon)'
111
  ],
112
+ [
113
+ '一只猫坐在椅子上,戴着一副墨镜,秋天风格',
114
+ '探索无限(Explore infinity)'
115
+ ],
116
+ [
117
+ '蒙娜丽莎,赛博朋克,宝丽来,33毫米,蒸汽波艺术',
118
+ '探索无限(Explore infinity)'
119
+ ],
120
+ [
121
+ '一只猫坐在椅子上,戴着一副墨镜,海盗风格',
122
+ '探索无限(Explore infinity)'
123
+ ],
124
+ [
125
+ '一条由闪电制成的令人敬畏的龙,概念艺术',
126
+ '探索无限(Explore infinity)'
127
+ ],
128
+ [
129
+ '梵高猫头鹰,蒸汽波艺术',
130
+ '探索无限(Explore infinity)'
131
+ ],
132
+ [
133
+ '萨尔瓦多·达利描绘古代文明的超现实主义梦幻油画,写实风格',
134
+ '探索无限(Explore infinity)'
135
+ ],
136
+ [
137
+ '夕阳日落时,阳光落在云层上,海面波涛汹涌,风景,胶片感',
138
+ '探索无限(Explore infinity)'
139
+ ]
140
  ]
141
 
142
  with block:
 
216
  <span> Prompt = [形容词] [主语] ,[细节设定], [修饰语或者艺术家]。 </span>
217
  关于各部分的构造方式和效果,可以参考<a href="https://github.com/PaddlePaddle/PaddleHub/blob/develop/modules/image/text_to_image/ernie_vilg/README.md#四-prompt-指南" style="text-decoration: underline;" target="_blank">YouPromptMe指南</a>。
218
  更多的模型,请关注<a href="https://github.com/PaddlePaddle/PaddleHub" style="text-decoration: underline;" target="_blank"> PaddleHub 官方Repo </a>, 并star收藏。
219
+ 同时,可以在 <a href="https://aistudio.baidu.com/aistudio/projectdetail/4462918", style="text-decoration: underline;" target="_blank"> aistudio </a> 上使用免费的GPU体验更多案例。
220
  </p>
221
  </div>
222
  <div class="prompt">
 
224
  <span> Prompt = [adjective] [object], [details], [styles or artists]. </span>
225
  For more details, please refer to <a href="https://github.com/PaddlePaddle/PaddleHub/blob/develop/modules/image/text_to_image/ernie_vilg/README.md#四-prompt-指南" style="text-decoration: underline;" target="_blank">YouPromptMe Guide</a>.
226
  There are more interesting models in PaddleHub, you can star <a href="https://github.com/PaddlePaddle/PaddleHub" style="text-decoration: underline;" target="_blank"> PaddleHub</a> to follow.
227
+ Besides, you can use free GPU resourses in <a href="https://aistudio.baidu.com/aistudio/projectdetail/4462918", style="text-decoration: underline;" target="_blank"> aistudio </a> to enjoy more cases, have fun.
228
  </p>
229
  </div>
230
  <img src="https://user-images.githubusercontent.com/22424850/187849103-074cb6d2-a9b4-49a1-b1f0-fc130049769f.png" alt="star Paddlehub" width="100%">