Skip to content

Commit

Permalink
Merge pull request #29 from ForserX/dev
Browse files Browse the repository at this point in the history
Correction after Microsoft jokes
  • Loading branch information
ForserX authored Aug 18, 2023
2 parents c679d16 + 56c1b08 commit 6c9a4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions data/requirements_onnx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ tf2onnx
accelerate

# ONNX Trash
--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
onnxruntime
ort-nightly-directml==1.16.0.dev20230516003
onnxruntime-directml

# GFPGAN
gfpgan
Expand Down
2 changes: 1 addition & 1 deletion ui-src/Host/HostFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void CheckTraceBack(string Message)
// Drop loaded model
GlobalVariables.Form.InvokeDropModel();

HostReader.Filter("py -install ort-nightly-directml==1.15.0.dev20230408001 --extra-index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ --force");
HostReader.Filter("py -install onnxruntime-directml --force");
}
}

Expand Down
2 changes: 1 addition & 1 deletion ui-src/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<Border BorderBrush="#FF383838" BorderThickness="0.75">
<Grid Height="116">
<Label Content="Prompt" Height="19" Width="78" Foreground="White" Background="{x:Null}" BorderBrush="#FF1F1F1F" Padding="10,1,10,1" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="-14,8,0,0"/>
<Button x:Name="btnImg" Content="From image" Margin="0,1,6,0" Click="btnImage_Click" HorizontalAlignment="Right" Width="96" RenderTransformOrigin="0.484,1.102" Height="23" VerticalAlignment="Top" Foreground="White" Padding="10,1,10,1" BorderBrush="#FF1F1F1F">
<Button x:Name="btnImg" Content="From Source" Margin="0,1,6,0" Click="btnImage_Click" HorizontalAlignment="Right" Width="96" RenderTransformOrigin="0.484,1.102" Height="23" VerticalAlignment="Top" Foreground="White" Padding="10,1,10,1" BorderBrush="#FF1F1F1F">
<Button.Background>
<LinearGradientBrush EndPoint="1,0">
<GradientStop Color="#FF523876"/>
Expand Down

0 comments on commit 6c9a4ee

Please sign in to comment.