JujoHotaru commited on
Commit
4677cd8
1 Parent(s): 70eb689
Files changed (1) hide show
  1. sdxl/facelightup/README.md +40 -0
sdxl/facelightup/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 前面ライトアップ / Face light up
2
+
3
+ ![](thumb.webp)
4
+
5
+ AIイラストでは、顔に影がかかってしまう現象がよく発生しますが、このLoRAを使用すると、肩から前面あたりにかけての影を除去し、正面にライトが当たっているような仕上がりになります。
6
+ 他の影と比較して光学的には不自然な状態になることもありますので、あくまで漫画・イラスト的な表現として顔をきれいに見せるためのものとなります。
7
+
8
+ To improve the "shadow cast on the character's face" phenomenon that often occurs in AI illustrations, this LoRA lights up character's face.
9
+ Sometimes the lighting may appear unnatural. This LoRA is intended for anime/comic distorted illustrations, not for photo-realistic effect.
10
+
11
+ ---
12
+
13
+ ## 使い方 / How to use
14
+
15
+ LoRAを有効にするだけで発動します。
16
+ LoRA適用強度でエフェクトの効き具合を調整できます。標準の適用強度(1.0)では強すぎると思いますので、少し弱め(0.3~0.6くらい)で適用するのがよいでしょう。
17
+
18
+ It works by simply enabling LoRA. No extra prompts are necessary.
19
+ Effect strength can be controlled by LoRA weight. As default weight (1.0) will be too strong, weaker weight(0.3 - 0.6) is recommended.
20
+
21
+ ---
22
+
23
+ ## ダウンロード / Download
24
+
25
+ - [**Download v1.0** (facelightup_xl_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/facelightup_xl_v10.safetensors?download=true)
26
+ -
27
+ ---
28
+
29
+ ## 適用サンプル / Sample gallery
30
+
31
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
32
+
33
+ ![](facelightup_v10_1.webp)
34
+ ![](facelightup_v10_2.webp)
35
+
36
+ </details>
37
+
38
+ ---
39
+
40
+ [戻る / Return to index](https://huggingface.co/JujoHotaru/lora/blob/main/sdxl/README.md)