Skip to content

Commit

Permalink
revert appstate
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Feb 25, 2024
1 parent bbb32cb commit edab417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AnimeJaNaiConverterGui/appstate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$type": "AnimeJaNaiConverterGui.ViewModels.MainWindowViewModel, AnimeJaNaiConverterGui",
"SelectedTabIndex": 0,
"FfmpegVideoSettings": "hevc_nvenc -preset p7 -profile:v main10 -b:v 50M",
"InputFilePath": "D:\\file\\Upscales\\input_videos\\[Beatrice-Raws] Steins;Gate (Creditless OP) [BDRip 1920x1080 HEVC TrueHD].mkv",
"InputFilePath": "",
"InputFolderPath": "",
"OutputFilePath": "",
"OutputFolderPath": "D:\\file\\Upscales\\output_videos",
"OutputFolderPath": "",
"UpscaleSettings": {
"$type": "Avalonia.Collections.AvaloniaList`1[[AnimeJaNaiConverterGui.ViewModels.UpscaleModel, AnimeJaNaiConverterGui]], Avalonia.Base",
"$values": [
Expand All @@ -14,7 +14,7 @@
"ModelHeader": "Model 1",
"ResizeHeightBeforeUpscale": 0,
"ResizeFactorBeforeUpscale": 100,
"OnnxModelPath": "C:\\Users\\jsoos\\Documents\\programming\\AnimeJaNaiConverterGui\\AnimeJaNaiConverterGui\\bin\\Debug\\net8.0\\mpv-upscale-2x_animejanai\\animejanai\\onnx\\2x_AnimeJaNai_HD_V3Sharp1_ESRGAN_110k-fp16.onnx"
"OnnxModelPath": ""
}
]
},
Expand Down

0 comments on commit edab417

Please sign in to comment.