aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Collapse)AuthorAgeFilesLines
* Use generate button as progress barinnovaciones2022-09-221-3/+4
|
* Add LDSR and "GoLatent?" Upscaling (#763)d8ahazard2022-09-211-0/+1
| | | * Add LDSR Upscaling
* prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC2022-09-211-5/+5
|
* fix image replacement via clipboard paste or drag and drop on PNG Info tabConnum2022-09-211-1/+1
|
* added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC2022-09-201-1/+1
|
* Enable neural network upscalers for highres. fixAUTOMATIC2022-09-201-1/+1
|
* Send a browser notification when the images are readyDave Sescleifer2022-09-201-0/+8
|
* Automatically show PNGinfo when uploading imagetrufty2022-09-191-0/+1
|
* fix the issue with incorrect js options on page loadAUTOMATIC2022-09-191-1/+1
| | | | | add a setting for lightbox max size images use setting for lightbox max size images late to let user change it and see results
* added highres fix featureAUTOMATIC2022-09-191-0/+15
|
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-191-4/+1
|\
| * Move memmon tooltip to hints.jsEyeDeck2022-09-191-4/+1
| | | | | | | | | | | | | | | | 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.
* | made 'reuse seed' button give you the seed/subseed of the currently selected ↵AUTOMATIC2022-09-191-40/+26
|/ | | | picture rather than the first
* add read access to settings for jsavascriptAUTOMATIC2022-09-181-2/+11
| | | | add an option to disable lightbox modal
* fix tooltip not appearing for the shuffle buttonAUTOMATIC2022-09-181-2/+2
|
* Merge pull request #585 from JohanAR/ui_seed_changesAUTOMATIC11112022-09-181-36/+102
|\ | | | | Polish seed UI options
| * Add buttons for random and reuse seed.Johan Aires Rastén2022-09-181-36/+102
| | | | | | | | | | Random button sets seed to -1, reuse copies the seed from the last generated image.
* | prevent live previews from showing previous pictureAUTOMATIC2022-09-181-0/+2
|/
* Merge pull request #651 from EyeDeck/masterAUTOMATIC11112022-09-181-12/+17
|\ | | | | Add some error handling for VRAM monitor
| * ...and make sure it can't get stuck onEyeDeck2022-09-181-2/+3
| | | | | | | | in case someone sets opts.memmon_poll_rate to 0 during generation
| * Add some error handling for VRAM monitorEyeDeck2022-09-181-12/+16
| |
* | altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC2022-09-181-22/+35
|/ | | | job has started; may help with broken progressbar some people say they have
* script.js split workAUTOMATIC2022-09-181-2/+7
|
* typoAUTOMATIC2022-09-171-1/+1
|
* added user.css supportAUTOMATIC2022-09-171-0/+5
|
* moved progressbar to top by requestAUTOMATIC2022-09-171-3/+4
|
* add support for switching model checkpoints at runtimeAUTOMATIC2022-09-171-0/+5
|
* hide VRAM text if polling is disabledAUTOMATIC2022-09-171-3/+4
|
* Add VRAM monitoringEyeDeck2022-09-171-1/+13
|
* remove the warning at startup related to previous PR with batch processingAUTOMATIC2022-09-161-1/+1
|
* Add batch processing to Extras tabArrowM2022-09-161-4/+9
|
* added a second style fieldAUTOMATIC2022-09-141-24/+74
| | | | | | added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
* loopback moved to scripts, added support for multiple batches, changed to ↵AUTOMATIC2022-09-141-9/+2
| | | | honor save grids and how grids in web setting
* Update ui.pyjtkelm22022-09-141-1/+1
|
* Update ui.pyjtkelm22022-09-141-1/+1
|
* Added selected image savingjtkelm22022-09-141-2/+10
|
* Swap width and height sliders in the UInnuudev2022-09-121-3/+3
|
* add negative prompt to log when clicking save #249AUTOMATIC2022-09-121-2/+2
|
* Instance of CUDA out of memory on a low-res batch, even with ↵AUTOMATIC2022-09-121-1/+1
| | | | --opt-split-attention-v1 (found cause) #255
* Merge branch 'master' into masterAUTOMATIC11112022-09-121-2/+2
|\
| * memory optimization for CLIP interrogatorAUTOMATIC2022-09-121-2/+2
| | | | | | | | changed default cfg_scale to a higher value
* | Add --hide-ui-dir-config command line flagEyeDeck2022-09-111-6/+11
|/ | | | | | | | | | Adds `--hide-ui-dir-config` flag to disable editing directory configs from the web UI. This can be set to prevent users from setting the directory to somewhere they shouldn't, for public (or semi-public) interfaces. Directories are still read from config.json, so the server admin can still set them in the web UI and then relaunch with the hide flag, or edit the config manually. Also: - fix OptionInfo `component_args` keyword argument not being read if `component` isn't also set - ensure that hidden settings aren't still read from the web UI (otherwise they could still be changed by tampering with the interface)
* Add support for saving styles with negative promptscryzed2022-09-111-14/+16
|
* CLIP interrogatorAUTOMATIC2022-09-111-2/+16
|
* [Feature Request] Save defaults for extras & keep image parameters after ↵AUTOMATIC2022-09-111-0/+1
| | | | using extras #251
* Add another instruction for workaround for #259AUTOMATIC2022-09-111-1/+1
|
* Change "send to "Seki2022-09-111-4/+4
|
* enabled negative prompt by defaultAUTOMATIC2022-09-101-2/+2
| | | | fixed broken empty directory when prompt does not start withl etter
* changed <p> to <br> in info field to prevent double line breaks when copyingAUTOMATIC2022-09-101-1/+1
| | | | added new features to the list.
* add batch count to sd upscale #169AUTOMATIC2022-09-101-2/+0
| | | | | fix writing empty prompt pictures to rroot directory instead of 'empty' suppress 'Denoising strength change factor' text inimage info unless using loopback mode