stella221125 commited on
Commit
254d2a3
1 Parent(s): 3e824be

Update README.md

Browse files

Add items such as licenses, prompts, recipes, etc.

Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: other
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ tags:
4
+ - stable-diffusion
5
+ - safetensors
6
+ - text-to-image
7
  ---
8
+ # Scream-SemiRealistic_V1
9
+ これは、[Replicant V3](https://huggingface.co/gsdf/Replicant-V3.0)と[WaifuDiffusion 1.5 Beta 2 Frosty Aesthetic](https://huggingface.co/waifu-diffusion/wd-1-5-beta2-extra)のマージモデルです。
10
+ 個人的な実験の過程で偶然生まれたモデルですが、高品質な出力が可能なので共有します。
11
+
12
+ This is a merged model of [Replicant V3](https://huggingface.co/gsdf/Replicant-V3.0) and [WaifuDiffusion 1.5 Beta 2 Frosty Aesthetic](https://huggingface.co/waifu-diffusion/wd-1-5-beta2-extra).
13
+ The model was created by accident in the course of personal experimentation, but I share it with you because of the high quality output it produces.
14
+
15
+ # 作例 / Examples
16
+
17
+ # Prompt
18
+
19
+ 下記の2つのネガティブTIを利用することを推奨します。
20
+ - [Mayng](https://huggingface.co/852wa/hakoMay/blob/main/Mayng.safetensors)
21
+ - [ParaNegative](https://huggingface.co/p1atdev/Realgar-v1/blob/main/ParaNegative.safetensors)
22
+
23
+ まだあまり調査されていないので、[Waifu Diffusion Beta3のリリースノート](https://saltacc.notion.site/WD-1-5-Beta-3-Release-Notes-1e35a0ed1bb24c5b93ec79c45c217f63)を元に少し改変したものを掲載しています。もしもより良いプロンプトがあれば教えてください。
24
+ Because it has not been researched much yet, so I am posting a slightly modified version based on the [Waifu Diffusion Beta 3 release notes](https://saltacc.notion.site/WD-1-5-Beta-3-Release-Notes-1e35a0ed1bb24c5b93ec79c45c217f63). If you have a better prompt, please let me know.
25
+ ```
26
+ (exceptional, best aesthetic, new, newest, best quality, masterpiece, extremely detailed, anime, waifu:1.2)
27
+ Negative prompt: Mayng, ParaNegative, real life, realistic, photo, lowres, ((bad anatomy)), ((bad hands)), missing finger, extra digits, fewer digits, blurry, ((mutated hands and fingers)), (poorly drawn face), ((mutation)), ((deformed face)), (ugly), ((bad proportions)), ((extra limbs)), extra face, (double head), (extra head), ((extra feet)), monster, logo, cropped, worst quality, jpeg, humpbacked, long body, long neck, ((jpeg artifacts)), deleted, old, oldest, ((censored)), ((bad aesthetic)), (mosaic censoring, bar censor, blur censor)
28
+ ```
29
+ # レシピ / Recipe
30
+ 自分のマージの練習も兼ねているので、非常に単純です。
31
+
32
+ It is very simple because it also serves as my own merge practice.
33
+
34
+ [Replicant V3](https://huggingface.co/gsdf/Replicant-V3.0) + ([WaifuDiffusion 1.5 Beta 2 Frosty Aesthetic](https://huggingface.co/waifu-diffusion/wd-1-5-beta2-extra) - [WaifuDiffusion 1.5 Beta 2](https://huggingface.co/waifu-diffusion/wd-1-5-beta2/blob/main/checkpoints/wd-1-5-beta2-fp16.safetensors)) * 0.75
35
+
36
+ # ライセンス / License
37
+
38
+ Scream-SemiRealisticは、WD 1.5と同じ、[Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)の下でリリースされています。このモデルの派生物を作成する場合は、それに応じて変更を共有してください。ライセンスについて協力してくれた[ronsor/undeleted](https://undeleted.ronsor.com/)に感謝します。
39
+
40
+ Scream-SemiRealistic is released under the [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/), the same as WD 1.5. If you create a derivative of this model, please share your changes accordingly. Thanks to [ronsor/undeleted](https://undeleted.ronsor.com/) for their help with the license.