JujoHotaru commited on
Commit
24341fb
1 Parent(s): bbb2fc0
Files changed (2) hide show
  1. sdxl/anti25d/README.md +49 -1
  2. sdxl/make25d/README.md +53 -1
sdxl/anti25d/README.md CHANGED
@@ -1 +1,49 @@
1
- # dummy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 2.5D変換 / Convert 2D to 2.5D
2
+
3
+ ![](thumb.webp)
4
+
5
+ 2.5Dセミリアル系モデルの出力を、絵画・アニメ寄り(2D)な見た目に変換できます。
6
+
7
+ もともと2Dなモデルで使用すると、若干フラット寄りな見た目に変わる場合があります。
8
+
9
+ Animagine派生系よりPony派生系のほうが効果が高くなります。
10
+
11
+ ---
12
+
13
+ Converts output of 2.5D semi-real models to cartoon/anime like(2D) appearance.
14
+
15
+ When used on a originally 2D checkpoint, it will make more anime-like look.
16
+
17
+ Pony-based models are more effective than Animagine-based models.
18
+
19
+ ## 使い方 / How to use
20
+
21
+ LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。
22
+
23
+ LoRA適用強度でエフェクトの効き具合を調整できます。標準の適用強度(1.0)で強すぎる場合は、強度を下げてください。
24
+
25
+ ---
26
+
27
+ It works by simply enabling LoRA. No extra prompts are necessary.
28
+
29
+ Effect strength can be controlled by LoRA weight.
30
+ If the effect is too strong at the default weight(1.0), reduce weight.
31
+
32
+ ## ダウンロード / Download
33
+
34
+ - [**Download v1.0** (anti25d_xl_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/anti25d/anti25d_xl_v10.safetensors?download=true)
35
+
36
+ ## 適用サンプル / Sample gallery
37
+
38
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
39
+
40
+ ![](anti2d_sample1.webp)
41
+ ![](anti2d_sample2.webp)
42
+ ![](anti2d_sample3.webp)
43
+ ![](anti2d_sample4.webp)
44
+
45
+ </details>
46
+
47
+ ---
48
+
49
+ [戻る / Return to index](https://huggingface.co/JujoHotaru/lora/blob/main/sdxl/README.md)
sdxl/make25d/README.md CHANGED
@@ -1 +1,53 @@
1
- # dummy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 2.5D変換 / Convert 2D to 2.5D
2
+
3
+ ![](thumb.webp)
4
+
5
+ 2Dアニメ系モデルの出力を、リアル/3D寄り(2.5D)な見た目に変換できます。
6
+
7
+ もともと2.5Dなモデルで使用すると、よりリアリスティックな雰囲気となりますが、完全な実写風になることはありません。
8
+
9
+ アニメ系のデータモデル向きです。実写系のデータモデルではうまく動作しません。
10
+
11
+ また、Animagine派生系よりPony派生系のほうが効果が高くなります。
12
+
13
+ ---
14
+
15
+ Converts output of 2D animated models to realistic/3D-like(2.5D) appearance.
16
+
17
+ When used on a originally 2.5D checkpoint, it will make more realistic look, but it will not be completely photoreal.
18
+
19
+ This LoRA is suitable for 2D illustration checkpoints and not suitable for photorealistic checkpoints.
20
+
21
+ Pony-based models are more effective than Animagine-based models.
22
+
23
+ ## 使い方 / How to use
24
+
25
+ LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。
26
+
27
+ LoRA適用強度でエフェクトの効き具合を調整できます。標準の適用強度(1.0)で強すぎる場合は、強度を下げてください。
28
+
29
+ ---
30
+
31
+ It works by simply enabling LoRA. No extra prompts are necessary.
32
+
33
+ Effect strength can be controlled by LoRA weight.
34
+ If the effect is too strong at the default weight(1.0), reduce weight.
35
+
36
+ ## ダウンロード / Download
37
+
38
+ - [**Download v1.0** (make25d_xl_v10.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/sdxl/make25d/make25d_xl_v10.safetensors?download=true)
39
+
40
+ ## 適用サンプル / Sample gallery
41
+
42
+ <details><summary>ここをクリックして展開してください / Click here to view samples</summary>
43
+
44
+ ![](make2d_sample1.webp)
45
+ ![](make2d_sample2.webp)
46
+ ![](make2d_sample3.webp)
47
+ ![](make2d_sample4.webp)
48
+
49
+ </details>
50
+
51
+ ---
52
+
53
+ [戻る / Return to index](https://huggingface.co/JujoHotaru/lora/blob/main/sdxl/README.md)