Age | Commit message (Collapse) | Author |
|
Fixed incorrect negative prompt text in infotext
|
|
Previously only the first negative prompt in all_negative_prompts was
being used for infotext. This fixes that by selecting the index-th
negative prompt
|
|
|
|
|
|
|
|
Enable override_settings to take effect for hypernetworks
|
|
alternative solution to #4765
|
|
negative prompts in a batch
|
|
Fix unbounded prompt growth/determinism in scripts that loop
|
|
only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button
|
|
Add 'Inpainting strength' to the 'generation_params' of 'infotext' (params.txt or png chunks)
|
|
sampler index
|
|
|
|
|
|
'infotext' which is saved into the 'params.txt' or png chunks.
Value appears only if 'Denoising strength' appears too.
|
|
|
|
|
|
args and docs
|
|
Process one
|
|
|
|
through code
|
|
|
|
|
|
|
|
with hires fix
|
|
* Save image/s before doing highres fix.
|
|
|
|
|
|
|
|
|
|
|
|
value.
|
|
Save Hypernetwork strength to infotext.
|
|
|
|
3825-save-hypernet-strength-to-info
|
|
|
|
|
|
Only comuted if the mask weight is not 1.0 to avoid extra memory.
Also includes some code cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
Also refactor the mask creation to make it more accesible.
|
|
|
|
|
|
|
|
Use `True` and `False` to select values.
|
|
|
|
|