nicholascao
commited on
Commit
•
42d0813
1
Parent(s):
2ce8e89
update model
Browse files- README.md +10 -1
- config.json +2 -2
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
|
15 |
我们开源了一个自动Prompt生成模型,您可以直接输入一个极其简单的Prompt,就可以得到经过语言模型优化过的Prompt,帮助您更简单地生成高颜值图像。
|
16 |
|
17 |
-
We release an automatic Prompt generation model, you can directly enter an extremely simple Prompt and get a Prompt optimized by the language model to help you generate
|
18 |
|
19 |
* Github: [EasyNLP](https://github.com/alibaba/EasyNLP)
|
20 |
|
@@ -47,6 +47,15 @@ print(prompts)
|
|
47 |
|
48 |
## 作品展示 Gallery
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
| Original | BeautifulPrompt |
|
51 |
| ---------------------------------------- | ---------------------------------- |
|
52 |
| prompt: taylor swift, country, golden, fearless,wavehair | prompt: portrait of taylor swift as a beautiful woman, long hair, country, golden ratio, intricate, symmetrical, cinematic lighting, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration |
|
|
|
14 |
|
15 |
我们开源了一个自动Prompt生成模型,您可以直接输入一个极其简单的Prompt,就可以得到经过语言模型优化过的Prompt,帮助您更简单地生成高颜值图像。
|
16 |
|
17 |
+
We release an automatic Prompt generation model, you can directly enter an extremely simple Prompt and get a Prompt optimized by the language model to help you generate more beautiful images simply.
|
18 |
|
19 |
* Github: [EasyNLP](https://github.com/alibaba/EasyNLP)
|
20 |
|
|
|
47 |
|
48 |
## 作品展示 Gallery
|
49 |
|
50 |
+
<style>
|
51 |
+
table th:first-of-type {
|
52 |
+
width: 50%;
|
53 |
+
}
|
54 |
+
table th:nth-of-type(2) {
|
55 |
+
width: 50%;
|
56 |
+
}
|
57 |
+
</style>
|
58 |
+
|
59 |
| Original | BeautifulPrompt |
|
60 |
| ---------------------------------------- | ---------------------------------- |
|
61 |
| prompt: taylor swift, country, golden, fearless,wavehair | prompt: portrait of taylor swift as a beautiful woman, long hair, country, golden ratio, intricate, symmetrical, cinematic lighting, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration |
|
config.json
CHANGED
@@ -24,8 +24,8 @@
|
|
24 |
"skip_bias_add": true,
|
25 |
"skip_bias_add_qkv": false,
|
26 |
"slow_but_exact": false,
|
27 |
-
"torch_dtype": "
|
28 |
-
"transformers_version": "4.
|
29 |
"unk_token_id": 0,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250880
|
|
|
24 |
"skip_bias_add": true,
|
25 |
"skip_bias_add_qkv": false,
|
26 |
"slow_but_exact": false,
|
27 |
+
"torch_dtype": "float16",
|
28 |
+
"transformers_version": "4.27.4",
|
29 |
"unk_token_id": 0,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250880
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8da7879590b07ed703a20a150bb3dd20e6df6d132596827c2b7b5c1570a32cd
|
3 |
+
size 2130723617
|