FredZhang7 commited on
Commit
394bb40
1 Parent(s): 2292137

Fix formatting

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -25,7 +25,6 @@ This model was trained on a dataset of **80,000** safe anime prompts for 3 epoch
25
  I didn't release the V1 model because it only generated gibberish prompts. After trying all means to correct that behavior, I eventually figured that the cause of the gibberish prompts is not from the pipeline params, model structure or training duration, but rather from the random usernames in the training data.
26
  Here's the complete [prompt preprocessing algorithm](./preprocess.py).
27
 
28
- [Danbooru model](https://huggingface.co/FredZhang7/danbooru-tag-generator)
29
 
30
  ## Text-to-image Examples
31
 
@@ -77,4 +76,7 @@ Please see [Fast GPT PromptGen](https://huggingface.co/FredZhang7/distilgpt2-sta
77
  - If you feel like a generated anime character doesn't show emotions, try emoticons like `;o`, `:o`, `;p`, `:d`, `:p`, and `;d` in the prompt.
78
  I also use `happy smirk`, `happy smile`, `laughing closed eyes`, etc. to make the characters more lively and expressive.
79
 
80
- - Adding `absurdres`, instead of `highres` and `masterpiece`, to a prompt can drastically increase the sharpness and resolution of a generated image.
 
 
 
 
25
  I didn't release the V1 model because it only generated gibberish prompts. After trying all means to correct that behavior, I eventually figured that the cause of the gibberish prompts is not from the pipeline params, model structure or training duration, but rather from the random usernames in the training data.
26
  Here's the complete [prompt preprocessing algorithm](./preprocess.py).
27
 
 
28
 
29
  ## Text-to-image Examples
30
 
 
76
  - If you feel like a generated anime character doesn't show emotions, try emoticons like `;o`, `:o`, `;p`, `:d`, `:p`, and `;d` in the prompt.
77
  I also use `happy smirk`, `happy smile`, `laughing closed eyes`, etc. to make the characters more lively and expressive.
78
 
79
+ - Adding `absurdres`, instead of `highres` and `masterpiece`, to a prompt can drastically increase the sharpness and resolution of a generated image.
80
+
81
+ ## Danbooru
82
+ [Link to the Danbooru version](https://huggingface.co/FredZhang7/danbooru-tag-generator)