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

Machine Translation

Mask Generation

Inpainting

All-in-One

mangaTranslator

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.

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