feat: initial commit - manga-image-translator setup with MiniMax LLM for Spanish translation

This commit is contained in:
renato97
2026-05-28 20:51:35 -03:00
commit 9231d96305
18 changed files with 437 additions and 0 deletions

23
translate_config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"translator": {
"translator": "chatgpt",
"target_lang": "ESP"
},
"render": {
"renderer": "manga2eng",
"font_size_offset": -10,
"font_size_minimum": 8,
"no_hyphenation": true,
"alignment": "center"
},
"detector": {
"detection_size": 1024
},
"inpainter": {
"inpainter": "default",
"inpainting_size": 1024
},
"ocr": {
"ocr": "32px"
}
}