aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
AgeCommit message (Collapse)Author
2022-09-26adds support for a notification.mp3 in the root directory that will play ↵Connum
upon completion (fixes #1013)
2022-09-26Added smoothstep interpolation to checkpoint mergingWilliam Moorehouse
2022-09-26copy over fields when sending to img2img: ↵Liam
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1029
2022-09-25Add support for checkpoint mergingWilliam Moorehouse
2022-09-25Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-25added hiding items to ui-config.jsonAUTOMATIC
2022-09-25add custom script source to config path keysDepFA
2022-09-25Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-25added support for setting hires fix from pasted promptsAUTOMATIC
added more robust detection of last line with parameters for pasted prompts
2022-09-25Correct indentDepFA
2022-09-25Persist default Number valuesDepFA
2022-09-25Add attr to skipDepFA
2022-09-25Apply to all checkboxes and textboxesDepFA
2022-09-25Add attributes to checkboxes for persistingDepFA
2022-09-25by popular request, moves width/height sliders higherAUTOMATIC
2022-09-24Disable 'batch img2img' when launched with --hide-ui-dir-configEyeDeck
Prevent writing to arbitrary directories, as usual
2022-09-24do not hide preview image too earlyAUTOMATIC
2022-09-24Remove double loading messageinnovaciones
2022-09-24fix for settings sometimes not applying on javascript sideAUTOMATIC
2022-09-23add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC
tabs fixed some [send to..] buttons to work properly with all tabs
2022-09-23one change didn't make it into the previous commitAUTOMATIC
2022-09-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-23prevent saving settings with bogus valuesAUTOMATIC
2022-09-23add extrastab send to inpaintSeki
2022-09-23add extrastab send to img2imgSeki
2022-09-23Fix typoinnovaciones
2022-09-23Show interrupt button without progress barinnovaciones
2022-09-23sort JavaScript includes to assure script sequenceDepFA
Who knows what filesystem they're on
2022-09-22settings categories split to columns, remade categoriesAUTOMATIC
2022-09-22Add section splitting to settings uiDepFA
2022-09-22move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC
problem with secure context people are having on non-localhost
2022-09-22remove labels from output galleryAUTOMATIC
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC
SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs
2022-09-22New position and interrupt integrationinnovaciones
2022-09-22Use generate button as progress barinnovaciones
2022-09-21Add LDSR and "GoLatent?" Upscaling (#763)d8ahazard
* Add LDSR Upscaling
2022-09-21prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC
2022-09-21fix image replacement via clipboard paste or drag and drop on PNG Info tabConnum
2022-09-20added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC
2022-09-20Enable neural network upscalers for highres. fixAUTOMATIC
2022-09-20Send a browser notification when the images are readyDave Sescleifer
2022-09-19Automatically show PNGinfo when uploading imagetrufty
2022-09-19fix the issue with incorrect js options on page loadAUTOMATIC
add a setting for lightbox max size images use setting for lightbox max size images late to let user change it and see results
2022-09-19added highres fix featureAUTOMATIC
2022-09-19Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-19made 'reuse seed' button give you the seed/subseed of the currently selected ↵AUTOMATIC
picture rather than the first
2022-09-19Move memmon tooltip to hints.jsEyeDeck
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.
2022-09-18add read access to settings for jsavascriptAUTOMATIC
add an option to disable lightbox modal
2022-09-18fix tooltip not appearing for the shuffle buttonAUTOMATIC
2022-09-18Merge pull request #585 from JohanAR/ui_seed_changesAUTOMATIC1111
Polish seed UI options