[Diffusion] Hot fix broken output_path default value (#17180)
This commit is contained in:
@@ -328,7 +328,7 @@ class ServerArgs:
|
|||||||
|
|
||||||
scheduler_port: int = 5555
|
scheduler_port: int = 5555
|
||||||
|
|
||||||
output_path: str | None = None
|
output_path: str | None = "outputs/"
|
||||||
|
|
||||||
# Prompt text file for batch processing
|
# Prompt text file for batch processing
|
||||||
prompt_file_path: str | None = None
|
prompt_file_path: str | None = None
|
||||||
|
|||||||
Reference in New Issue
Block a user