aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_tempdir.py
AgeCommit message (Collapse)Author
2024-03-02Merge pull request #15012 from light-and-ray/register_tmp_file-also-with-mtimeAUTOMATIC1111
register_tmp_file also for mtime
2024-02-17Merge pull request #14947 from AUTOMATIC1111/open-buttonAUTOMATIC1111
option "open image button" open the actual dir
2024-02-10Always add timestamp to displayed imagemissionfloyd
2023-08-21Make Gradio temp directory if it doesn't existbrkirch
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-09split webui.py's initialization and utility functions into separate filesAUTOMATIC1111
2023-06-04Update ui_tempdir.pyVesnica
Make override function have the same input parameters with original function
2023-05-27fix linter issue for 1.3.0AUTOMATIC
2023-05-27fix serving images that have already been saved without temp files function ↵AUTOMATIC
that broke after updating gradio
2023-05-10fixes for B007AUTOMATIC
2023-05-10ruff auto fixesAUTOMATIC
2023-05-09refresh fixSakura-Luna
2023-05-08use file modification time instead of current time for #9760AUTOMATIC
2023-05-04Refresh fixSakura-Luna
2023-05-04Use a new way to solve webpage refreshSakura-Luna
2023-01-03add support for running with gradio 3.9 installedAUTOMATIC
2023-01-01more fixes for gradio updateAUTOMATIC
2023-01-01Bump gradio version #YOLOAUTOMATIC
2022-11-27if 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-27serve images from where they are saved instead of a temporary directoryAUTOMATIC
add an option to choose a different temporary directory in the UI add an option to cleanup the selected temporary directory at startup