aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* split settings into three columnsAUTOMATIC2022-09-101-70/+87
| | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version
* [Feature Request] Ability to pass a custom ui-config.json via command line ↵AUTOMATIC2022-09-101-1/+1
| | | | args #212
* support for prompt stylesAUTOMATIC2022-09-091-8/+38
| | | | fix broken prompt matrix
* ability to upload mask for inpaintingAUTOMATIC2022-09-091-5/+29
|
* added resize seeds and variation seeds featuresAUTOMATIC2022-09-091-2/+38
|
* add an option to show negative promptAUTOMATIC2022-09-091-1/+3
|
* Merge pull request #153 from SafentisFox/fix_output_displayAUTOMATIC11112022-09-091-2/+2
|\ | | | | Fix webui.bat ignoring cmd line arguments, fix output img overflowing
| * Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth2022-09-081-2/+2
| |
* | Turn the loopback denoise strength change factor into a parameter rather ↵rewbs2022-09-081-1/+5
|/ | | | than hardcoding to 0.95. Set the default to 1.
* Also use alpha channel from img2img input image as maskfuzzytent2022-09-071-1/+1
|
* labeling updates according to anon's feedbackAUTOMATIC2022-09-071-1/+1
|
* a little bit of rework for extras tabAUTOMATIC2022-09-071-3/+10
|
* codeformer supportAUTOMATIC2022-09-071-7/+8
|
* fix for live progress breaking lowvram and medvram optimizationsAUTOMATIC2022-09-061-8/+4
|
* fix for progress barAUTOMATIC2022-09-061-1/+4
|
* added preview optionAUTOMATIC2022-09-061-8/+51
|
* readme extras for VRAM forAUTOMATIC2022-09-061-1/+4
| | | | | | added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes
* added progressbarAUTOMATIC2022-09-051-2/+43
| | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS
* added random artist buttonAUTOMATIC2022-09-051-0/+19
| | | | added a setting for padding when doing inpaint at original resolution
* added --listen option to make gradio listen on network requestsAUTOMATIC2022-09-051-1/+1
|
* fix for setting values for gradio sliders when users has bad data in ↵AUTOMATIC2022-09-051-3/+3
| | | | ui-config.json
* re-integrated tiling option as a UI elementAUTOMATIC2022-09-051-0/+4
|
* ESRGAN supportAUTOMATIC2022-09-041-7/+18
|
* added UI config file: ui-config.jsonAUTOMATIC2022-09-041-2/+48
|
* added poor man's inpainting scriptAUTOMATIC2022-09-031-3/+3
|
* fix for broken image saving when using non-default directoryAUTOMATIC2022-09-031-1/+1
|