mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Merge pull request #719 from bruno-c/pass_command_line_arguments
Pass additional command line arguments to launch.py through run.bat scripts
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ python_embeded_path = os.path.join(win32_root, 'python_embeded')
|
|||||||
is_win32_standalone_build = os.path.exists(python_embeded_path) and os.path.isdir(python_embeded_path)
|
is_win32_standalone_build = os.path.exists(python_embeded_path) and os.path.isdir(python_embeded_path)
|
||||||
|
|
||||||
win32_cmd = '''
|
win32_cmd = '''
|
||||||
.\python_embeded\python.exe -s Fooocus\entry_with_update.py {cmds}
|
.\python_embeded\python.exe -s Fooocus\entry_with_update.py {cmds} %*
|
||||||
pause
|
pause
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user