|
|
@ -106,6 +106,13 @@ public class A3WebUI : BaseGitPackage |
|
|
|
Options = new() { "--api" } |
|
|
|
Options = new() { "--api" } |
|
|
|
}, |
|
|
|
}, |
|
|
|
new() |
|
|
|
new() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
Name = "Auto Launch Web UI", |
|
|
|
|
|
|
|
Type = LaunchOptionType.Bool, |
|
|
|
|
|
|
|
InitialValue = false, |
|
|
|
|
|
|
|
Options = new() { "--autolaunch" } |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
new() |
|
|
|
{ |
|
|
|
{ |
|
|
|
Name = "Skip Torch CUDA Check", |
|
|
|
Name = "Skip Torch CUDA Check", |
|
|
|
Type = LaunchOptionType.Bool, |
|
|
|
Type = LaunchOptionType.Bool, |
|
|
|