Korakoe commited on
Commit
2946c0e
1 Parent(s): df2729e
Files changed (2) hide show
  1. OpenNiji.ckpt +3 -0
  2. README.md +46 -0
OpenNiji.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ef271ef3d807091046cc3853081bf615a58b69b7f091b6c63c2588ea67232c
3
+ size 2132856622
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ![Logo](https://i.imgur.com/7jAg1Jq.png)
3
+
4
+
5
+ # OpenNiji
6
+ The Stable Diffusion model trained on Nijijourney images!
7
+
8
+
9
+
10
+
11
+
12
+ ## Acknowledgements
13
+
14
+ - [Anythingv4.5 - Andite](https://huggingface.co/andite/anything-v4.0)
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/IF7s7am.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/VmzNURA.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
+
31
+ ### Small Note
32
+
33
+ This model already has the in01 trick applied, so this model should
34
+ be better at generating hands!
35
+
36
+
37
+ ## License
38
+
39
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
40
+ The CreativeML OpenRAIL License specifies:
41
+
42
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
43
+ 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
44
+ 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)
45
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
46
+