Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleHub
提交
d8525ace
P
PaddleHub
项目概览
PaddlePaddle
/
PaddleHub
大约 1 年 前同步成功
通知
282
Star
12117
Fork
2091
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
200
列表
看板
标记
里程碑
合并请求
4
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleHub
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
200
Issue
200
列表
看板
标记
里程碑
合并请求
4
合并请求
4
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
d8525ace
编写于
10月 14, 2022
作者:
C
chenjian
提交者:
GitHub
10月 14, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update ernie_vilg version (#2073)
* update ernie_vilg version * modify default style * update readme
上级
ef1d7a6f
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
53 addition
and
32 deletion
+53
-32
modules/image/text_to_image/ernie_vilg/README.md
modules/image/text_to_image/ernie_vilg/README.md
+10
-12
modules/image/text_to_image/ernie_vilg/module.py
modules/image/text_to_image/ernie_vilg/module.py
+43
-20
未找到文件。
modules/image/text_to_image/ernie_vilg/README.md
浏览文件 @
d8525ace
...
...
@@ -21,7 +21,7 @@
|数据集|-|
|是否支持Fine-tuning|否|
|模型大小|-|
|最新更新日期|2022-
08-02
|
|最新更新日期|2022-
10-14
|
|数据指标|-|
### 应用效果展示
...
...
@@ -78,7 +78,8 @@
-
```python
def generate_image(
text_prompts:str,
style: Optional[str] = "油画",
style: Optional[str] = "探索无限",
resolution: Optional[str] = "1024*1024",
topk: Optional[int] = 6,
output_dir: Optional[str] = 'ernievilg_output')
```
...
...
@@ -88,7 +89,9 @@
- **参数**
- text_prompts(str): 输入的语句,描述想要生成的图像的内容。
- style(Optional[str]): 生成图像的风格,当前支持'油画','水彩','粉笔画','卡通','儿童画','蜡笔画','探索无限'。
- style(Optional[str]): 生成图像的风格,当前支持 古风、油画、水彩、卡通、二次元、浮世绘、蒸汽波艺术、
low poly、像素风格、概念艺术、未来主义、赛博朋克、写实风格、洛丽塔风格、巴洛克风格、超现实主义、探索无限。
- resolution(Optional[str]): 生成图像的分辨率,当前支持 '1024\*1024', '1024\*1536', '1536\*1024',默认为'1024\*1024'。
- topk(Optional[int]): 保存前多少张图,最多保存6张。
- output_dir(Optional[str]): 保存输出图像的目录,默认为"ernievilg_output"。
...
...
@@ -100,14 +103,6 @@
## 四、 Prompt 指南
(在 GitHub 阅读 README 的用户可以访问 www.youpromptme.cn 获得更好的阅读体验)
(图片比较多,完全加载页面可能需要 3min)
作者:佳祥 (LCL-Brew)
原文地址: https://github.com/OleNet/YouPromptMe/tree/gh-pages/you-prompt-me
这是一份如何调整 Prompt 得到更漂亮的图片的经验性文档。我们的结果和经验都来源于
[
文心 ERNIE-ViLG Demo
](
https://wenxin.baidu.com/moduleApi/ernieVilg
)
和
[
社区的资料
](
#related-work
)
。
...
...
@@ -797,6 +792,9 @@ DiscoDiffusion Prompt 技巧资料:https://docs.google.com/document/d/1l8s7uS2
初始发布
* 1.1.0
增加分辨率参数以及所支持的风格
```
shell
$ hub install ernie_vilg == 1.
0
.0
$ hub install ernie_vilg == 1.
1
.0
```
modules/image/text_to_image/ernie_vilg/module.py
浏览文件 @
d8525ace
...
...
@@ -21,7 +21,7 @@ from paddlehub.module.module import serving
@
moduleinfo
(
name
=
"ernie_vilg"
,
version
=
"1.
0
.0"
,
version
=
"1.
1
.0"
,
type
=
"image/text_to_image"
,
summary
=
""
,
author
=
"baidu-nlp"
,
...
...
@@ -64,7 +64,8 @@ class ErnieVilG:
def
generate_image
(
self
,
text_prompts
,
style
:
Optional
[
str
]
=
"油画"
,
style
:
Optional
[
str
]
=
"探索无限"
,
resolution
:
Optional
[
str
]
=
"1024*1024"
,
topk
:
Optional
[
int
]
=
6
,
visualization
:
Optional
[
bool
]
=
True
,
output_dir
:
Optional
[
str
]
=
'ernievilg_output'
):
...
...
@@ -72,7 +73,9 @@ class ErnieVilG:
Create image by text prompts using ErnieVilG model.
:param text_prompts: Phrase, sentence, or string of words and phrases describing what the image should look like.
:param style: Image stype, currently supported 油画、水彩、粉笔画、卡通、儿童画、蜡笔画、探索无限。
:param style: Image stype, currently supported 古风、油画、水彩、卡通、二次元、浮世绘、蒸汽波艺术、
low poly、像素风格、概念艺术、未来主义、赛博朋克、写实风格、洛丽塔风格、巴洛克风格、超现实主义、探索无限。
:param resolution: Resolution of images, currently supported "1024*1024", "1024*1536", "1536*1024".
:param topk: Top k images to save.
:param visualization: Whether to save images or not.
:output_dir: Output directory
...
...
@@ -91,7 +94,8 @@ class ErnieVilG:
data
=
{
'access_token'
:
token
,
"text"
:
text_prompt
,
"style"
:
style
"style"
:
style
,
"resolution"
:
resolution
})
res
=
res
.
json
()
if
res
[
'code'
]
==
4001
:
...
...
@@ -113,7 +117,8 @@ class ErnieVilG:
data
=
{
'access_token'
:
token
,
"text"
:
text_prompt
,
"style"
:
style
"style"
:
style
,
"resolution"
:
resolution
})
res
=
res
.
json
()
if
res
[
'code'
]
!=
0
:
...
...
@@ -128,11 +133,31 @@ class ErnieVilG:
start_time
=
time
.
time
()
process_bar
=
tqdm
(
total
=
100
,
unit
=
'%'
)
results
=
{}
first_iter
=
True
total_time
=
60
*
len
(
taskids
)
while
True
:
end_time
=
time
.
time
()
duration
=
end_time
-
start_time
progress_rate
=
int
((
duration
)
/
total_time
*
100
)
if
not
taskids
:
progress_rate
=
100
if
progress_rate
>
process_bar
.
n
:
if
progress_rate
>=
100
:
if
not
taskids
:
increase_rate
=
100
-
process_bar
.
n
else
:
increase_rate
=
0
else
:
increase_rate
=
progress_rate
-
process_bar
.
n
else
:
increase_rate
=
0
process_bar
.
update
(
increase_rate
)
if
duration
<
30
:
time
.
sleep
(
5
)
continue
else
:
time
.
sleep
(
6
)
if
not
taskids
:
break
total_time
=
0
has_done
=
[]
for
taskid
in
taskids
:
res
=
requests
.
post
(
get_url
,
...
...
@@ -177,17 +202,6 @@ class ErnieVilG:
else
:
print
(
res
[
'msg'
])
raise
RuntimeError
(
res
[
'msg'
])
total_time
=
int
(
re
.
match
(
'[0-9]+'
,
str
(
res
[
'data'
][
'waiting'
])).
group
(
0
))
*
60
end_time
=
time
.
time
()
progress_rate
=
int
(((
end_time
-
start_time
)
/
total_time
*
100
))
if
total_time
!=
0
else
100
if
progress_rate
>
process_bar
.
n
:
increase_rate
=
progress_rate
-
process_bar
.
n
if
progress_rate
>=
100
:
increase_rate
=
100
-
process_bar
.
n
else
:
increase_rate
=
0
process_bar
.
update
(
increase_rate
)
time
.
sleep
(
5
)
for
taskid
in
has_done
:
taskids
.
remove
(
taskid
)
print
(
'Saving Images...'
)
...
...
@@ -228,6 +242,7 @@ class ErnieVilG:
self
.
token
=
self
.
_apply_token
(
self
.
ak
,
self
.
sk
)
results
=
self
.
generate_image
(
text_prompts
=
args
.
text_prompts
,
style
=
args
.
style
,
resolution
=
args
.
resolution
,
topk
=
args
.
topk
,
visualization
=
args
.
visualization
,
output_dir
=
args
.
output_dir
)
...
...
@@ -254,9 +269,17 @@ class ErnieVilG:
self
.
arg_input_group
.
add_argument
(
'--text_prompts'
,
type
=
str
)
self
.
arg_input_group
.
add_argument
(
'--style'
,
type
=
str
,
default
=
'油画'
,
choices
=
[
'油画'
,
'水彩'
,
'粉笔画'
,
'卡通'
,
'儿童画'
,
'蜡笔画'
,
'探索无限'
],
default
=
'探索无限'
,
choices
=
[
'古风'
,
'油画'
,
'水彩'
,
'卡通'
,
'二次元'
,
'浮世绘'
,
'蒸汽波艺术'
,
'low poly'
,
'像素风格'
,
'概念艺术'
,
'未来主义'
,
'赛博朋克'
,
'写实风格'
,
'洛丽塔风格'
,
'巴洛克风格'
,
'超现实主义'
,
'探索无限'
],
help
=
"绘画风格"
)
self
.
arg_input_group
.
add_argument
(
'--resolution'
,
type
=
str
,
default
=
'1024*1024'
,
choices
=
[
'1024*1024'
,
'1024*1536'
,
'1536*1024'
],
help
=
"图像分辨率"
)
self
.
arg_input_group
.
add_argument
(
'--topk'
,
type
=
int
,
default
=
6
,
help
=
"选取保存前多少张图,最多10张"
)
self
.
arg_input_group
.
add_argument
(
'--ak'
,
type
=
str
,
default
=
None
,
help
=
"申请文心api使用token的ak"
)
self
.
arg_input_group
.
add_argument
(
'--sk'
,
type
=
str
,
default
=
None
,
help
=
"申请文心api使用token的sk"
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录