FredZhang7
commited on
Commit
·
f533e5a
1
Parent(s):
b9e2798
Add text-to-image examples
Browse files
README.md
CHANGED
@@ -25,8 +25,14 @@ Trained on the 80K Safebooru prompts
|
|
25 |
Todo:
|
26 |
- complete data preprocessing and training description
|
27 |
- upload Danbooru model
|
28 |
-
- show text-to-image examples using generated tags
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Greedy Search
|
32 |
```python
|
@@ -55,4 +61,4 @@ print('\033[92m' + '\n\n'.join(outs) + '\033[0m\n')
|
|
55 |
|
56 |
Output Example:
|
57 |
|
58 |
-
![](./greedy_search.png)
|
|
|
25 |
Todo:
|
26 |
- complete data preprocessing and training description
|
27 |
- upload Danbooru model
|
|
|
28 |
|
29 |
+
## Text-to-image Examples
|
30 |
+
|
31 |
+
Prefix *1girl* | [Generated *1girl* prompts](./anime_girl_settings.txt)
|
32 |
+
|
33 |
+
![](./anime_girls.png)
|
34 |
+
|
35 |
+
Prefix *1boy* | [Generated *1boy* prompts](./anime_boy_settings.txt)
|
36 |
|
37 |
## Greedy Search
|
38 |
```python
|
|
|
61 |
|
62 |
Output Example:
|
63 |
|
64 |
+
![](./greedy_search.png)
|