File tree Expand file tree Collapse file tree
StabilityMatrix.Core/Models/Packages Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments