Update README.md
Browse files
README.md
CHANGED
@@ -61,13 +61,13 @@ The distribution of timestep t sampled during grads accumulation is very importa
|
|
61 |
|
62 |
## Merge Details
|
63 |
|
64 |
-
For this merge, I gathered 10K random danbooru images from the danbooru2023 dataset (https://huggingface.co/datasets/KBlueLeaf/danbooru2023-metadata-database/tree/main), each with at least 1024^2 pixels (not necessarily square). For NoobAI, following the guidance from the readme
|
65 |
|
66 |
```
|
67 |
masterpiece, best quality, newest, absurdres, highres, safe, <ordered danbooru tags>
|
68 |
```
|
69 |
|
70 |
-
|
71 |
|
72 |
```
|
73 |
<ordered danbooru tags>, masterpiece, high score, great score, absurdres
|
|
|
61 |
|
62 |
## Merge Details
|
63 |
|
64 |
+
For this merge, I gathered 10K random danbooru images from the danbooru2023 dataset (https://huggingface.co/datasets/KBlueLeaf/danbooru2023-metadata-database/tree/main), each with at least 1024^2 pixels (not necessarily square). For NoobAI, following the guidance from the readme of the huggingface release, the prompt followed the format:
|
65 |
|
66 |
```
|
67 |
masterpiece, best quality, newest, absurdres, highres, safe, <ordered danbooru tags>
|
68 |
```
|
69 |
|
70 |
+
For Animagine, following the guidance from the readme of the huggingface release, the prompts follow this format:
|
71 |
|
72 |
```
|
73 |
<ordered danbooru tags>, masterpiece, high score, great score, absurdres
|