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