Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/download-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const child_process = require('child_process')

const coreDict = {
'macos-arm64':
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-08/Final2x-core-macos-arm64.7z',
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-09/Final2x-core-macos-arm64.7z',
'macos-x64':
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-08/Final2x-core-macos-x64.7z',
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-09/Final2x-core-macos-x64.7z',
'windows-x64':
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-08/Final2x-core-windows-latest.7z'
'https://github.com/Tohrusky/Final2x-core/releases/download/2024-11-09/Final2x-core-windows-latest.7z'
}

console.log('-'.repeat(50))
Expand Down
13 changes: 13 additions & 0 deletions src/renderer/src/utils/ModelOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,17 @@ export const modelOptions: any[] = [
{ label: 'SCUNet_color_50_1x', value: 'SCUNet_color_50_1x.pth' },
{ label: 'SCUNet_color_real_psnr_1x', value: 'SCUNet_color_real_psnr_1x.pth' },
{ label: 'SCUNet_color_real_gan_1x', value: 'SCUNet_color_real_gan_1x.pth' },
{ label: 'DAT_S_2x', value: 'DAT_S_2x.pth' },
{ label: 'DAT_S_3x', value: 'DAT_S_3x.pth' },
{ label: 'DAT_S_4x', value: 'DAT_S_4x.pth' },
{ label: 'DAT_2x', value: 'DAT_2x.pth' },
{ label: 'DAT_3x', value: 'DAT_3x.pth' },
{ label: 'DAT_4x', value: 'DAT_4x.pth' },
{ label: 'DAT_2_2x', value: 'DAT_2_2x.pth' },
{ label: 'DAT_2_3x', value: 'DAT_2_3x.pth' },
{ label: 'DAT_2_4x', value: 'DAT_2_4x.pth' },
{ label: 'DAT_light_2x', value: 'DAT_light_2x.pth' },
{ label: 'DAT_light_3x', value: 'DAT_light_3x.pth' },
{ label: 'DAT_light_4x', value: 'DAT_light_4x.pth' },
{ label: 'DAT_APISR_GAN_generator_4x', value: 'DAT_APISR_GAN_generator_4x.pth' },
]
Loading