Skip to content

Commit 4323531

Browse files
authored
Update README.md
1 parent d526f1d commit 4323531

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
141141
- `( )`, `(xxxx:1.2)` and `[ ]` can be used.
142142
- Fix exception on training model in diffusers format with `train_network.py` Thanks to orenwang! [#290](https://github.com/kohya-ss/sd-scripts/pull/290)
143143

144-
- 各学習スクリプトでコマンドライン引数の代わりに`.toml` ファイルで引数を指定できるようになりました。Linaqrufの多大な貢献に感謝します
144+
- 各学習スクリプトでコマンドライン引数の代わりに`.toml` ファイルで引数を指定できるようになりました。Linaqruf氏の多大な貢献に感謝します
145145
- `--config_file``.toml` ファイルを指定してください。ファイルは `key=value` 形式の行で指定し、key はコマンドラインオプションと同じです。詳細は [#241](https://github.com/kohya-ss/sd-scripts/pull/241) をご覧ください。
146146
- ファイル内のサブセクションはすべて無視されます。
147147
- 省略した引数はコマンドライン引数のデフォルト値になります。
@@ -163,10 +163,10 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
163163

164164
```
165165
# prompt 1
166-
masterpiece, best quality, 1girl, in white shirts, upper body, looking at viewer, simple background --n low quality, worst quality, bad anatomy,bad composition, poor, low effort --w 768 --h 768 --d 1 --l 7.5 --s 28
166+
masterpiece, best quality, (1girl), in white shirts, upper body, looking at viewer, simple background --n low quality, worst quality, bad anatomy,bad composition, poor, low effort --w 768 --h 768 --d 1 --l 7.5 --s 28
167167
168168
# prompt 2
169-
masterpiece, best quality, 1boy, in business suit, standing at street, looking back --n low quality, worst quality, bad anatomy,bad composition, poor, low effort --w 576 --h 832 --d 2 --l 5.5 --s 40
169+
masterpiece, best quality, 1boy, in business suit, standing at street, looking back --n (low quality, worst quality), bad anatomy,bad composition, poor, low effort --w 576 --h 832 --d 2 --l 5.5 --s 40
170170
```
171171
172172
Lines beginning with `#` are comments. You can specify options for the generated image with options like `--n` after the prompt. The following can be used.
@@ -178,7 +178,7 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
178178
* `--l` Specifies the CFG scale of the generated image.
179179
* `--s` Specifies the number of steps in the generation.
180180
181-
The prompt weighting such as `( )` and `[ ]` are not working.
181+
The prompt weighting such as `( )` and `[ ]` are working.
182182
183183
- サンプル画像生成:
184184
プロンプトファイルは例えば以下のようになります。

0 commit comments

Comments
 (0)