JujoHotaru
commited on
Commit
•
70a876a
1
Parent(s):
262e7f3
add make25d
Browse files- make25d/README.md +35 -0
make25d/README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 2.5D変換 (Convert 2D to 2.5D)
|
2 |
+
|
3 |
+
![](thumb.webp)
|
4 |
+
|
5 |
+
2Dアニメ系モデルの出力を、リアル/3D寄り(2.5D)な見た目に変換できます。
|
6 |
+
Converts output of 2D animated models to realistic/3D-like(2.5D) appearance.
|
7 |
+
|
8 |
+
雰囲気別に4種類用意しています。
|
9 |
+
Four types are available for different tastes.
|
10 |
+
|
11 |
+
掲載例は、左からLoRA未適用・Type1・Type2・Type3・Type4となっています。
|
12 |
+
The examples below are, from left to right, No LoRA / Type 1 / Type 2 / Type 3 / Type 4.
|
13 |
+
|
14 |
+
- Type 1 / Type 2 : 一般的な2.5D、テイスト別に2種類(Typical 2.5D, 2 types)
|
15 |
+
- Type 3 : アーティスティック・劇画調 (More artistic 2.5D)
|
16 |
+
- Type 4 : 3Dモデル風 (3D like)
|
17 |
+
|
18 |
+
![](make25d_sample1.webp)
|
19 |
+
|
20 |
+
![](make25d_sample2.webp)
|
21 |
+
|
22 |
+
## ダウンロード (Download)
|
23 |
+
|
24 |
+
- [Type 1 (make25d_type1_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/make25d_type1_v100.safetensors)
|
25 |
+
- [Type 2 (make25d_type2_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/make25d_type2_v100.safetensors)
|
26 |
+
- [Type 3 (make25d_type3_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/make25d_type3_v100.safetensors)
|
27 |
+
- [Type 4 (make25d_type4_v100.safetensors)](https://huggingface.co/JujoHotaru/lora/resolve/main/make25d_type4_v100.safetensors)
|
28 |
+
|
29 |
+
## 使い方 (Usage)
|
30 |
+
|
31 |
+
アニメ系のデータモデル向きです。実写系のデータモデルではうまく動作しません。
|
32 |
+
|
33 |
+
LoRAを有効にするだけで発動します。階層調整済みですので、基本的には階層指定せず強度指定のみで大丈夫です。
|
34 |
+
|
35 |
+
もともと2.5Dなモデルで使用すると、よりリアリスティックな雰囲気となりますが、完全な実写風になることはありません。
|