aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
AgeCommit message (Collapse)Author
2022-09-18prevent live previews from showing previous pictureAUTOMATIC
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén
Random button sets seed to -1, reuse copies the seed from the last generated image.
2022-09-18Merge pull request #651 from EyeDeck/masterAUTOMATIC1111
Add some error handling for VRAM monitor
2022-09-18...and make sure it can't get stuck onEyeDeck
in case someone sets opts.memmon_poll_rate to 0 during generation
2022-09-18Add some error handling for VRAM monitorEyeDeck
2022-09-18altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC
job has started; may help with broken progressbar some people say they have
2022-09-18script.js split workAUTOMATIC
2022-09-17typoAUTOMATIC
2022-09-17added user.css supportAUTOMATIC
2022-09-17moved progressbar to top by requestAUTOMATIC
2022-09-17add support for switching model checkpoints at runtimeAUTOMATIC
2022-09-17hide VRAM text if polling is disabledAUTOMATIC
2022-09-17Add VRAM monitoringEyeDeck
2022-09-16remove the warning at startup related to previous PR with batch processingAUTOMATIC
2022-09-16Add batch processing to Extras tabArrowM
2022-09-14added a second style fieldAUTOMATIC
added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
2022-09-14loopback moved to scripts, added support for multiple batches, changed to ↵AUTOMATIC
honor save grids and how grids in web setting
2022-09-14Update ui.pyjtkelm2
2022-09-14Update ui.pyjtkelm2
2022-09-14Added selected image savingjtkelm2
2022-09-12Swap width and height sliders in the UInnuudev
2022-09-12add negative prompt to log when clicking save #249AUTOMATIC
2022-09-12 Instance of CUDA out of memory on a low-res batch, even with ↵AUTOMATIC
--opt-split-attention-v1 (found cause) #255
2022-09-12Merge branch 'master' into masterAUTOMATIC1111
2022-09-12memory optimization for CLIP interrogatorAUTOMATIC
changed default cfg_scale to a higher value
2022-09-11Add --hide-ui-dir-config command line flagEyeDeck
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)
2022-09-11Add support for saving styles with negative promptscryzed
2022-09-11CLIP interrogatorAUTOMATIC
2022-09-11 [Feature Request] Save defaults for extras & keep image parameters after ↵AUTOMATIC
using extras #251
2022-09-11Add another instruction for workaround for #259AUTOMATIC
2022-09-11Change "send to "Seki
2022-09-10enabled negative prompt by defaultAUTOMATIC
fixed broken empty directory when prompt does not start withl etter
2022-09-10changed <p> to <br> in info field to prevent double line breaks when copyingAUTOMATIC
added new features to the list.
2022-09-10add batch count to sd upscale #169AUTOMATIC
fix writing empty prompt pictures to rroot directory instead of 'empty' suppress 'Denoising strength change factor' text inimage info unless using loopback mode
2022-09-10split settings into three columnsAUTOMATIC
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
2022-09-10 [Feature Request] Ability to pass a custom ui-config.json via command line ↵AUTOMATIC
args #212
2022-09-09support for prompt stylesAUTOMATIC
fix broken prompt matrix
2022-09-09ability to upload mask for inpaintingAUTOMATIC
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC
2022-09-09add an option to show negative promptAUTOMATIC
2022-09-09Merge pull request #153 from SafentisFox/fix_output_displayAUTOMATIC1111
Fix webui.bat ignoring cmd line arguments, fix output img overflowing
2022-09-08Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth
2022-09-08Turn the loopback denoise strength change factor into a parameter rather ↵rewbs
than hardcoding to 0.95. Set the default to 1.
2022-09-07Also use alpha channel from img2img input image as maskfuzzytent
2022-09-07labeling updates according to anon's feedbackAUTOMATIC
2022-09-07a little bit of rework for extras tabAUTOMATIC
2022-09-07codeformer supportAUTOMATIC
2022-09-06fix for live progress breaking lowvram and medvram optimizationsAUTOMATIC
2022-09-06fix for progress barAUTOMATIC
2022-09-06added preview optionAUTOMATIC