mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 21:30:15 +08:00
Merge branch 'comfyanonymous:master' into feature/preview-latent
This commit is contained in:
commit
9b94d041a7
@ -181,7 +181,7 @@ def get_filename_list(folder_name):
|
|||||||
out = get_filename_list_(folder_name)
|
out = get_filename_list_(folder_name)
|
||||||
global filename_list_cache
|
global filename_list_cache
|
||||||
filename_list_cache[folder_name] = out
|
filename_list_cache[folder_name] = out
|
||||||
return out[0]
|
return list(out[0])
|
||||||
|
|
||||||
def get_save_image_path(filename_prefix, output_dir, image_width=0, image_height=0):
|
def get_save_image_path(filename_prefix, output_dir, image_width=0, image_height=0):
|
||||||
def map_filename(filename):
|
def map_filename(filename):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user