Linaqruf commited on
Commit
5811a80
β€’
1 Parent(s): 5778024

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+
5
+ # Hitokomoru Diffusion
6
+
7
+ Welcome to Hitokomoru Diffusion - a latent diffusion model that has been trained on Japanese Artist artwork, [γƒ’γƒˆγ“γ‚‚γ‚‹/Hitokomoru](https://www.pixiv.net/en/users/30837811). The current model has been fine-tuned with a learning rate of 2.0e-6 for 10000 training steps on 255 images. The model is trained using the [NovelAI Aspect Ratio Bucketing Tool](https://github.com/NovelAI/novelai-aspect-ratio-bucketing) so that it can be trained at non-square resolutions. Like other anime-style Stable Diffusion models, it also supports Danbooru tags to generate images.
8
+
9
+ e.g. **_1girl, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden_**
10
+
11
+ # Dataset
12
+
13
+ You can find datasets used to train this model [here](https://huggingface.co/datasets/Linaqruf/hitokomoru-tag)
14
+
15
+ ## Examples
16
+
17
+ Below are some examples of images generated using this model:
18
+
19
+ ### Using Hitomoru-5000.ckpt
20
+ **Anime Girl:**
21
+ ![Anime Girl](https://huggingface.co/Linaqruf/hitokomoru/resolve/main/girl-5000.png)
22
+
23
+ **Anime Boy:**
24
+ ![Anime Boy](https://huggingface.co/Linaqruf/hitokomoru/resolve/main/boy-5000.png)
25
+
26
+ ### Using Hitomoru-10000.ckpt
27
+
28
+ **Anime Girl:**
29
+ ![Anime Girl](https://huggingface.co/Linaqruf/hitokomoru/resolve/main/girl-10000.png)
30
+
31
+ **Anime Boy:**
32
+ ![Anime Boy](https://huggingface.co/Linaqruf/hitokomoru/resolve/main/boy-10000.png)
33
+
34
+ ## License
35
+
36
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
37
+ The CreativeML OpenRAIL License specifies:
38
+
39
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
40
+ 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
41
+ 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)
42
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
43
+
44
+ ## Credit
45
+ - [γƒ’γƒˆγ“γ‚‚γ‚‹/Hitokomoru](https://www.pixiv.net/en/users/30837811) for Datasets
46
+
47
+ ## Big Thanks to
48
+ - [Kohya](https://twitter.com/kohya_ss) with their [Kohya Trainer](https://note.com/kohya_ss/n/ne17e34dd51bf)