calculater commited on
Commit
af21ba6
·
verified ·
1 Parent(s): b9217ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -29
README.md CHANGED
@@ -3,50 +3,37 @@ license: creativeml-openrail-m
3
  ---
4
  [Copycat_V1.5](https://huggingface.co/hhpoo/copycat/blob/main/copycat_V1.5.safetensors)
5
 
6
- <strong>説明</strong>
7
-
8
- ponyDiffusionV6XL(以下pony)に画風loraを使ってSD1.5の自作マージモデルの絵柄を移植させたものです。
9
-
10
- 1.5モデルの資産をXL環境で活用したかったのと、比較的制御が難しいponyの絵柄を二次元アニメ系に固定することが狙いです。
11
-
12
- 源流はponyであるためpony用のloraが有効なはずですが、もしかしたら何らかの競合が起こってしまうかもしれません。
13
-
14
- <del>嬉しい誤算として、ponyのデフォルトとなっていたポジティブプロンプト(score_9,score_8_up,score_7_up...)及びクオリティタグが必ずしも必要ではなくなったようですーー多分、おそらく、きっと。(ネガティブプロンプトは依然として必要です)</del>
15
 
16
-  →2024.2.24 やはりscoreタグ(score_9,score_8_up,score_7_up)もあった方が良いようです……。
17
-
18
 
19
- <strong>ポジティブプロンプト</strong><BR>
20
- score_9,score_8_up,score_7_up
21
 
22
- <strong>ネガティブプロンプトの例</strong><BR>
23
- nsfw, lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry, artist_name,<BR>
24
- realistic, monochrome,<BR>
25
  source_furry, source_pony, source_cartoon, comic ,source_filmmaker,
26
 
 
27
 
28
- ![sampleimage](https://cdn-uploads.huggingface.co/production/uploads/650c650ec8bb5f5fc872a540/n_kQT4j1ewOz1vr8ACm-O.png)
29
 
 
 
30
 
 
31
 
32
  <strong>Description</strong>
33
 
34
  This is a porting of a picture pattern of a home-made merge model of SD1.5 using style lora to ponyDiffusionV6XL (hereafter referred to as pony).
35
 
36
- I wanted to utilize the assets of the 1.5 model in the XL environment, and also to fix pony's relatively difficult-to-control patterns in a 2D anime style.
 
37
 
38
  Since the source is pony, lora for pony should be effective, but perhaps some conflicts may occur.
39
 
40
- <del>As a happy miscalculation, the positive prompts (score_9,score_8_up,score_7_up...) that used to be the default for pony and quality tags are no longer necessary - perhaps, perhaps, perhaps. (Negative prompts are still required).</del>
41
-
42
- →2024.2.24 I guess it would be better to have a "score_9,score_8_up,score_7_up" tag as well.
43
-
44
- <BR><BR>
45
- <strong>positive prompt</strong><BR>
46
- score_9,score_8_up,score_7_up<BR><BR>
47
 
 
48
 
49
- <strong>Example of Negative Prompt</strong><BR>
50
- nsfw, lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry, artist_name,<BR>
51
- realistic, monochrome,<BR>
52
- source_furry, source_pony, source_cartoon, comic ,source_filmmaker,
 
3
  ---
4
  [Copycat_V1.5](https://huggingface.co/hhpoo/copycat/blob/main/copycat_V1.5.safetensors)
5
 
6
+ <strong>Common Positive Prompt/共通ポジティブプロンプト</strong><br>
7
+ score_9,score_8_up,score_7_up
 
 
 
 
 
 
 
8
 
9
+ <strong>trigger tag:2d style/二次画風のトリガータグ</strong><br>
10
+ 2d-animestyle
11
 
12
+ <strong>trigger tag:3d style/三次画風のトリガータグ</strong><br>
13
+ 3d-realisticstyle
14
 
15
+ <strong>Example of Negative Prompt/ネガティブプロンプトの例</strong><br>
16
+ lowres, bad_anatomy, bad_hands, text, error, missing_fingers, extra_digit, fewer_digits, cropped, worst_quality, low_quality, normal_quality, jpeg_artifacts, signature, watermark, username, blurry, artist_name,
 
17
  source_furry, source_pony, source_cartoon, comic ,source_filmmaker,
18
 
19
+ <strong>説明</strong>
20
 
21
+ ponyDiffusionV6XL(以下pony)に画風loraを使ってSD1.5の自作マージモデルの絵柄を移植させたものです。
22
 
23
+ 1.5モデルの資産をXL環境で活用したかったのと、比較的制御が難しいponyの絵柄を<del>二次元アニメ系に固定することが狙いです。</del><br>
24
+  →2024.4.2 2Dと3Dの絵柄をトリガーで使い分けられないか実験的に導入してみました。詳しくはサンプル画像のプロンプトをご参照ください。
25
 
26
+ 源流はponyであるためpony用のloraが有効なはずですが、もしかしたら何らかの競合が起こってしまうかもしれません。
27
 
28
  <strong>Description</strong>
29
 
30
  This is a porting of a picture pattern of a home-made merge model of SD1.5 using style lora to ponyDiffusionV6XL (hereafter referred to as pony).
31
 
32
+ I wanted to utilize the assets of the 1.5 model in the XL environment, and also to fix pony's relatively difficult-to-control patterns in <del>a 2D anime style.</del><br>
33
+  →2024.4.2 We introduced this as an experiment to see if we could use different triggers for 2D style and 3D style patterns.See the prompt in the sample image for details.
34
 
35
  Since the source is pony, lora for pony should be effective, but perhaps some conflicts may occur.
36
 
 
 
 
 
 
 
 
37
 
38
+ ![sampleimage](https://cdn-uploads.huggingface.co/production/uploads/650c650ec8bb5f5fc872a540/n_kQT4j1ewOz1vr8ACm-O.png)
39