Korakoe commited on
Commit
63a1f6c
1 Parent(s): e1a0931

Commit Safetensors model and READMEN.md

Browse files
Files changed (2) hide show
  1. OpenNiji-V2.safetensors +3 -0
  2. README.md +54 -3
OpenNiji-V2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1423c9c9ce931235f4a4adb3d10da3cdb5d012f391145ff4524de7544bba90cf
3
+ size 2132625640
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ![Logo](https://i.imgur.com/cZMzjI6.png)
3
+
4
+
5
+ # OpenNiji-V2
6
+ The **NEW** Stable Diffusion model trained on **180k** Nijijourney images!
7
+
8
+
9
+
10
+
11
+
12
+ ## Acknowledgements
13
+
14
+ - [SD-Silicon - Xynon](https://huggingface.co/Xynon/SD-Silicon)
15
+ - [Nijijourney - Spellbrush](https://nijijourney.com/en/)
16
+ - [Kohya Trainer - bmaltais](https://github.com/bmaltais/kohya_ss)
17
+
18
+
19
+
20
+ ## Results
21
+
22
+ ![Result](https://i.imgur.com/dDR1tRn.png)
23
+ ```
24
+ 1girl, eyes closed, slight smile, underwater, water bubbles, reflection, long light brown hair, bloom, depth of field, bokeh
25
+ ```
26
+ ![Result](https://i.imgur.com/B5HtiVz.png)
27
+ ```
28
+ masterpiece, best quality, 1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewellery, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt
29
+ ```
30
+ ![Result](https://i.imgur.com/GwEagun.png)
31
+ ```
32
+ 1girl, looking at viewer, (highly detailed), (realistic), reflections (transparent) iridescent opaque jacket, long transparent iridescent hair, bloom, depth of field, bokeh, cinematic lighting, dynamic pose, (full body), ((ultra realistic perfect face))
33
+ ```
34
+
35
+ ## Dataset
36
+
37
+ Due to the size of the dataset (and how it was scraped) there are quite a few broken images and images without prompts, we plan to resolve these issues and release the dataset eventually. The dataset is 196 GB in size and took 1 night of scraping all the nijijourney image generation channels.
38
+
39
+ ## Small Note
40
+
41
+ This model already has the in01 trick applied, so this model should be better at generating hands!
42
+ - (This is not going to work 100% of the time, and manual hand fixes may be required)
43
+
44
+
45
+ ## License
46
+
47
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
48
+ The CreativeML OpenRAIL License specifies:
49
+
50
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
51
+ 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
52
+ 3. You may re-distribute the weights and use the model 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)
53
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
54
+