MehjourneyClosedAI commited on
Commit
1ebf9ed
1 Parent(s): 5c53bc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
 
 
 
 
 
 
2
  license: creativeml-openrail-m
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
+ - open-anime-journey
8
  license: creativeml-openrail-m
9
+ inference: true
10
  ---
11
+ # OpenAnimeJourney
12
+ - Dataset: 2040 images
13
+ - Training steps: 12000
14
+ - Learning rate: 2e-6
15
+ - Base model: [Anything V3](https://huggingface.co/Linaqruf/anything-v3.0)
16
+ - Output examples:
17
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982353220120576/a1.png width=50% height=50%>
18
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982352909733908/a2.png width=50% height=50%>
19
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982352586780722/a3.png width=50% height=50%>
20
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982352146370610/a4.png width=50% height=50%>
21
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982351806640199/a5.png width=50% height=50%>
22
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982351391395941/a6.png width=50% height=50%>
23
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982351051665438/a7.png width=50% height=50%>
24
+ <img src=https://cdn.discordapp.com/attachments/879664788337209347/1055982350678364261/a8.png width=50% height=50%>
25
+
26
+ ## License
27
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
28
+ The CreativeML OpenRAIL License specifies:
29
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
30
+ 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
31
+ 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)
32
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
33
+
34
+ ## Special thanks to:
35
+ - Linaqruf & Andite for helping me solving various problems while training model.
36
+ - Kohya for the awesome finetune trainer.
37
+