Skip to content

xulihang/ImageTrans_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • macOCR. macOS's built-in OCR.
  • PaddleOCR
  • RapidOCR. It is based on PaddleOCR's models. It works for Chinese, Korean, English and Japanese. (Replaced by ImageTrans's built-in version)
  • mangaOCR
  • DocTROCR. For latin languages.
  • ChatGPTOCR. Use large language models for OCR, accurate for most languages.

Machine Translation

Mask Generation

Inpainting

All-in-One

mangaTranslator

How to Locate ImageTrans's Folder

You can open the folder through the menu.

image

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

How to use Sickzil-Machine

  1. Download the Windows build of Sickzil-Machine server from here.
  2. Unzip it and double-click server.exe to run Sickzil-Machine
  3. Use External Inpaint and External MaskGen to call it.