Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Split history script.js to javascript/progressbar.js | Andrey | 2022-09-18 | 1 | -0/+116 |