mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Merge branch 'main_upstream' into develop
This commit is contained in:
@@ -21,6 +21,7 @@ body:
|
|||||||
5. Try a fresh installation of Fooocus in a different directory - see if a clean installation solves the issue
|
5. Try a fresh installation of Fooocus in a different directory - see if a clean installation solves the issue
|
||||||
Before making a issue report please, check that the issue hasn't been reported recently.
|
Before making a issue report please, check that the issue hasn't been reported recently.
|
||||||
options:
|
options:
|
||||||
|
- label: The issue has not been resolved by following the [troubleshooting guide](https://github.com/lllyasviel/Fooocus/blob/main/troubleshoot.md)
|
||||||
- label: The issue exists on a clean installation of Fooocus
|
- label: The issue exists on a clean installation of Fooocus
|
||||||
- label: The issue exists in the current version of Fooocus
|
- label: The issue exists in the current version of Fooocus
|
||||||
- label: The issue has not been reported before recently
|
- label: The issue has not been reported before recently
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ def generate_clicked(task):
|
|||||||
# delete Fooocus temp images, only keep gradio temp images
|
# delete Fooocus temp images, only keep gradio temp images
|
||||||
if args_manager.args.disable_image_log:
|
if args_manager.args.disable_image_log:
|
||||||
for filepath in product:
|
for filepath in product:
|
||||||
|
if isinstance(filepath, str) and os.path.exists(filepath):
|
||||||
os.remove(filepath)
|
os.remove(filepath)
|
||||||
|
|
||||||
execution_time = time.perf_counter() - execution_start_time
|
execution_time = time.perf_counter() - execution_start_time
|
||||||
|
|||||||
Reference in New Issue
Block a user