RedRayz commited on
Commit
1175c6d
·
verified ·
1 Parent(s): 43105d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -5
README.md CHANGED
@@ -1,5 +1,93 @@
1
- ---
2
- license: other
3
- license_name: faipl-1.0-sd
4
- license_link: https://freedevproject.org/faipl-1.0-sd/
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: faipl-1.0-sd
4
+ license_link: https://freedevproject.org/faipl-1.0-sd/
5
+ base_model:
6
+ - RedRayz/hikari_noob_v-pred_0.5
7
+ language:
8
+ - en
9
+ tags:
10
+ - stable-diffusion
11
+ - sdxl
12
+ ---
13
+ # Hikari Noob v-pred 0.6
14
+
15
+ Civitai model page: https://civitai.com/models/938672
16
+
17
+ Fine-tuned NoobAI-XL(ν-prediction) and merged SPO LoRA
18
+
19
+ NoobAI-XL(ν-prediction)をファインチューンし、SPOをマージしました。
20
+
21
+ ## Features/特徴
22
+ - Improved stability and quality.
23
+ - Works with samplers other than Euler.
24
+ - Good results with only 10 steps (12 steps or more recommended)
25
+ - Fixed a problem in which the quality of output was significantly degraded when the number of tokens exceeded 76.
26
+ - The base style is not strong and can be restyled by prompts or LoRAs.
27
+ - 安定性と品質を改善
28
+ - わずか10ステップでよい結果を得られます(ただし12ステップ以上を推奨)
29
+ - Zero Terminal SNRの代わりにNoise Offsetを使用することでEuler以外のサンプラーでも利用できるようにしました。
30
+ - トークン数が76を超えると出力の品質が著しく低下する問題を修正しました。
31
+ - 素の画風は強くないので、プロンプトやLoRAによる画風変更ができます。
32
+
33
+ ## Changelog
34
+ - Better detail rendering and thinner outline
35
+ - のっぺりしすぎだったのでディティールを増やしてアウトラインを細くしました。
36
+
37
+ ## Requirements / 動作要件
38
+ - AUTOMATIC1111 WebUI on `dev` branch / devブランチ上のAUTOMATIC1111 WebUI
39
+ - **Latest version** of ComfyUI / **最新版**のComfyUI
40
+ - **Latest version** of Forge or reForge / **最新版**のForgeまたはreForge
41
+
42
+ ### Instruction for AUTOMATIC1111 / AUTOMATIC1111の導入手順
43
+ 1. Switch branch to `dev` (Run this command in the root directory of the webui: `git checkout -b dev origin/dev` or use Github Desktop)
44
+ 2. Use the model as usual!
45
+
46
+ (日本語)
47
+ 1. `dev`ブランチに切り替えます(次のコマンドをwebui直下で実行します: `git checkout -b dev origin/dev` またはGithub Desktopを使う)
48
+ 2. 通常通りモデルを使用します。
49
+
50
+ ## Prompt Guidelines / プロンプト記法
51
+ Almost same as the base model/ベースモデルとおおむね同じ
52
+
53
+ To improve the quality of background, add `simple background, transparent background` to Negative Prompt.
54
+
55
+ ## Recommended Prompt / 推奨プロンプト
56
+ Positive: None/無し(Works good without `masterpiece, best quality` / `masterpiece, best quality`無しでおk)
57
+
58
+ Negative: `worst quality, low quality, bad quality, lowres, jpeg artifacts, unfinished, photoshop \(medium\), abstract` or empty(または無し)
59
+
60
+
61
+ ## Recommended Settings / 推奨設定
62
+ Steps: 10-24
63
+
64
+ Sampler: DPM++ 2M(dpmpp_2m)
65
+
66
+ Scheduler: Simple
67
+
68
+ Guidance Scale: 3.5-7
69
+
70
+ ### Hires.fix
71
+
72
+ Hires upscaler: 4x-UltraSharp or Latent(nearest-exact)
73
+
74
+ Denoising strength: 0.4-0.5(0.65-0.7 for latent)
75
+
76
+
77
+ ## Merge recipe(Weighted sum)
78
+ - Stage 1: Finetune Hikari Noob v-pred 0.5 and merge(see below)
79
+ *A,B: Hikari Noob v-pred 0.5 based custom checkpoint
80
+ - v0.5(NoSPO) * 0.75 + A * 0.25 = tmp1
81
+ - tmp0 * 0.75 + B * 0.25 = tmp2
82
+ - tmp2 + SPO LoRA * 1 + sdxl-flat * -0.25 + sdxl-boldline * -1 = tmp3
83
+ - Adjust tmp3(0.2,0.2,0.2,0.1,0,0,0,0) = Result
84
+
85
+ ## Training scripts:
86
+ [sd-scripts](https://github.com/kohya-ss/sd-scripts)
87
+
88
+ ## Notice
89
+ This model is licensed under [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
90
+
91
+ If you make modify this model, you must share both your changes and the original license.
92
+
93
+ You are prohibited from monetizing any close-sourced fine-tuned / merged model, which disallows the public from accessing the model's source code / weights and its usages.