Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-02-14 | Use original App Title in progress bar | Andray | -1/+8 | |
2023-08-22 | fix endless progress requests | AUTOMATIC1111 | -2/+4 | |
2023-08-22 | eslint | AUTOMATIC1111 | -3/+3 | |
2023-08-22 | fix broken generate button if not using live previews | AUTOMATIC1111 | -1/+1 | |
2023-08-22 | for live previews, only hide gallery after at least one live previews pic ↵ | AUTOMATIC1111 | -6/+18 | |
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 | -17/+4 | |
2023-08-20 | make live preview display work independently from progress bar | AUTOMATIC1111 | -10/+18 | |
2023-05-18 | eslint related file edits | AUTOMATIC | -2/+2 | |
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | -91/+91 | |
2023-04-30 | Fix unused variables | Aarni Koskela | -2/+2 | |
2023-04-30 | Fix a whole bunch of implicit globals | Aarni Koskela | -2/+1 | |
2023-04-29 | alternate restore progress button implementation | AUTOMATIC | -2/+2 | |
2023-04-24 | pull progress for 40 seconds | bbonvi | -1/+1 | |
for some extreme network conditions 20 seconds may not be enough | ||||
2023-03-31 | fix missing live preview and progress during certain tasks | bbonvi | -1/+1 | |
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 | -66/+1 | |
2023-02-25 | fix progressbar | Vladimir Mandic | -1/+1 | |
2023-01-19 | internal progress relative path | poiuty | -1/+1 | |
2023-01-19 | add handling to some places in javascript that can potentially cause issues ↵ | AUTOMATIC | -2/+7 | |
#6898 | ||||
2023-01-18 | enable progressbar without gallery | AUTOMATIC | -9/+15 | |
2023-01-18 | return progress percentage to title bar | AUTOMATIC | -0/+15 | |
2023-01-16 | return an option to hide progressbar | AUTOMATIC | -0/+1 | |
2023-01-15 | remove unneeded log from progressbar | AUTOMATIC | -2/+0 | |
2023-01-15 | add setting for progressbar update period | AUTOMATIC | -1/+1 | |
2023-01-15 | eliminate flicker for live previews | AUTOMATIC | -7/+7 | |
2023-01-15 | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | -90/+159 | |
at the same time and do not get previews of each other | ||||
2022-12-14 | Fix various typos | Jim Hays | -6/+6 | |
2022-11-30 | Restore scroll position on page if giving active element focus changes it | Suffocate | -2/+14 | |
2022-11-20 | Move progress info to beginning of title | Jonas Böer | -1/+1 | |
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 | -6/+24 | |
2022-10-17 | possibly defeat losing of focus for prompt when generating images with ↵ | AUTOMATIC | -3/+9 | |
gallery open | ||||
2022-10-16 | keep focus on current element when updating gallery | AUTOMATIC | -2/+4 | |
2022-10-15 | remove extra 100ms timeout | ruocaled | -3/+1 | |
2022-10-15 | re-attach full screen zoom listeners | ruocaled | -0/+3 | |
2022-10-15 | allow re-open for multiple images gallery | ruocaled | -3/+4 | |
2022-10-15 | fix observer disconnect logic | ruocaled | -5/+7 | |
2022-10-15 | remove console.log | ruocaled | -1/+0 | |
2022-10-15 | auto re-open selected image after re-generation | ruocaled | -0/+32 | |
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 | -6/+14 | |
2022-10-06 | add check for progress in title setting | DepFA | -1/+1 | |
2022-10-05 | Show generation progress in window title | DepFA | -0/+15 | |
2022-10-02 | initial support for training textual inversion | AUTOMATIC | -0/+1 | |
2022-09-23 | delete unwanted console.log | AUTOMATIC | -1/+0 | |
2022-09-23 | upgrade to gradio==3.4b3 t fixthe inpain bugs | AUTOMATIC | -29/+28 | |
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 | -2/+2 | |
2022-09-22 | New position and interrupt integration | innovaciones | -8/+6 | |
2022-09-22 | Update progressbar.js | innovaciones | -1/+1 | |
2022-09-22 | Fix progress bar position | innovaciones | -3/+13 | |
2022-09-18 | altered progressbar to not rely on first progress request coming after the ↵ | AUTOMATIC | -2/+10 | |
job has started; may help with broken progressbar some people say they have | ||||
2022-09-18 | script.js split work - ui.js | AUTOMATIC | -1/+10 | |
2022-09-18 | script.js split work - progress.js | AUTOMATIC | -90/+3 | |