mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
Update folder_paths.py
fixed typo in veryfy -> verify
This commit is contained in:
parent
32631c61b6
commit
a0001bd384
@ -36,7 +36,7 @@ input_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "inp
|
||||
|
||||
filename_list_cache = {}
|
||||
|
||||
def veryfy_input_directory():
|
||||
def verify_input_directory():
|
||||
global input_directory
|
||||
if not os.path.exists(input_directory):
|
||||
os.makedirs(input_directory)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user