Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Nov 26, 2024
1 parent d6d9534 commit 8b331aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ProcessTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def run(
interpolateModelFile,interpolateDownloadFile = totalModels[interpolateModel][0], totalModels[interpolateModel][1]
else:
interpolateTimes = 1
if upscaleModelFile:
if upscaleModel:
upscaleModelFile, upscaleDownloadFile = totalModels[upscaleModel][0], totalModels[upscaleModel][1]
upscaleTimes = totalModels[upscaleModel][2]
upscaleModelArch = totalModels[upscaleModel][3]
Expand Down

0 comments on commit 8b331aa

Please sign in to comment.