You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
141
141
-`( )`, `(xxxx:1.2)` and `[ ]` can be used.
142
142
- 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)
@@ -163,10 +163,10 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
163
163
164
164
```
165
165
# 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
167
167
168
168
# 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
170
170
```
171
171
172
172
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
178
178
* `--l` Specifies the CFG scale of the generated image.
179
179
* `--s` Specifies the number of steps in the generation.
180
180
181
-
The prompt weighting such as `( )` and `[ ]` are not working.
181
+
The prompt weighting such as `( )` and `[ ]` are working.
0 commit comments