feat: initial commit - manga-image-translator setup with MiniMax LLM for Spanish translation
This commit is contained in:
23
translate_config.json
Normal file
23
translate_config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user