claraDolls commited on
Commit
efd318b
·
verified ·
1 Parent(s): b22e60b

Update README-ja.md

Browse files
Files changed (1) hide show
  1. README-ja.md +60 -60
README-ja.md CHANGED
@@ -1,61 +1,61 @@
1
- ---
2
- license: other
3
- license_name: faipl-1.0-sd
4
- license_link: https://freedevproject.org/faipl-1.0-sd/
5
- tags:
6
- - stable-diffusion
7
- - safetensors
8
- - stable-diffusion-xl
9
- - controlnet-LLLite
10
- pipeline_tag: image-to-image
11
- ---
12
-
13
-
14
- # 背景
15
-
16
- 姿勢を制御するcontrolnetは存在するが、翼を含めた制御するcontrolnetは存在しない。よって作成した。
17
-
18
- # モデル
19
-
20
- - Wing-Openpose_animagine_v1.0
21
- - [controlnetLLLite](https://github.com/kohya-ss/sd-scripts/tree/sdxl)によって作成
22
- - 特徴: 翼と姿勢の制御が可能
23
- - 学習モデル: animagine_v3.0
24
- - version: v1.0
25
-
26
- # 画像サンプル
27
-
28
- ## 環境
29
-
30
- 下記の環境で動作することを確認。何故かstable diffusion forgeでは上手く動作しないらしいので解決方法等わかる方がいれば連絡ください。
31
- - controlnet: v1.1.449
32
- - automatic111: v1.9.4
33
-
34
- ## 画像
35
-
36
- - サンプル1
37
- - checkpoint: [reprogineXL](https://civitai.com/models/261475?modelVersionId=294958)
38
- - prompt: masterpiece, best quality, very aesthetic, 1girl, dress, full body ,feathered wings, indoor, bed room
39
- - ![image](./sample/sample1.png)
40
- - ![annotation](./sample/sample1_annotation.png)
41
- - サンプル2
42
- - checkpoint: [stratlightXLAnimated_v3.0](https://civitai.com/models/143043/starlight-xl-animated)
43
- - prompt: masterpiece, best quality, very aesthetic, 1girl, dress, full body ,feathered wings, ruins
44
- - ![image](./sample/sample2.png)
45
- - ![annotation](./sample/sample2_annotation.png)
46
- - サンプル3
47
- - chekcpoint: [anythingXL](https://civitai.com/models/9409/or-anything-xl)
48
- - prompt: masterpiece, best quality, very aesthetic, 1girl, dress, full body ,feathered wings, outdoor
49
- - ![image](./sample/sample3.png)
50
- - ![annotation](./sample/sample3_annotation.png)
51
-
52
- # どのように使うか
53
-
54
- 以下の通り
55
- 1. [作成したソフト](https://github.com/fake-town-child/openpose-e-annotation)を使用してアノテーション画像を作成する
56
- 2. アノテーション画像を通常のcontrolnetと同様に使用する
57
-
58
- # 今後の予定
59
-
60
- - ponyに対応させる
61
  - 汎用性を高める
 
1
+ ---
2
+ license: other
3
+ license_name: faipl-1.0-sd
4
+ license_link: https://freedevproject.org/faipl-1.0-sd/
5
+ tags:
6
+ - stable-diffusion
7
+ - safetensors
8
+ - stable-diffusion-xl
9
+ - controlnet-LLLite
10
+ pipeline_tag: image-to-image
11
+ ---
12
+
13
+
14
+ # 背景
15
+
16
+ 姿勢を制御するcontrolnetは存在するが、翼を含めた姿勢を制御するcontrolnetは存在しない。よって作成した。
17
+
18
+ # モデル
19
+
20
+ - Wing-Openpose_animagine_v1.0
21
+ - [controlnetLLLite](https://github.com/kohya-ss/sd-scripts/tree/sdxl)によって作成
22
+ - 特徴: 翼と姿勢の制御が可能
23
+ - 学習モデル: animagine_v3.0
24
+ - version: v1.0
25
+
26
+ # 画像サンプル
27
+
28
+ ## 環境
29
+
30
+ 下記の環境で動作することを確認。何故かstable diffusion forgeでは上手く動作しないらしいので解決方法等わかる方がいれば連絡ください。
31
+ - controlnet: v1.1.449
32
+ - automatic111: v1.9.4
33
+
34
+ ## 画像
35
+
36
+ - サンプル1
37
+ - checkpoint: [reprogineXL](https://civitai.com/models/261475?modelVersionId=294958)
38
+ - prompt: masterpiece, best quality, very aesthetic, 1girl, dress, full body ,feathered wings, indoor, bed room
39
+ - ![image](./sample/sample1.png)
40
+ - ![annotation](./sample/sample1_annotation.png)
41
+ - サンプル2
42
+ - checkpoint: [stratlightXLAnimated_v3.0](https://civitai.com/models/143043/starlight-xl-animated)
43
+ - prompt: masterpiece, best quality, very aesthetic, 1girl, dress, full body ,feathered wings, ruins
44
+ - ![image](./sample/sample2.png)
45
+ - ![annotation](./sample/sample2_annotation.png)
46
+ - サンプル3
47
+ - chekcpoint: [anythingXL](https://civitai.com/models/9409/or-anything-xl)
48
+ - prompt: masterpiece, best quality, very aesthetic, 1girl, dress, full body ,feathered wings, outdoor
49
+ - ![image](./sample/sample3.png)
50
+ - ![annotation](./sample/sample3_annotation.png)
51
+
52
+ # どのように使うか
53
+
54
+ 以下の通り
55
+ 1. [作成したソフト](https://github.com/fake-town-child/openpose-e-annotation)を使用してアノテーション画像を作成する
56
+ 2. アノテーション画像を通常のcontrolnetと同様に使用する
57
+
58
+ # 今後の予定
59
+
60
+ - ponyに対応させる
61
  - 汎用性を高める