natsusakiyomi commited on
Commit
92130fa
1 Parent(s): 630c823

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -1
README.md CHANGED
@@ -8,4 +8,100 @@ tags:
8
  - stable-diffusion-diffusers
9
  - text-to-image
10
  library_name: diffusers
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - stable-diffusion-diffusers
9
  - text-to-image
10
  library_name: diffusers
11
+ ---
12
+
13
+ ---
14
+
15
+ <h4>📄 ライセンス / License</h4>
16
+ <div class="px-2">
17
+ <table class="table-fixed border mt-0 text-xs">
18
+ <tbody>
19
+ <tr>
20
+ <td class="px-4 text-base" colspan="2">
21
+ <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">
22
+ 修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license
23
+ </a>
24
+ </td>
25
+ </tr>
26
+ <tr>
27
+ <td class="align-middle px-2 w-8">
28
+ <span class="text-green-500">
29
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
30
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
31
+ </svg>
32
+ </span>
33
+ </td>
34
+ <td>
35
+ このモデルのクレジットを入れずに使用する<br>
36
+ Use the model without crediting the creator
37
+ </td>
38
+ </tr>
39
+ <tr>
40
+ <td class="align-middle px-2 w-8">
41
+ <span class="text-green-500">
42
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
43
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
44
+ </svg>
45
+ </span>
46
+ </td>
47
+ <td>
48
+ このモデルで生成した画像を商用利用する<br>
49
+ Sell images they generate
50
+ </td>
51
+ </tr>
52
+ <tr class="bg-danger-100">
53
+ <td class="align-middle px-2 w-8">
54
+ <span class="text-red-500">
55
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
56
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
57
+ </svg>
58
+ </span>
59
+ </td>
60
+ <td>
61
+ このモデルを商用の画像生成サービスで利用する</br>
62
+ Run on services that generate images for money
63
+ </td>
64
+ </tr>
65
+ <tr>
66
+ <td class="align-middle px-2 w-8">
67
+ <span class="text-green-500">
68
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
69
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
70
+ </svg>
71
+ </span>
72
+ </td>
73
+ <td>
74
+ このモデルを使用したマージモデルを共有する<br>
75
+ Share merges using this model
76
+ </td>
77
+ </tr>
78
+ <tr class="bg-danger-100">
79
+ <td class="align-middle px-2 w-8">
80
+ <span class="text-red-500">
81
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
82
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
83
+ </svg>
84
+ </span>
85
+ </td>
86
+ <td>
87
+ このモデル、またはこのモデルをマージしたモデルを販売する</br>
88
+ Sell this model or merges using this model
89
+ </td>
90
+ </tr>
91
+ <tr class="bg-danger-100">
92
+ <td class="align-middle px-2 w-8">
93
+ <span class="text-red-500">
94
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
95
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
96
+ </svg>
97
+ </span>
98
+ </td>
99
+ <td>
100
+ このモデルをマージしたモデルに異なる権限を設定する</br>
101
+ Have different permissions when sharing merges
102
+ </td>
103
+ </tr>
104
+ </tbody>
105
+ </table>
106
+ </div>
107
+