aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
AgeCommit message (Collapse)Author
2022-09-28add advanced saving for save buttonWDevelopsWebApps
2022-09-27-Fix interp_amount rounding in filenameBernard Maltais
-Sort list of checkpoints in list
2022-09-27- Add gradio dropdown list to select checkpointsBernard Maltais
- Update checkpoint model fields labels
2022-09-27switched the token counter to use hidden buttons instead of api callLiam
2022-09-27Merge remote-tracking branch 'upstream/master' into token_countLiam
2022-09-27added token counter next to txt2img and img2img promptsLiam
2022-09-27(feat): Rework Checkpoint Merger UI for better clarityBernard Maltais
- Rename variables to better align with field input - Improve merged checkpoint output file name
2022-09-27added console outputs, more clear indication of progress, and ability to ↵AUTOMATIC
specify full filename to checkpoint merger restore "Loading..." text
2022-09-27Merge pull request #1066 from moorehousew/masterAUTOMATIC1111
Add support for checkpoint merging
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