JujoHotaru commited on
Commit
0f6f2c5
·
1 Parent(s): f5dc8ee
Files changed (1) hide show
  1. sdxl/closedeye/README.md +61 -0
sdxl/closedeye/README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 閉じ目補助 / Closed eyes helper
2
+
3
+ ![](thumb.webp)
4
+
5
+ `closed eyes`のプロンプトで目を閉じた表情を出す場合に、閉じた目の形状を固定化することができます。
6
+
7
+ When `closed eyes` prompt is used to produce a closed eyes expression, you can fix the shape of eyes with these LoRAs.
8
+
9
+ |上向きカーブ形状|下向きカーブ形状|
10
+ |---|---|
11
+ |**upward** curve|**downward** curve|
12
+ |![](closed1_v10_face.webp)|![](closed2_v10_face.webp)|
13
+
14
+ ---
15
+
16
+ ## 使い方 / How to use
17
+
18
+ LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。
19
+ 標準の適用強度(1.0)で意図した状態にならない場合は、強度を1.5~2.0くらいまで上げてみてください。
20
+
21
+ It works by simply enabling LoRA. No extra prompts are necessary.
22
+ If eyes do not close as desired, try increasing LoRA strength (to approx. 1.5 - 2.0).
23
+
24
+ ---
25
+
26
+ ## ダウンロード / Download
27
+
28
+ - **上向き**カーブ形状 / **Upward** curve
29
+ - [**ダウンロード(Download) v1.0** (hotarueye_xl_closed1_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/hotarueye_xl_closed1_v10.safetensors?download=true)
30
+ - **下向き**カーブ形状 / ****Downward** curve
31
+ - [**ダウンロード(Download) v1.0** (hotarueye_xl_closed2_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/hotarueye_xl_closed2_v10.safetensors?download=true)
32
+
33
+ ---
34
+
35
+ ## 適用サンプル / Sample gallery
36
+
37
+ ### 上向きカーブ形状 / Upward curve
38
+
39
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
40
+
41
+ smile / angry/ expressionless
42
+
43
+ ![](closed1_v10_sample1.webp)
44
+ ![](closed1_v10_sample2.webp)
45
+
46
+ </details>
47
+
48
+ ### 下向きカーブ形状 / Downward curve
49
+
50
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
51
+
52
+ smile / angry/ expressionless
53
+
54
+ ![](closed2_v10_sample1.webp)
55
+ ![](closed2_v10_sample2.webp)
56
+
57
+ </details>
58
+
59
+ ---
60
+
61
+ [戻る / Return to index](https://huggingface.co/JujoHotaru/lora/blob/main/sdxl/README.md)