ImageTrans_plugins icon indicating copy to clipboard operation
ImageTrans_plugins copied to clipboard

Plugins for ImageTrans

ImageTrans_plugins

This is the repo for ImageTrans plugins.

Go to the sub folders for details.

You can download all the plugins here: https://github.com/xulihang/ImageTrans_plugins/releases

Featured Plugins List

These plugins can work offline.

OCR

  • ChineseOCR
  • mangaOCR

Machine Translation

  • opusMT
  • sugoiMT

Mask Generation

  • ExternalMaskGen
  • InsetRectMaskGen

Inpainting

  • ExternalInpaint
  • LamaInpaint

All-in-One

mangaTranslator

How to use Sickzil-Machine

  1. Download the Windows build of Sickzil-Machine server from here.
  2. Download plugins from here.
  3. Put ExternalInpaintPlugin and ExternalMaskGenPlugin in the plugins folder of ImageTrans
  4. Double-click server.exe to run Sickzil-Machine

Notes Using Local Servers

The default port of local severs is usually 8080. If you are using multiple local servers like mangaOCR and mangaTranslator, they may have a port conflict.

You can modify the Python script to update the port and update the URL in ImageTrans' preferences.

For example, to modify the port of mangaOCR, edit server_manga_ocr.py to change to following line:

run(server="paste",host='0.0.0.0', port=8080)   

Then, open ImageTrans to update its perferences:

Port settings