Linaqruf commited on
Commit
2120c08
1 Parent(s): d9dfb8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -92,8 +92,7 @@ with autocast("cuda"):
92
  image.save("anime_girl.png")
93
  ```
94
  ## Limitation
95
- - This model is overfitted and can't follow prompt well even after text encoder has been fixed, lead to laziness of prompting because you will get good result only by typing `1girl`
96
- - This model is an anime based model and also biased to anime female character, it's hard to generating manly male character without hard prompting
97
 
98
  ## Example
99
 
 
92
  image.save("anime_girl.png")
93
  ```
94
  ## Limitation
95
+ This model is overfitted and cannot follow prompts well, even after the text encoder has been fixed. This leads to laziness in prompting, as you will only get good results by typing 1girl. Additionally, this model is anime-based and biased towards anime female characters. It is difficult to generate masculine male characters without providing specific prompts. Furthermore, not much has changed compared to the Anything V3.0 base model, as it only involved swapping the VAE and CLIP models and then fine-tuning for 50 epochs with small scale datasets.
 
96
 
97
  ## Example
98