Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-22 | eslint | AUTOMATIC1111 | |
2023-08-22 | fix broken generate button if not using live previews | AUTOMATIC1111 | |
2023-08-22 | for live previews, only hide gallery after at least one live previews pic ↵ | AUTOMATIC1111 | |
has been received fix blinking for live previews fix a clientside live previews exception that happens when you kill serverside during sampling match the size of live preview image to gallery image | |||
2023-08-20 | make live previews play nice with window/slider resizes | AUTOMATIC1111 | |
2023-08-20 | make live preview display work independently from progress bar | AUTOMATIC1111 | |
2023-05-18 | eslint related file edits | AUTOMATIC | |
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | |
2023-04-30 | Fix unused variables | Aarni Koskela | |
2023-04-30 | Fix a whole bunch of implicit globals | Aarni Koskela | |
2023-04-29 | alternate restore progress button implementation | AUTOMATIC | |
2023-04-24 | pull progress for 40 seconds | bbonvi | |
for some extreme network conditions 20 seconds may not be enough | |||
2023-03-31 | fix missing live preview and progress during certain tasks | bbonvi | |
Sometimes tasks take longer than 5 seconds to start, resulting in missing progress bar and livepreviews, so we have to keep pulling for progress a bit longer (5s -> 20s). | |||
2023-03-25 | initial gradio 3.22 support | AUTOMATIC | |
2023-02-25 | fix progressbar | Vladimir Mandic | |
2023-01-19 | internal progress relative path | poiuty | |
2023-01-19 | add handling to some places in javascript that can potentially cause issues ↵ | AUTOMATIC | |
#6898 | |||
2023-01-18 | enable progressbar without gallery | AUTOMATIC | |
2023-01-18 | return progress percentage to title bar | AUTOMATIC | |
2023-01-16 | return an option to hide progressbar | AUTOMATIC | |
2023-01-15 | remove unneeded log from progressbar | AUTOMATIC | |
2023-01-15 | add setting for progressbar update period | AUTOMATIC | |
2023-01-15 | eliminate flicker for live previews | AUTOMATIC | |
2023-01-15 | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | |
at the same time and do not get previews of each other | |||
2022-12-14 | Fix various typos | Jim Hays | |
2022-11-30 | Restore scroll position on page if giving active element focus changes it | Suffocate | |
2022-11-20 | Move progress info to beginning of title | Jonas Böer | |
because who has so few tabs open that they can see the end of a tab name? | |||
2022-11-02 | switch to gradio 3.8 | AUTOMATIC | |
2022-10-17 | possibly defeat losing of focus for prompt when generating images with ↵ | AUTOMATIC | |
gallery open | |||
2022-10-16 | keep focus on current element when updating gallery | AUTOMATIC | |
2022-10-15 | remove extra 100ms timeout | ruocaled | |
2022-10-15 | re-attach full screen zoom listeners | ruocaled | |
2022-10-15 | allow re-open for multiple images gallery | ruocaled | |
2022-10-15 | fix observer disconnect logic | ruocaled | |
2022-10-15 | remove console.log | ruocaled | |
2022-10-15 | auto re-open selected image after re-generation | ruocaled | |
attach an observer of gallery when generation in progress, if there was a image selected in gallery and gallery has only 1 image, auto re-select/open that image. This matches behavior of prior to Gradio 3.4.1 version bump, is a quality of life feature many people enjoyed. | |||
2022-10-08 | Add button to skip the current iteration | Trung Ngo | |
2022-10-06 | add check for progress in title setting | DepFA | |
2022-10-05 | Show generation progress in window title | DepFA | |
2022-10-02 | initial support for training textual inversion | AUTOMATIC | |
2022-09-23 | delete unwanted console.log | AUTOMATIC | |
2022-09-23 | upgrade to gradio==3.4b3 t fixthe inpain bugs | AUTOMATIC | |
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab | |||
2022-09-23 | Show interrupt button without progress bar | innovaciones | |
2022-09-22 | New position and interrupt integration | innovaciones | |
2022-09-22 | Update progressbar.js | innovaciones | |
2022-09-22 | Fix progress bar position | innovaciones | |
2022-09-18 | altered 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-18 | script.js split work - ui.js | AUTOMATIC | |
2022-09-18 | script.js split work - progress.js | AUTOMATIC | |
2022-09-18 | Split history script.js to javascript/progressbar.js | Andrey | |