Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: creativeml-openrail-m
|
5 |
+
thumbnail: "https://huggingface.co/Nerfgun3/NewArtModel4/resolve/main/preview/Preview%201.png"
|
6 |
+
tags:
|
7 |
+
- stable-diffusion
|
8 |
+
- text-to-image
|
9 |
+
- image-to-image
|
10 |
+
inference: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# NewArtModel Version 4
|
14 |
+
|
15 |
+
## Why NewArtModel?
|
16 |
+
|
17 |
+
The model itself is mainly based on WaifuDiffusion3 and was finetuned using a dataset of my own artwork and collected artwork of others.
|
18 |
+
|
19 |
+
<img alt="Showcase" src="https://huggingface.co/Nerfgun3/NewArtModel4/resolve/main/preview/Preview%201.png"/>
|
20 |
+
|
21 |
+
# Showcase
|
22 |
+
|
23 |
+
## Example 1
|
24 |
+
|
25 |
+
<img alt="Showcase" src="https://huggingface.co/Nerfgun3/NewArtModel4/resolve/main/preview/Preview%202.png"/>
|
26 |
+
```
|
27 |
+
m_style, 1girl, (masterpiece:1.2), ((best quality)), (ultra-detailed)
|
28 |
+
Steps: 32, Sampler: Euler a, CFG scale: 7
|
29 |
+
```
|
30 |
+
## Example 2
|
31 |
+
<img alt="Showcase" src="https://huggingface.co/Nerfgun3/NewArtModel4/resolve/main/preview/Preview%203.png"/>
|
32 |
+
```
|
33 |
+
m_style, 1girl, (masterpiece:1.2), ((best quality)), (ultra-detailed), (barbosa_style:0.8)
|
34 |
+
Steps: 32, Sampler: Euler a, CFG scale: 7
|
35 |
+
```
|
36 |
+
|
37 |
+
I hope you enjoy the model. If you have any questions, you can ask me anything via Discord: "Nerfgun3#7508"
|
38 |
+
|
39 |
+
## License
|
40 |
+
|
41 |
+
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
42 |
+
The CreativeML OpenRAIL License specifies:
|
43 |
+
|
44 |
+
1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
|
45 |
+
2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
|
46 |
+
3. You may re-distribute the weights and use the embedding commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
|
47 |
+
[Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
|