Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,36 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Recipe
|
6 |
|
7 |
**NAI-X-base**
|
|
|
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 |
+
base_model:
|
6 |
+
- Laxhar/noobai-XL-Vpred-1.0
|
7 |
+
pipeline_tag: text-to-image
|
8 |
+
library_name: diffusers
|
9 |
+
tags:
|
10 |
+
- safetensors
|
11 |
+
- diffusers
|
12 |
+
- stable-diffusion
|
13 |
+
- stable-diffusion-xl
|
14 |
---
|
15 |
|
16 |
+
## Descriptions
|
17 |
+
|
18 |
+
**NAI-X** is an improved version of the vpred model NoobAI-XL.
|
19 |
+
|
20 |
+
**Improved:**
|
21 |
+
* anatomy (people first)
|
22 |
+
* composition
|
23 |
+
* colors
|
24 |
+
* stability
|
25 |
+
* backgrounds
|
26 |
+
|
27 |
+
|
28 |
+
## Models
|
29 |
+
|
30 |
+
* [NAI-X-soft](https://huggingface.co/rityak/NAI-X-vpred/resolve/main/NAI-X-soft-vpred.safetensors?download=true) - a gentle improvement on NoobAI-XL, the main changes affect composition, anatomy, and colors. Simpler negatives can be used, generation has a more cohesive and pleasing style. All original tokens and tags must be used.
|
31 |
+
* [NAI-X-zero](https://huggingface.co/rityak/NAI-X-vpred/resolve/main/NAI-X-zero-vpred.safetensors?download=true) - a version of the model with stronger changes compared to NAI-X-soft, but it is also meant to be just an improved version of NoobAI-XL. More influence on faces and details, composition and anotomy are on par with the soft version of the model.
|
32 |
+
|
33 |
+
|
34 |
## Recipe
|
35 |
|
36 |
**NAI-X-base**
|