Update README.md
Browse files
README.md
CHANGED
@@ -92,8 +92,7 @@ with autocast("cuda"):
|
|
92 |
image.save("anime_girl.png")
|
93 |
```
|
94 |
## Limitation
|
95 |
-
|
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 |
|