JujoHotaru commited on
Commit
b6407ec
1 Parent(s): 6330e5f
Files changed (1) hide show
  1. sdxl/wink/README.md +86 -0
sdxl/wink/README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ウィンク補助 / Wink helper
2
+
3
+ ![](thumb.webp)
4
+
5
+ `one eye closed`のプロンプトで片目を閉じた表情を出す場合に、どちらの目を閉じるかと、閉じた目の形状を固定化することができます。
6
+
7
+ When `one eye closed` prompt is used to produce a one eye closed expression, you can fix which eye is closed and the shape of the closed eye with these LoRAs.
8
+
9
+ ---
10
+
11
+ ## 使い方 / How to use
12
+
13
+ LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。
14
+ 標準の適用強度(1.0)で意図した状態にならない場合は、強度を1.5~2.0くらいまで上げてみてください。
15
+
16
+ It works by simply enabling LoRA. No extra prompts are necessary.
17
+ If eyes do not close as desired, try increasing LoRA strength (to approx. 1.5 - 2.0).
18
+
19
+ ---
20
+
21
+ ## ダウンロード / Download
22
+
23
+ - **右目**を閉じる・**上向き**カーブ形状 / **Right** eye closed with **upward** curve
24
+ - [**ダウンロード(Download) v1.0** (wink1_right_xl_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/wink1_right_xl_v10.safetensors?download=true)
25
+ - **右目**を閉じる・**下向き**カーブ形状 / **Right** eye closed with **downward** curve
26
+ - [**ダウンロード(Download) v1.0** (wink2_right_xl_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/wink2_right_xl_v10.safetensors?download=true)
27
+ - **左目**を閉じる・**上向き**カーブ形状 / **Left** eye closed with **upward** curve
28
+ - [**ダウンロード(Download) v1.0** (wink1_left_xl_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/wink1_left_xl_v10.safetensors?download=true)
29
+ - **左目**を閉じる・**下向き**カーブ形状 / **Left** eye closed with **downward** curve
30
+ - [**ダウンロード(Download) v1.0** (wink2_left_xl_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/wink2_left_xl_v10.safetensors?download=true)
31
+
32
+ ---
33
+
34
+ ## 適用サンプル / Sample gallery
35
+
36
+ ### 右目を閉じる・上向きカーブ形状 / Right eye closed with upward curve
37
+
38
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
39
+
40
+ smile / angry/ expressionless
41
+
42
+ ![](wink1_right_xl_v10_sample1.webp)
43
+ ![](wink1_right_xl_v10_sample2.webp)
44
+ ![](wink1_right_xl_v10_sample3.webp)
45
+
46
+ </details>
47
+
48
+ ### 右目を閉じる・下向きカーブ形状 / Right eye closed with downward curve
49
+
50
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
51
+
52
+ smile / angry/ expressionless
53
+
54
+ ![](wink2_right_xl_v10_sample1.webp)
55
+ ![](wink2_right_xl_v10_sample2.webp)
56
+ ![](wink2_right_xl_v10_sample3.webp)
57
+
58
+ </details>
59
+
60
+ ### 左目を閉じる・上向きカーブ形状 / Left eye closed with upward curve
61
+
62
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
63
+
64
+ smile / angry/ expressionless
65
+
66
+ ![](wink1_left_xl_v10_sample1.webp)
67
+ ![](wink1_left_xl_v10_sample2.webp)
68
+ ![](wink1_left_xl_v10_sample3.webp)
69
+
70
+ </details>
71
+
72
+ ### 左目を閉じる・下向きカーブ形状 / Left eye closed with downward curve
73
+
74
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
75
+
76
+ smile / angry/ expressionless
77
+
78
+ ![](wink2_left_xl_v10_sample1.webp)
79
+ ![](wink2_left_xl_v10_sample2.webp)
80
+ ![](wink2_left_xl_v10_sample3.webp)
81
+
82
+ </details>
83
+
84
+ ---
85
+
86
+ [戻る / Return to index](https://huggingface.co/JujoHotaru/lora/blob/main/sdxl/README.md)