ljleb commited on
Commit
ce2b5db
·
verified ·
1 Parent(s): b6997cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,13 +63,13 @@ The distribution of timestep t sampled during grads accumulation is very importa
63
  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 on their huggingface, the prompt followed the format:
64
 
65
  ```
66
- masterpiece, best quality, newest, absurdres, highres, safe, <caption>
67
  ```
68
 
69
  and following the guidance from the readme of the huggingface release for animagine, animagine prompts follow this format:
70
 
71
  ```
72
- <caption>, masterpiece, high score, great score, absurdres
73
  ```
74
 
75
  The prompts are then prepended for half of the dataset by a random artist following the distribution of artists in the Danbooru image board (only including users that were trained on, those that have a larger catalogue get more weight). In particular, at each gradient accumulation step, we either prepend an artist tag to the prompt of NoobAI (for even iterations) or that of Animagine (for odd iterations) but never both at the same time.
 
63
  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 on their huggingface, the prompt followed the format:
64
 
65
  ```
66
+ masterpiece, best quality, newest, absurdres, highres, safe, <ordered danbooru tags>
67
  ```
68
 
69
  and following the guidance from the readme of the huggingface release for animagine, animagine prompts follow this format:
70
 
71
  ```
72
+ <ordered danbooru tags>, masterpiece, high score, great score, absurdres
73
  ```
74
 
75
  The prompts are then prepended for half of the dataset by a random artist following the distribution of artists in the Danbooru image board (only including users that were trained on, those that have a larger catalogue get more weight). In particular, at each gradient accumulation step, we either prepend an artist tag to the prompt of NoobAI (for even iterations) or that of Animagine (for odd iterations) but never both at the same time.