Update sdxl/mekakure/README.md
Browse files- sdxl/mekakure/README.md +4 -2
sdxl/mekakure/README.md
CHANGED
@@ -14,13 +14,15 @@ Three types (Both eyes are hidden, Right eye is hidden, Left eye is hidden) are
|
|
14 |
|
15 |
両目隠れには`hair over eyes`、片目隠れ(右・左)には`hair over one eye`のプロンプトを付けてください。これが無いと眼がうっすら見える状態になることが多いです。
|
16 |
また、両目隠れの場合、眼の色や形に関するプロンプトを記述しないようにしてください。(記述すると眼が出てきてしまいます)
|
17 |
-
眼が出てきてしまう場合はLoRAの適用強度を上げ、それでもいまいちな場合はNegativeに`eyes`を、眉毛を隠したい場合はNegativeに`eyebrows`を入れてください。
|
|
|
18 |
|
19 |
For "Both eyes" type, `hair over eyes` prompt should be added as much as possible.
|
20 |
For "(Left/Right) eye hidden" type, add `hair over one eye` prompt.
|
21 |
Without prompts, the eyes will often be faintly visible.
|
22 |
If eyes are not hidden well, put `eyes` in negative prompt.
|
23 |
-
If you want to hide the eyebrows over hair, put `eyebrows` in negative prompt.
|
|
|
24 |
|
25 |
---
|
26 |
|
|
|
14 |
|
15 |
両目隠れには`hair over eyes`、片目隠れ(右・左)には`hair over one eye`のプロンプトを付けてください。これが無いと眼がうっすら見える状態になることが多いです。
|
16 |
また、両目隠れの場合、眼の色や形に関するプロンプトを記述しないようにしてください。(記述すると眼が出てきてしまいます)
|
17 |
+
眼が出てきてしまう場合はLoRAの適用強度を上げ、それでもいまいちな場合はNegativeに`eyes`を、眉毛を隠したい場合はNegativeに`eyebrows`を入れてください。
|
18 |
+
**Illustriousベースのデータモデルで使用する場合**は、`hair over eyes` や `hair over one eye` は指定せず、LoRA強度を1.5~2.0まで上げてみてください。
|
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 with Illustrious checkpoints** : try not to use `hair over eyes` or `hair over one eye` prompt, and set LoRA weight to 1.5 - 2.0.
|
26 |
|
27 |
---
|
28 |
|