Skip to content

Commit 6592198

Browse files
authored
Merge pull request #525 from ionite34/backport/main/pr-524
[dev to main] backport: Update Fooocus --output-directory argument to --output-path (524)
2 parents eb918f1 + 32d46c5 commit 6592198

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
1010
- Fixed user tokens read error causing failed downloads
1111
- Failed downloads will now log error messages
1212
- Fixed [#458](https://github.com/LykosAI/StabilityMatrix/issues/458) - Save Intermediate Image not working
13+
- Fixed [#453](https://github.com/LykosAI/StabilityMatrix/issues/453) - Update Fooocus `--output-directory` argument to `--output-path`
1314

1415
## v2.8.2
1516
### Added

StabilityMatrix.Core/Models/Packages/Fooocus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ IPrerequisiteHelper prerequisiteHelper
7373
Name = "Output Directory",
7474
Type = LaunchOptionType.String,
7575
Description = "Override the output directory",
76-
Options = { "--output-directory" }
76+
Options = { "--output-path" }
7777
},
7878
new LaunchOptionDefinition
7979
{

0 commit comments

Comments
 (0)