aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_tempdir.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15012 from light-and-ray/register_tmp_file-also-with-mtimeAUTOMATIC11112024-03-021-1/+3
| | | register_tmp_file also for mtime
* Merge pull request #14947 from AUTOMATIC1111/open-buttonAUTOMATIC11112024-02-171-0/+15
| | | option "open image button" open the actual dir
* Always add timestamp to displayed imagemissionfloyd2024-02-101-6/+1
|
* Make Gradio temp directory if it doesn't existbrkirch2023-08-211-0/+2
| | | | 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.
* split webui.py's initialization and utility functions into separate filesAUTOMATIC11112023-08-091-2/+3
|
* Update ui_tempdir.pyVesnica2023-06-041-1/+1
| | | Make override function have the same input parameters with original function
* fix linter issue for 1.3.0AUTOMATIC2023-05-271-1/+0
|
* fix serving images that have already been saved without temp files function ↵AUTOMATIC2023-05-271-5/+9
| | | | that broke after updating gradio
* fixes for B007AUTOMATIC2023-05-101-1/+1
|
* ruff auto fixesAUTOMATIC2023-05-101-1/+1
|
* refresh fixSakura-Luna2023-05-091-4/+1
|
* use file modification time instead of current time for #9760AUTOMATIC2023-05-081-1/+2
|
* Refresh fixSakura-Luna2023-05-041-1/+2
|
* Use a new way to solve webpage refreshSakura-Luna2023-05-041-1/+2
|
* add support for running with gradio 3.9 installedAUTOMATIC2023-01-031-2/+21
|
* more fixes for gradio updateAUTOMATIC2023-01-011-1/+1
|
* Bump gradio version #YOLOAUTOMATIC2023-01-011-1/+2
|
* if image on disk was deleted between being generated and request being ↵AUTOMATIC2022-11-271-1/+1
| | | | completed, do use temporary dir to store it for the browser
* serve images from where they are saved instead of a temporary directoryAUTOMATIC2022-11-271-0/+62
add an option to choose a different temporary directory in the UI add an option to cleanup the selected temporary directory at startup