JujoHotaru
commited on
Commit
•
3e09545
1
Parent(s):
0af1386
Update sdxl/mekakure/README.md
Browse files- sdxl/mekakure/README.md +3 -2
sdxl/mekakure/README.md
CHANGED
@@ -15,14 +15,15 @@ Three types (Both eyes are hidden, Right eye is hidden, Left eye is hidden) are
|
|
15 |
両目隠れには`hair over eyes`、片目隠れ(右・左)には`hair over one eye`のプロンプトを付けてください。これが無いと眼がうっすら見える状態になることが多いです。
|
16 |
また、両目隠れの場合、眼の色や形に関するプロンプトを記述しないようにしてください。(記述すると眼が出てきてしまいます)
|
17 |
眼が出てきてしまう場合はLoRAの適用強度を上げ、それでもいまいちな場合はNegativeに`eyes`を、眉毛を隠したい場合はNegativeに`eyebrows`を入れてください。
|
18 |
-
|
|
|
19 |
|
20 |
For "Both eyes" type, `hair over eyes` prompt should be added as much as possible.
|
21 |
For "(Left/Right) eye hidden" type, add `hair over one eye` prompt.
|
22 |
Without prompts, the eyes will often be faintly visible.
|
23 |
If eyes are not hidden well, put `eyes` in negative prompt.
|
24 |
If you want to hide the eyebrows over hair, put `eyebrows` in negative prompt.
|
25 |
-
For use "left eye" or "right eye" LoRA with **Illustrious checkpoints** : If opposite eye is hidden, try not to use `hair over one eye` prompt, and set LoRA weight to 1.5 -
|
26 |
|
27 |
---
|
28 |
|
|
|
15 |
両目隠れには`hair over eyes`、片目隠れ(右・左)には`hair over one eye`のプロンプトを付けてください。これが無いと眼がうっすら見える状態になることが多いです。
|
16 |
また、両目隠れの場合、眼の色や形に関するプロンプトを記述しないようにしてください。(記述すると眼が出てきてしまいます)
|
17 |
眼が出てきてしまう場合はLoRAの適用強度を上げ、それでもいまいちな場合はNegativeに`eyes`を、眉毛を隠したい場合はNegativeに`eyebrows`を入れてください。
|
18 |
+
|
19 |
+
**Illustriousベースのデータモデル**で片目隠し版を使用する場合、隠れる目が想定と逆になるときは、`hair over one eye` プロンプトを指定せず、LoRA強度を1.5~4.0くらいまで上げてみてください。この場合、LBWのstop構文を用いて`<lora:mekakure_left_xl_v10:4:stop=30>` のように記述することで、LoRA強度上昇による画質の劣化を抑えることができます。
|
20 |
|
21 |
For "Both eyes" type, `hair over eyes` prompt should be added as much as possible.
|
22 |
For "(Left/Right) eye hidden" type, add `hair over one eye` prompt.
|
23 |
Without prompts, the eyes will often be faintly visible.
|
24 |
If eyes are not hidden well, put `eyes` in negative prompt.
|
25 |
If you want to hide the eyebrows over hair, put `eyebrows` in negative prompt.
|
26 |
+
For use "left eye" or "right eye" LoRA with **Illustrious checkpoints** : If opposite eye is hidden, try not to use `hair over one eye` prompt, and set LoRA weight to 1.5 - 4.0. For this case, use LBW's "stop" method to minimize degradation of image quality (example: `<lora:mekakure_left_xl_v10:4:stop=30>`)
|
27 |
|
28 |
---
|
29 |
|