|
|
@ -199,6 +199,8 @@ public class A3WebUI : BaseGitPackage |
|
|
|
throw new ArgumentOutOfRangeException(nameof(torchVersion), torchVersion, null); |
|
|
|
throw new ArgumentOutOfRangeException(nameof(torchVersion), torchVersion, null); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
await venvRunner.PipInstall("httpx==0.24.1", onConsoleOutput); |
|
|
|
|
|
|
|
|
|
|
|
// Install requirements file |
|
|
|
// Install requirements file |
|
|
|
progress?.Report( |
|
|
|
progress?.Report( |
|
|
|
new ProgressReport(-1f, "Installing Package Requirements", isIndeterminate: true) |
|
|
|
new ProgressReport(-1f, "Installing Package Requirements", isIndeterminate: true) |
|
|
|