Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This reverts commit 8d1d64f9a238272d7a166d21e25cf529c09b2ad5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following file patterns are invalid on Windows.
- Begin or end with the ASCII Space (0x20)
- End with the ASCII Period (0x2E)
For example, if `[prompt_spaces]` is specified as the directory name pattern, sometimes file saving may fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add a setting for lightbox max size images
use setting for lightbox max size images late to let user change it and see results
|
|
|
|
|
|
picture rather than the first
|
|
Move memmon tooltip to hints.js
so it's with the other tooltips, and doesn't have to be re-sent from the server every time.
Also, allowed tooltips to be applied by matching a class name if all else fails.
|
|
|
|
|
|
|
|
|
|
|
|
system's default browser upon launch (implements #274)
|
|
add an option to disable lightbox modal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Polish seed UI options
|
|
|
|
Random button sets seed to -1, reuse copies the seed from the last
generated image.
|
|
Add some error handling for VRAM monitor
|
|
in case someone sets opts.memmon_poll_rate to 0 during generation
|
|
|