JujoHotaru
commited on
Commit
•
a5d82d2
1
Parent(s):
205123c
update
Browse files- contrast/README.md +38 -0
contrast/README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# コントラスト調整 (Contrast control)
|
2 |
+
|
3 |
+
![](thumb.webp)
|
4 |
+
|
5 |
+
出力画像のコントラストを調整できます。
|
6 |
+
通常の使用のほか、コントラストが高い/低いモデルにマージして出力品質を調整するといった用途に使うこともできます。
|
7 |
+
|
8 |
+
Adjust contrast of output images.
|
9 |
+
It will be also usable to merge with low(or high)-contrast checkpoints to adjust default outputs.
|
10 |
+
|
11 |
+
## ダウンロード (Download)
|
12 |
+
|
13 |
+
- [hotarucontrast_v100.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/hotarucontrast_v100.safetensors)
|
14 |
+
|
15 |
+
## 使い方 (Usage)
|
16 |
+
|
17 |
+
LoRAを有効にするだけで動作します。
|
18 |
+
プラス方向強度で高コントラスト、マイナス方向強度で低コントラストになります。
|
19 |
+
|
20 |
+
LoRA BlockWeight拡張機能に新機能として追加されたステップ制限を使い、全ステップ数より10~15くらい少ない領域(50ステップならstart=35~40くらい)だけで効かせるようにすると、構図への影響を最小限に抑えることができます。(指定例は英語説明部に掲載)この場合、LoRAの基本強度は2倍くらいに強めたほうがよいでしょう。
|
21 |
+
|
22 |
+
It works by simply enabling LoRA. No extra prompts are necessary.
|
23 |
+
|
24 |
+
Plus weight makes higher contrast while minus weight makes lower contrast.
|
25 |
+
|
26 |
+
To reduce effect for composition, it is recommended to use with LoRA BlockWeight extension's new functionality, step limitation. When use this, strengthen LoRA weight (approx. 1.5 - 2). For example: (total sampling steps: 50)
|
27 |
+
|
28 |
+
```
|
29 |
+
<lora:hotarucontrast_v100:1:2:lbw=ALL:start=40>
|
30 |
+
```
|
31 |
+
|
32 |
+
![LoRA BlockWeight step limitation sample](steps1.webp)
|
33 |
+
|
34 |
+
## サンプル ギャラリー (Sample gallery)
|
35 |
+
|
36 |
+
![](contrast1.webp)
|
37 |
+
![](contrast2.webp)
|
38 |
+
![](contrast3.webp)
|