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 bd0b828 commit 38f7cb1Copy full SHA for 38f7cb1
1 file changed
StabilityMatrix.Core/Models/Packages/OneTrainer.cs
@@ -39,7 +39,7 @@ IRocmPackageHelper rocmPackageHelper
39
"OneTrainer is a one-stop solution for all your stable diffusion training needs";
40
public override string LicenseType => "AGPL-3.0";
41
public override string LicenseUrl => "https://github.com/Nerogar/OneTrainer/blob/master/LICENSE.txt";
42
- public override string LaunchCommand => "scripts/train_ui.py";
+ public override string LaunchCommand => "scripts/train_ui_ctk.py";
43
44
public override Uri PreviewImageUri =>
45
new("https://github.com/Nerogar/OneTrainer/blob/master/resources/icons/icon.png?raw=true");
0 commit comments