Skip to content

Commit 38f7cb1

Browse files
authored
Update launch command to train_ui_ctk.py
Restores functionality of Dataset Tools UI due to not being ported to Qt yet on upstream.
1 parent bd0b828 commit 38f7cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StabilityMatrix.Core/Models/Packages/OneTrainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ IRocmPackageHelper rocmPackageHelper
3939
"OneTrainer is a one-stop solution for all your stable diffusion training needs";
4040
public override string LicenseType => "AGPL-3.0";
4141
public override string LicenseUrl => "https://github.com/Nerogar/OneTrainer/blob/master/LICENSE.txt";
42-
public override string LaunchCommand => "scripts/train_ui.py";
42+
public override string LaunchCommand => "scripts/train_ui_ctk.py";
4343

4444
public override Uri PreviewImageUri =>
4545
new("https://github.com/Nerogar/OneTrainer/blob/master/resources/icons/icon.png?raw=true");

0 commit comments

Comments
 (0)