Rita7th commited on
Commit
6e689b1
1 Parent(s): c7caa45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -3
README.md CHANGED
@@ -1,3 +1,86 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ language:
4
+ - ja
5
+ - en
6
+ pipeline_tag: text-to-image
7
+ tags:
8
+ - anime
9
+ - stable-diffusion
10
+ - text-to-image
11
+ - Safetensors
12
+ library_name: diffusers
13
+ ---
14
+
15
+ - [説明 / Description](#説明--description)
16
+ - [比較 / Comparison](#比較--comparison)
17
+ - [サンプル / Sample](#サンプル--sample)
18
+ - [設定 / Settings](#設定--settings)
19
+ - [ライセンス / License](#ライセンス--license)
20
+ - [その他 / others](#その他--others)
21
+
22
+ ***
23
+ ## 説明 / Description
24
+ - Pony Diffusion V6 XLを基にしたマージモデルです。
25
+ 2種類の画風があり、それぞれに無調整の物と色合いと瞳の描写を調整した物があります。
26
+ - This is a merged model based on "Pony Diffusion V6 XL".
27
+ There are two different styles, each with an unadjusted version and one with adjusted color and eye depiction.
28
+
29
+ ***
30
+ ## 比較 / Comparison
31
+ |☆|**Model:Equuleus**|**Model:Sagittarius**|
32
+ | ---- | ---- | ---- |
33
+ |**Alpha(unadjusted)**|<img src="Equuleus(Alpha)_Pony_mix_V.1.0.0.png" width= "320px">|<img src="Sagittarius(Alpha)_Pony_mix_V.1.0.0.png" width= "320px">|
34
+ |**Beta(adjusted)**|<img src="Equuleus(Beta)_Pony_mix_V.1.0.0.png" width= "320px">|<img src="Sagittarius(Beta)_Pony_mix_V.1.0.0.png" width= "320px">|
35
+
36
+ ***
37
+ ## サンプル / Sample
38
+
39
+ - [サンプルリスト/SampleList](./Sample/SampleList.md)
40
+
41
+ ***
42
+ ## 設定 / Settings
43
+
44
+ **prompt**
45
+ > score_9, masterpiece
46
+
47
+ - 好みで下記のプロンプトを追加してください。
48
+ - Add the following prompts as desired.
49
+ > source_anime
50
+
51
+ **Negative prompt**
52
+ > score_6, score_5, score_4, source_pony, source_furry, source_cartoon
53
+
54
+ **Sampling method**
55
+ > "Euler a" or "DPM++ 2M"
56
+
57
+ **VAE**
58
+ > None
59
+
60
+ - その他の設定はPony Diffusion V6 XLの設定をご参考にしてください。
61
+ - For other settings, please refer to the Pony Diffusion V6 XL settings.
62
+
63
+ ***
64
+ ## ライセンス / License
65
+ - ライセンスについて、Pony Diffusion V6 XLから継承しています。
66
+ 必ずアップロード元のページをご確認ください。
67
+ - The license is inherited from "Pony Diffusion V6 XL".
68
+ Please be sure to check the original upload page.
69
+
70
+ **Base model** : [Pony Diffusion V6 XL](https://civitai.com/models/257749?modelVersionId=290640)
71
+ **License** : [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
72
+ ***
73
+ ## その他 / Others
74
+ - このモデルはHuggingFaceとCivitaiのみにアップロードしています。
75
+ - This model is only uploaded to HuggingFace and Civitai.
76
+
77
+
78
+ - 調整版には下記のLoraを適用しています。
79
+ - The following Lora has been applied to the adjusted version.
80
+
81
+ **Equuleus**
82
+ [SaturationSlider_A_XL(Pony)](https://huggingface.co/Rita7th/XL_Lora_Storage_Pony/blob/main/Description/Description_Setting.md#saturationslider_a) / 1.0
83
+ [HighlightEyes_F_XL(Pony)](https://huggingface.co/Rita7th/XL_Lora_Storage_Pony/blob/main/Description/Description_Eyes.md#%E3%83%8F%E3%82%A4%E3%83%A9%E3%82%A4%E3%83%88--highlighteyes) / 1.0
84
+ **Sagittarius**
85
+ [PastelSlider_A_XL(Pony)](https://huggingface.co/Rita7th/XL_Lora_Storage_Pony/blob/main/Description/Description_Setting.md#pastelslider_a) / 1.0
86
+ [HighlightEyes_F_XL(Pony)](https://huggingface.co/Rita7th/XL_Lora_Storage_Pony/blob/main/Description/Description_Eyes.md#%E3%83%8F%E3%82%A4%E3%83%A9%E3%82%A4%E3%83%88--highlighteyes) / 1.0