Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always add timestamp to displayed image | missionfloyd | 2024-02-10 | 1 | -6/+1 |
| | |||||
* | Make Gradio temp directory if it doesn't exist | brkirch | 2023-08-21 | 1 | -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 files | AUTOMATIC1111 | 2023-08-09 | 1 | -2/+3 |
| | |||||
* | Update ui_tempdir.py | Vesnica | 2023-06-04 | 1 | -1/+1 |
| | | | Make override function have the same input parameters with original function | ||||
* | fix linter issue for 1.3.0 | AUTOMATIC | 2023-05-27 | 1 | -1/+0 |
| | |||||
* | fix serving images that have already been saved without temp files function ↵ | AUTOMATIC | 2023-05-27 | 1 | -5/+9 |
| | | | | that broke after updating gradio | ||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | refresh fix | Sakura-Luna | 2023-05-09 | 1 | -4/+1 |
| | |||||
* | use file modification time instead of current time for #9760 | AUTOMATIC | 2023-05-08 | 1 | -1/+2 |
| | |||||
* | Refresh fix | Sakura-Luna | 2023-05-04 | 1 | -1/+2 |
| | |||||
* | Use a new way to solve webpage refresh | Sakura-Luna | 2023-05-04 | 1 | -1/+2 |
| | |||||
* | add support for running with gradio 3.9 installed | AUTOMATIC | 2023-01-03 | 1 | -2/+21 |
| | |||||
* | more fixes for gradio update | AUTOMATIC | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | Bump gradio version #YOLO | AUTOMATIC | 2023-01-01 | 1 | -1/+2 |
| | |||||
* | if image on disk was deleted between being generated and request being ↵ | AUTOMATIC | 2022-11-27 | 1 | -1/+1 |
| | | | | completed, do use temporary dir to store it for the browser | ||||
* | serve images from where they are saved instead of a temporary directory | AUTOMATIC | 2022-11-27 | 1 | -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 |