Skip to content

Releases: the-database/MangaJaNaiConverterGui

1.2.3

19 Dec 21:56
7a2940a
Compare
Choose a tag to compare
  • Fix for CPU upscaling pin memory error

1.2.2

09 Dec 05:01
ec34d58
Compare
Choose a tag to compare
  • Refactor backend setup, fix for antivirus preventing proper Python install (#55)

1.2.1

29 Nov 05:56
aa2a89c
Compare
Choose a tag to compare
  • Improve logging - capture logs during backend setup to help troubleshoot setup errors

1.2.0

28 Nov 20:23
182a25b
Compare
Choose a tag to compare
  • Update backend to Python 3.12 and PyTorch 2.5 (NOTE: updating the backend may take several minutes when launching this version of the program for the first time)
  • Performance optimizations:
    • New Version (1.2.0): 42 seconds to 4x upscale 35 1400p grayscale images saved with PNG format
    • Old Version (1.1.8): 64 seconds
    • Use pyvips to speed up image encoding and decoding
    • Use channels last format to speed up model inference
    • Use bf16 (if supported by GPU) when upscaling with DAT model

1.1.8

13 Sep 17:36
aee9891
Compare
Choose a tag to compare
  • Fix error upscaling when the username contains a space

1.1.7

31 Jul 20:48
d12667e
Compare
Choose a tag to compare
  • Fix additional errors upscaling grayscale images, regression from v1.1.5 (#33)

1.1.6

31 Jul 19:57
bff5015
Compare
Choose a tag to compare
  • Fix error upscaling grayscale images, regression from v1.1.5 (#33)

1.1.5

31 Jul 18:32
5b839cd
Compare
Choose a tag to compare
  • Allow selection of No Model to skip running a model (#19)
  • Fix console button cut off (#20)
  • Fix handling of filenames containing multiple dots (#11)
  • Save grayscale images in grayscale colorspace for applicable formats
  • Optimize performance for upscaling grayscale images

1.1.4

31 Jul 04:10
0b1d692
Compare
Choose a tag to compare
  • Fix NoneType bug when upscaling images which don't match any chains
  • Add grayscale detection threshold option

1.1.3

27 Jul 05:57
4672551
Compare
Choose a tag to compare
  • Test fix for batch upscale
  • Show Python environment details in app settings