NebulaeWis commited on
Commit
e4ce5d1
1 Parent(s): 263c397

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +166 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: fair-ai-public-license-1.0-sd
4
+ license_link: https://freedevproject.org/faipl-1.0-sd/
5
+ language:
6
+ - en
7
+ base_model:
8
+ - OnomaAIResearch/Illustrious-xl-early-release-v0
9
+ pipeline_tag: text-to-image
10
+ tags:
11
+ - Diffusers
12
+ - Safetensors
13
+ ---
14
+
15
+ # New Image Generation Model
16
+
17
+ 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
+ # Model Introduction
22
+
23
+ ## Model Details
24
+ - **Developed by**: [Laxhar Lab](https://huggingface.co/Laxhar)
25
+
26
+ - **Model Type**: Diffusion-based text-to-image generative model
27
+
28
+ - **Fine-tuned from**: OnomaAIResearch/Illustrious-xl-early-release-v0
29
+
30
+ - **Sponsored by from**: [Lanyun Cloud](https://cloud.lanyun.net)
31
+
32
+ # Recommended Settings
33
+
34
+ ## Parameters
35
+ - CFG: 5 ~ 6
36
+ - Steps: 25 ~ 30
37
+ - Sampling Method:Euler a
38
+ - Resolution: Total area around 1024x1024. Best to choose from: 768x1344, **832x1216**, 896x1152, 1024x1024, 1152x896, 1216x832, 1344x768
39
+
40
+
41
+ ## Prompts
42
+
43
+ - Prompt Prefix:
44
+
45
+ ```
46
+ masterpiece, best quality, newest, absurdres, highres, safe,
47
+ ```
48
+
49
+ - Negative Prompt:
50
+
51
+ ```
52
+ nsfw, worst quality, old, early, low quality, lowres, signature, username, logo, bad hands, mutated hands, mammal, anthro, furry, ambiguous form, feral, semi-anthro
53
+ ```
54
+
55
+ # Usage Guidelines
56
+
57
+ ## Caption
58
+
59
+ ```
60
+ <1girl/1boy/1other/...>, <character>, <series>, <artists>, <special tags>, <general tags>, <other tags>
61
+ ```
62
+
63
+ ## Quality Tags
64
+
65
+ For quality tags, we evaluated image popularity through the following process:
66
+
67
+ - Data normalization based on various sources and ratings.
68
+ - Application of time-based decay coefficients according to date recency.
69
+ - Ranking of images within the entire dataset based on this processing.
70
+
71
+ Our ultimate goal is to ensure that quality tags effectively track user preferences in recent years.
72
+
73
+ | Percentile Range | Quality Tags |
74
+ | :--------------- | :------------- |
75
+ | > 95th | masterpiece |
76
+ | > 85th, <= 95th | best quality |
77
+ | > 60th, <= 85th | good quality |
78
+ | > 30th, <= 60th | normal quality |
79
+ | <= 30th | worst quality |
80
+
81
+
82
+ ## Date tags
83
+ | Year Range | Period |
84
+ |:-----------------|:------------------|
85
+ | 2005-2010 | old |
86
+ | 2011-2014 | early |
87
+ | 2014-2017 | mid |
88
+ | 2018-2020 | recent |
89
+ | 2021-2024 | newest |
90
+
91
+ ## Datasets
92
+ - Latest Danbooru images up to the training date(for v1.0,it mean approximately before 2024-10-23)
93
+ - E621 images [e621-2024-webp-4Mpixel](https://huggingface.co/datasets/NebulaeWis/e621-2024-webp-4Mpixel) dataset on Hugging Face
94
+ -
95
+ **Communication**
96
+
97
+ - **QQ Groups:**
98
+
99
+ - 875042008
100
+ - 914818692
101
+ - 635772191
102
+
103
+ - **Discord:** [Laxhar Dream Lab SDXL NOOB](https://discord.com/invite/DKnFjKEEvH)
104
+
105
+ **Utility Tool**
106
+
107
+ Laxhar Lab is training a dedicated ControlNet model for NoobXL, and the models are being released progressively. So far, the normal, depth, and canny have been released.
108
+
109
+ Model link: https://civitai.com/models/929685
110
+
111
+ # Model License
112
+
113
+ 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.
114
+
115
+ ## I. Usage Restrictions
116
+
117
+ - Prohibited use for harmful, malicious, or illegal activities, including but not limited to harassment, threats, and spreading misinformation.
118
+ - Prohibited generation of unethical or offensive content.
119
+ - Prohibited violation of laws and regulations in the user's jurisdiction.
120
+
121
+ ## II. Commercial Prohibition
122
+
123
+ We prohibit any form of commercialization, including but not limited to monetization or commercial use of the model, derivative models, or model-generated products.
124
+
125
+ ## III. Open Source Community
126
+
127
+ To foster a thriving open-source community,users MUST comply with the following requirements:
128
+
129
+ - Open source derivative models, merged models, LoRAs, and products based on the above models.
130
+ - Share work details such as synthesis formulas, prompts, and workflows.
131
+ - Follow the fair-ai-public-license to ensure derivative works remain open source.
132
+
133
+ ## IV. Disclaimer
134
+
135
+ Generated models may produce unexpected or harmful outputs. Users must assume all risks and potential consequences of usage.
136
+
137
+ # Participants and Contributors
138
+
139
+ ## Participants
140
+
141
+ - **L_A_X:** [Civitai](https://civitai.com/user/L_A_X) | [Liblib.art](https://www.liblib.art/userpage/9e1b16538b9657f2a737e9c2c6ebfa69) | [Huggingface](https://huggingface.co/LAXMAYDAY)
142
+ - **li_li:** [Civitai](https://civitai.com/user/li_li) | [Huggingface](https://huggingface.co/heziiiii)
143
+ - **nebulae:** [Civitai](https://civitai.com/user/kitarz) | [Huggingface](https://huggingface.co/NebulaeWis)
144
+ - **Chenkin:** [Civitai](https://civitai.com/user/Chenkin) | [Huggingface](https://huggingface.co/windsingai)
145
+ - **Euge:** [Civitai](https://civitai.com/user/Euge_) | [Huggingface](https://huggingface.co/Eugeoter) | [Github](https://github.com/Eugeoter)
146
+
147
+ ## Contributors
148
+
149
+ - **Narugo1992**: Thanks to [narugo1992](https://github.com/narugo1992) and the [deepghs](https://huggingface.co/deepghs) team for open-sourcing various training sets, image processing tools, and models.
150
+
151
+ - **Mikubill**: Thanks to [Mikubill](https://github.com/Mikubill) for the [Naifu](https://github.com/Mikubill/naifu) trainer.
152
+
153
+ - **Onommai**: Thanks to [OnommAI](https://onomaai.com/) for open-sourcing a powerful base model.
154
+
155
+ - **V-Prediction**: Thanks to the following individuals for their detailed instructions and experiments.
156
+
157
+ - adsfssdf
158
+ - [bluvoll](https://civitai.com/user/bluvoll)
159
+ - [bvhari](https://github.com/bvhari)
160
+ - [catboxanon](https://github.com/catboxanon)
161
+ - [parsee-mizuhashi](https://huggingface.co/parsee-mizuhashi)
162
+ - [very-aesthetic](https://github.com/very-aesthetic)
163
+ - [momoura](https://civitai.com/user/momoura)
164
+ - madmanfourohfour
165
+
166
+ - **Community**: [aria1th261](https://civitai.com/user/aria1th261), [neggles](https://github.com/neggles/neurosis), [sdtana](https://huggingface.co/sdtana), [chewing](https://huggingface.co/chewing), [irldoggo](https://github.com/irldoggo), [reoe](https://huggingface.co/reoe), [kblueleaf](https://civitai.com/user/kblueleaf), [Yidhar](https://github.com/Yidhar), ageless, 白玲可, Creeper, KaerMorh, 吟游诗人, SeASnAkE, [zwh20081](https://civitai.com/user/zwh20081), Wenaka⁧~喵, 稀里哗啦, 幸运二副, 昨日の約, 445, [EBIX](https://civitai.com/user/EBIX), [Sopp](https://huggingface.co/goyishsoyish), [Y_X](https://civitai.com/user/Y_X), [Minthybasis](https://civitai.com/user/Minthybasis), [Rakosz](https://civitai.com/user/Rakosz)