Fooocus private log
This commit is contained in:
lllyasviel
2023-08-16 13:04:32 -07:00
committed by GitHub
parent 3aace6e15b
commit 55342fcd58
5 changed files with 57 additions and 8 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ def generate_temp_filename(folder='./outputs/', extension='png'):
random_number = random.randint(1000, 9999)
filename = f"{time_string}_{random_number}.{extension}"
result = os.path.join(folder, date_string, filename)
return os.path.abspath(os.path.realpath(result))
return date_string, os.path.abspath(os.path.realpath(result)), filename