Commit Graph

47 Commits

Author SHA1 Message Date
AUTOMATIC1111 f6c52f4f41 for live previews, only hide gallery after at least one live previews pic 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-22 11:02:14 +03:00
AUTOMATIC1111 db5c304e29 make live previews play nice with window/slider resizes 2023-08-20 13:38:35 +03:00
AUTOMATIC1111 a0d721e109 make live preview display work independently from progress bar 2023-08-20 13:00:59 +03:00
AUTOMATIC 57b75f4a03 eslint related file edits 2023-05-18 09:59:10 +03:00
Aarni Koskela 9c54b78d9d Run eslint --fix (and normalize tabs to spaces) 2023-05-17 16:09:06 +03:00
Aarni Koskela f6a40a2ffa Fix unused variables 2023-04-30 22:26:11 +03:00
Aarni Koskela 8ccc27127b Fix a whole bunch of implicit globals 2023-04-30 22:08:52 +03:00
AUTOMATIC c48ab36cb9 alternate restore progress button implementation 2023-04-29 22:16:54 +03:00
bbonvi 8ae8aeca75 pull progress for 40 seconds
for some extreme network conditions 20 seconds may not be enough
2023-04-24 13:12:49 +06:00
bbonvi c938b172a4 fix missing live preview and progress during certain tasks
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-31 19:34:58 +06:00
AUTOMATIC 9f0da9f6ed initial gradio 3.22 support 2023-03-25 09:00:36 +03:00
Vladimir Mandic ed43a822b2 fix progressbar 2023-02-25 12:56:03 -05:00
poiuty 81276cde90 internal progress relative path 2023-01-19 16:56:45 +03:00
AUTOMATIC c12d7ddd72 add handling to some places in javascript that can potentially cause issues #6898 2023-01-19 16:08:09 +03:00
AUTOMATIC d8f8bcb821 enable progressbar without gallery 2023-01-18 13:20:47 +03:00
AUTOMATIC dac59b9b07 return progress percentage to title bar 2023-01-18 06:13:45 +03:00
AUTOMATIC 064983c0ad return an option to hide progressbar 2023-01-16 12:56:30 +03:00
AUTOMATIC fc25af3939 remove unneeded log from progressbar 2023-01-15 23:23:24 +03:00
AUTOMATIC a534bdfc80 add setting for progressbar update period 2023-01-15 20:29:55 +03:00
AUTOMATIC f6aac4c65a eliminate flicker for live previews 2023-01-15 20:29:55 +03:00
AUTOMATIC d8b90ac121 big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other 2023-01-15 18:51:04 +03:00
Jim Hays c0355caefe Fix various typos 2022-12-14 21:01:32 -05:00
Suffocate c4067c5626 Restore scroll position on page if giving active element focus changes it 2022-11-30 01:11:01 +00:00
Jonas Böer 471189743a Move progress info to beginning of title
because who has so few tabs open that they can see the end of a tab name?
2022-11-20 15:57:43 +01:00
AUTOMATIC 95c6308ccd switch to gradio 3.8 2022-11-02 09:48:02 +03:00
AUTOMATIC af3f6489d3 possibly defeat losing of focus for prompt when generating images with gallery open 2022-10-17 16:57:19 +03:00
AUTOMATIC c57919ea2a keep focus on current element when updating gallery 2022-10-16 17:22:56 +03:00
ruocaled 661a61985c remove extra 100ms timeout 2022-10-15 09:32:01 +03:00
ruocaled c7cd2fda5a re-attach full screen zoom listeners 2022-10-15 09:32:01 +03:00
ruocaled b26efff8c4 allow re-open for multiple images gallery 2022-10-15 09:32:01 +03:00
ruocaled c84eef8195 fix observer disconnect logic 2022-10-15 09:32:01 +03:00
ruocaled 6b5c54c187 remove console.log 2022-10-15 09:32:01 +03:00
ruocaled 3bd40bb77f auto re-open selected image after re-generation
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-15 09:32:01 +03:00
Trung Ngo 786d9f63aa Add button to skip the current iteration 2022-10-08 13:40:39 +03:00
DepFA c06298d1d0 add check for progress in title setting 2022-10-06 17:58:52 +03:00
DepFA 67d011b02e Show generation progress in window title 2022-10-05 11:42:11 +03:00
AUTOMATIC 820f1dc96b initial support for training textual inversion 2022-10-02 15:03:39 +03:00
AUTOMATIC e12793e937 delete unwanted console.log 2022-09-23 23:34:33 +03:00
AUTOMATIC 0065327726 upgrade to gradio==3.4b3 t fixthe inpain bugs
rework progressbar/preview to work with new gradio
remove unnecessary create style button
added link to alternative colab
2022-09-23 20:46:02 +03:00
innovaciones 6e86fc9fd0 Show interrupt button without progress bar 2022-09-23 08:33:08 +03:00
innovaciones c9ee98440b New position and interrupt integration 2022-09-22 08:12:10 +03:00
innovaciones 057206cb73 Update progressbar.js 2022-09-22 08:12:10 +03:00
innovaciones f183e09fcc Fix progress bar position 2022-09-22 08:12:10 +03:00
AUTOMATIC 3f29aa791b altered progressbar to not rely on first progress request coming after the job has started; may help with broken progressbar some people say they have 2022-09-18 11:14:42 +03:00
AUTOMATIC 5e80c286ee script.js split work - ui.js 2022-09-18 09:00:06 +03:00
AUTOMATIC ae63d82741 script.js split work - progress.js 2022-09-18 08:51:11 +03:00
Andrey 8b734949ba Split history script.js to javascript/progressbar.js 2022-09-18 08:48:47 +03:00