RedRayz commited on
Commit
a1e2cd2
·
verified ·
1 Parent(s): 37d3346

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -5
README.md CHANGED
@@ -1,5 +1,95 @@
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
+ language:
6
+ - en
7
+ tags:
8
+ - stable-diffusion
9
+ - sdxl
10
+ - anime
11
+ base_model:
12
+ - Laxhar/noobai-XL-Vpred-1.0
13
+ ---
14
+
15
+ # Hikari Noob v-pred 1.2.1
16
+
17
+ Civitai model page: https://civitai.com/models/938672
18
+
19
+ NoobAI-XL(v-pred 1.0) based anime model with human artist style
20
+
21
+ Fine-tuned NoobAI-XL(v-prediction) without merging another base models, and merged SPO(Step-aware Preference Optimization) LoRA
22
+
23
+ 他所のベースモデルを混ぜずに調整し、SPO LoRAをマージしたNoobAI-XL(v-prediction)
24
+
25
+ NoobAI-XL(v-prediction版)に特定画風を学習させたcheckpointを複数作成しマージしたものです。「典型的AIイラスト」感を抑えつつ、鮮やかで非常に美しいイラストを生成します。
26
+
27
+ This model does not have the "AI Masterpiece" style.
28
+
29
+ ## Features/特徴
30
+ - Greatly improved stability and quality.
31
+ - The base style is not strong and can be restyled by prompts or LoRAs.
32
+ - This model does not include any base model other than NoobAI (v-prediction), so it has the equivalent knowledge.
33
+ - True v-prediction model with Zero Terminal SNR
34
+ - 安定性と品質を大幅に改善
35
+ - 素の画風は強くないので、プロンプトやLoRAによる画風変更ができます。
36
+ - このモデルはNoobAI(v-prediction版)以外のベースモデルを一切含まず、それと同等の知識があります。
37
+ - 真のv-prediction + Zero Terminal SNRなモデル
38
+
39
+ ## About 1.2.1
40
+ - Greatly improved output quality
41
+ - Fixed some issues
42
+
43
+ ## Requirements / 動作要件
44
+ - AUTOMATIC1111 WebUI on `dev` branch / devブランチ上のAUTOMATIC1111 WebUI
45
+ - **Latest version** of ComfyUI / **最新版**のComfyUI
46
+ - **Latest version** of Forge or reForge / **最新版**のForgeまたはreForge
47
+
48
+ ### Instruction for AUTOMATIC1111 / AUTOMATIC1111の導入手順
49
+ 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)
50
+ 2. Use the model as usual!
51
+
52
+ (日本語)
53
+ 1. `dev`ブランチに切り替えます(次のコマンドをwebui直下で実行します: `git checkout -b dev origin/dev` またはGithub Desktopを使う)
54
+ 2. 通常通りモデルを使用します。
55
+
56
+ ## Prompt Guidelines / プロンプト記法
57
+ Almost same as the base model/ベースモデルとおおむね同じ
58
+
59
+ Positive prompt: Works good without quality tags / 品質タグ無しでおk
60
+
61
+ Negative prompt: Leave it empty(`old` and `worst quality` have no effects)
62
+
63
+ ## Recommended Settings / 推奨設定
64
+ Steps: 12-24
65
+
66
+ Scheduler: Simple or SGM Uniform
67
+
68
+ Guidance Scale: 2-5(best value is 4)
69
+
70
+ ### Recommended Samplers
71
+ - DPM++ 2M
72
+ - DPM++ 2M SDE
73
+ - DPM++ 2M SDE Heun
74
+ other samplers are not tested/good.
75
+
76
+ ### Hires.fix
77
+
78
+ Hires upscaler: 4x-UltraSharp or Lanczos
79
+
80
+ Denoising strength: 0.4-0.5
81
+
82
+
83
+ ## Merge recipe(Weighted sum)
84
+ Merge the quality improvement LoRA to v1.1.0(dataset images from v1.1.0 output)
85
+
86
+
87
+ ## Training scripts:
88
+ [sd-scripts](https://github.com/kohya-ss/sd-scripts)
89
+
90
+ ## Notice
91
+ This model is licensed under [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
92
+
93
+ If you make modify this model, you must share both your changes and the original license.
94
+
95
+ 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.