We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f15b6 commit 2dbab79Copy full SHA for 2dbab79
run_with_preset.py renamed to scripts/run-with-preset.py
@@ -46,7 +46,7 @@
46
- To define multiple "reverse_prompt" properties simultaneously the expected format is a list of strings.
47
- To define a tensor split, pass a list of floats.
48
"""
49
-usage = "run_with_preset.py [-h] [yaml_files ...] [--<ARG_NAME> <ARG_VALUE> ...]"
+usage = "run-with-preset.py [-h] [yaml_files ...] [--<ARG_NAME> <ARG_VALUE> ...]"
50
epilog = (" --<ARG_NAME> specify additional CLI ars to be passed to the binary (override all preset files). "
51
"Unknown args will be ignored.")
52
0 commit comments