undefined

⭐ Translation API Configuration

In the English language environment, this button will be hidden.

Open the Translation API Configuration Window

  1. Hover your mouse over the "Settings" button icon.

  2. Click on the "Translation API Configuration" icon.

Translation API Description

View: Translation API Description

Translation API Comparison

View: Translation API Comparison

Translation API Free Quotas

View: Translation API Free Quotas

API Key Application

View: API Key Application

Offline Translation

View: Offline Translation

API Testing

  1. Select an API and click the "Test" button.

  2. If the translation is successful, the translation result will be displayed.

  3. If the translation fails, an error message will be displayed.

TagComplete Translation enhancement

Enable the CSV file in a1111-sd-webui-tagcompleteopen in new window to enhance the translation function.

After enabling this function, the number of network requests will be reduced and the translation result will be more accurate.

The principle of this function is that for each word, the translation result will be automatically searched from the CSV file. If found, the network translation API will not be requested again. If not found, the network translation API will be requested.

Therefore, if the word you want to translate is not in your CSV file, this function will not work.

  1. This function does not require you to install the a1111-sd-webui-tagcompleteopen in new window extension. You can directly put the translated CSV file into the extensions\sd-webui-prompt-all-in-one\tags directory. If there is no such directory, please create one yourself.

  2. You need to select the correct CSV file, otherwise it will cause partial word translation failure, translation result of 0, incorrect translation language, etc.

  3. You can use Excel to open the CSV file and check whether the content format is correct. The correct format is as follows:

    EnglishYour Language (here is Chinese as an example)
    1girl1女孩
    1boy1男孩
    ......

  4. Click the "Refresh" button and select the correct CSV file.

  5. Click the "Test" button. Check whether the translation result is correct. In the test result, the English word is in front, and the translation result in your language is at the back. If the translation result at the back is not correct, please check whether your CSV file is correct, otherwise do not enable this function.

  6. If you only want to use CSV for translation during automatic translation and not use the network translation API, then select the following option. After selecting, only when you manually click the translation button will the network translation API be used.