Vsukiyaki commited on
Commit
13a86f8
1 Parent(s): 4071841

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,3 +1,66 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+ # Shungiku-Mix
5
+
6
+ ## 概要 / Overview
7
+
8
+ - **Shungiku-Mix**は、アニメ風の画風に特化したマージモデルです。
9
+ **Shungiku-Mix** is a merge model that specializes in an anime-like painting style.
10
+
11
+ - 幻想的な空や光の表現が得意です。
12
+ This model excels in the expression of fantastic skies and light.
13
+
14
+ - VAEはお好きなものをお使いください。VAEが無くても鮮やかな色合いで出力されますが、clearvaeを使用することを推奨しています。
15
+ You can use whatever VAE you like. The output will be vividly tinted without VAE, but we recommend using clearvae.
16
+ <hr>
17
+
18
+ ## 推奨設定 / Recommended Settings
19
+
20
+ ```
21
+ Steps: 20 ~ 60
22
+ Sampler: DPM++ SDE Karras
23
+ CFG scale: 7.5
24
+ Denoising strength: 0.55
25
+ Hires steps: 20
26
+ Hires upscaler: Latent
27
+ Clip skip: 2
28
+ Negative embeddings: EasyNegative, verybadimagenegative
29
+ ```
30
+
31
+ **Negative prompt**:
32
+
33
+ ```
34
+ (easynegative:1.0),(worst quality,low quality:1.2),(bad anatomy:1.4),(realistic:1.1),nose,lips,adult,fat,sad, (inaccurate limb:1.2),extra digit,fewer digits,six fingers,(monochrome:0.95),verybadimagenegative_v1.3,
35
+ ```
36
+
37
+ <hr>
38
+
39
+ ## ライセンス / License
40
+
41
+ ### **CreativeML OpenRAIL-M ライセンス / CreativeML OpenRAIL-M license**
42
+
43
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:
44
+
45
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
46
+
47
+ 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
48
+
49
+ 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) Please read the full license here :https://huggingface.co/spaces/CompVis/stable-diffusion-license
50
+
51
+ <br>
52
+
53
+ #### 【和訳】
54
+
55
+ このモデルはオープンアクセスであり、すべての人が利用できます。CreativeML OpenRAIL-M ライセンスにより、権利と使用方法がさらに規定されています。CreativeML OpenRAIL ライセンスでは、次のことが規定されています。
56
+
57
+ 1. モデルを使用して、違法または有害な出力またはコンテンツを意図的に作成または共有することはできません。
58
+
59
+ 2. 作成者は、あなたが生成した出力に対していかなる権利も主張しません。あなたはそれらを自由に使用でき、ライセンスに設定された規定に違反してはならない使用について説明責任を負います。
60
+
61
+ 3. 重みを再配布し、モデルを商用および/またはサービスとして使用することができます。その場合、ライセンスに記載されているのと同じ使用制限を含め、CreativeML OpenRAIL-M のコピーをすべてのユーザーと共有する必要があることに注意してください。 (ライセンスを完全にかつ慎重にお読みください。) [こちらからライセンス全文をお読みください。](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
62
+
63
+ <hr>
64
+
65
+
66
+ <hr>