NebulaeWis
commited on
Commit
•
f5bcb3c
1
Parent(s):
aa0bdc9
Update README.md
Browse files
README.md
CHANGED
@@ -18,10 +18,24 @@ This is an image generation model based on training from Illustrious-xl.
|
|
18 |
|
19 |
It utilizes the latest full Danbooru and e621 datasets for training, with native tags caption.
|
20 |
|
|
|
21 |
|
22 |
-
##
|
23 |
-
-
|
24 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Caption
|
27 |
```
|
@@ -53,6 +67,10 @@ Our ultimate goal is to ensure that quality tags effectively track user preferen
|
|
53 |
| 2018-2020 | recent |
|
54 |
| 2021-2024 | newest |
|
55 |
|
|
|
|
|
|
|
|
|
56 |
# Model License
|
57 |
|
58 |
This model's license inherits from https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0 fair-ai-public-license-1.0-sd and adds the following terms. Any use of this model and its variants is bound by this license.
|
|
|
18 |
|
19 |
It utilizes the latest full Danbooru and e621 datasets for training, with native tags caption.
|
20 |
|
21 |
+
# Recommended Settings
|
22 |
|
23 |
+
## Parameters
|
24 |
+
- CFG: 5 ~ 6
|
25 |
+
- Steps: 25 ~ 30
|
26 |
+
- Sampling Method:Euler a
|
27 |
+
|
28 |
+
## Prompts
|
29 |
+
|
30 |
+
- Prompt:
|
31 |
+
```
|
32 |
+
masterpiece, best quality, newest, absurdres, highres, safe,
|
33 |
+
```
|
34 |
+
- Negative Prompt:
|
35 |
+
|
36 |
+
```
|
37 |
+
worst quality,old,early,low quality,quality,lowres,signature,username,bad id,bad twitter id,english commentary,logo,bad hands,mutated hands,mammal,anthro,furry,ambiguous_form,feral,semi-anthro
|
38 |
+
```
|
39 |
|
40 |
## Caption
|
41 |
```
|
|
|
67 |
| 2018-2020 | recent |
|
68 |
| 2021-2024 | newest |
|
69 |
|
70 |
+
## Datasets
|
71 |
+
- Latest Danbooru images up to the training date(for v1.0,it mean before 2024-10-23)
|
72 |
+
- E621 images [e621-2024-webp-4Mpixel](https://huggingface.co/datasets/NebulaeWis/e621-2024-webp-4Mpixel) dataset on Hugging Face
|
73 |
+
|
74 |
# Model License
|
75 |
|
76 |
This model's license inherits from https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0 fair-ai-public-license-1.0-sd and adds the following terms. Any use of this model and its variants is bound by this license.
|