Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: unrecognized arguments: --output-directory filepath #453

Closed
emohx opened this issue Feb 11, 2024 · 2 comments · Fixed by #463
Closed

error: unrecognized arguments: --output-directory filepath #453

emohx opened this issue Feb 11, 2024 · 2 comments · Fixed by #463
Labels
bug Something isn't working

Comments

@emohx
Copy link

emohx commented Feb 11, 2024

The option for Fooocus, '--output-directory', results in an error.
Perhaps it should be '--output-directory'?
image

[System` ARGV] ['F:\\StabilityMatrix-win-x64\\Data\\Packages\\Fooocus\\launch.py', '--output-directory', 'filepath']
usage: launch.py [-h] [--listen [IP]] [--port PORT]
                 [--disable-header-check [ORIGIN]]
                 [--web-upload-size WEB_UPLOAD_SIZE]
                 [--external-working-path PATH [PATH ...]]
                 [--output-path OUTPUT_PATH] [--temp-path TEMP_PATH]
                 [--cache-path CACHE_PATH] [--in-browser]
                 [--disable-in-browser] [--gpu-device-id DEVICE_ID]
                 [--async-cuda-allocation | --disable-async-cuda-allocation]
                 [--disable-attention-upcast] [--all-in-fp32 | --all-in-fp16]
                 [--unet-in-bf16 | --unet-in-fp16 | --unet-in-fp8-e4m3fn | --unet-in-fp8-e5m2]
                 [--vae-in-fp16 | --vae-in-fp32 | --vae-in-bf16]
                 [--vae-in-cpu]
                 [--clip-in-fp8-e4m3fn | --clip-in-fp8-e5m2 | --clip-in-fp16 | --clip-in-fp32]
                 [--directml [DIRECTML_DEVICE]] [--disable-ipex-hijack]
                 [--preview-option [none,auto,fast,taesd]]
                 [--attention-split | --attention-quad | --attention-pytorch]
                 [--disable-xformers]
                 [--always-gpu | --always-high-vram | --always-normal-vram | --always-low-vram | --always-no-vram | --always-cpu]
                 [--always-offload-from-vram] [--pytorch-deterministic]
                 [--disable-server-log] [--debug-mode]
                 [--is-windows-embedded-python] [--disable-server-info]
                 [--multi-user] [--share] [--preset PRESET]
                 [--language LANGUAGE] [--disable-offload-from-vram]
                 [--theme THEME] [--disable-image-log] [--disable-analytics]
                 [--disable-preset-download] [--always-download-new-model]
launch.py: error: unrecognized arguments: --output-directory filepath

Process finished with exit code 2
@ionite34 ionite34 added the bug Something isn't working label Feb 12, 2024
@ionite34
Copy link
Contributor

Seems Fooocus changed it to --output-path, you can use that manually at the bottom before we make a fix.

@leo0eloi
Copy link

--output-path

ok. Can please type a example? because I try every combination, just anyone worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants