Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-10 | Always add timestamp to displayed image | missionfloyd | |
2023-08-21 | Make Gradio temp directory if it doesn't exist | brkirch | |
Gradio normally creates the temp directory in `pil_to_temp_file()` (https://github.com/gradio-app/gradio/blob/861d752a83da0f95e9f79173069b69eababeed39/gradio/components/base.py#L313) but since the Gradio implementation of `pil_to_temp_file()` is replaced with `save_pil_to_file()`, the Gradio temp directory should also be created by `save_pil_to_file()` when necessary. | |||
2023-08-09 | split webui.py's initialization and utility functions into separate files | AUTOMATIC1111 | |
2023-06-04 | Update ui_tempdir.py | Vesnica | |
Make override function have the same input parameters with original function | |||
2023-05-27 | fix linter issue for 1.3.0 | AUTOMATIC | |
2023-05-27 | fix serving images that have already been saved without temp files function ↵ | AUTOMATIC | |
that broke after updating gradio | |||
2023-05-10 | fixes for B007 | AUTOMATIC | |
2023-05-10 | ruff auto fixes | AUTOMATIC | |
2023-05-09 | refresh fix | Sakura-Luna | |
2023-05-08 | use file modification time instead of current time for #9760 | AUTOMATIC | |
2023-05-04 | Refresh fix | Sakura-Luna | |
2023-05-04 | Use a new way to solve webpage refresh | Sakura-Luna | |
2023-01-03 | add support for running with gradio 3.9 installed | AUTOMATIC | |
2023-01-01 | more fixes for gradio update | AUTOMATIC | |
2023-01-01 | Bump gradio version #YOLO | AUTOMATIC | |
2022-11-27 | if image on disk was deleted between being generated and request being ↵ | AUTOMATIC | |
completed, do use temporary dir to store it for the browser | |||
2022-11-27 | serve images from where they are saved instead of a temporary directory | AUTOMATIC | |
add an option to choose a different temporary directory in the UI add an option to cleanup the selected temporary directory at startup |