aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_tempdir.py
AgeCommit message (Collapse)Author
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