{"id":21343024,"url":"https://github.com/alekpet/prompt_translate_automatic1111","last_synced_at":"2025-11-06T23:02:48.103Z","repository":{"id":132376024,"uuid":"584840016","full_name":"AlekPet/Prompt_Translate_AUTOMATIC1111","owner":"AlekPet","description":"Prompt translate script for AUTOMATIC1111/stable-diffusion-webui","archived":false,"fork":false,"pushed_at":"2024-09-05T17:54:16.000Z","size":205,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-12T15:39:43.704Z","etag":null,"topics":["automatic1111","deep-translator","prompts-for-stable-diffusion","stable","stable-diffusion-webui","translate"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlekPet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-03T16:43:02.000Z","updated_at":"2025-06-27T08:45:41.000Z","dependencies_parsed_at":"2024-06-12T15:25:15.490Z","dependency_job_id":"6d38dc90-4b49-4c3d-8de6-5d99bd744dac","html_url":"https://github.com/AlekPet/Prompt_Translate_AUTOMATIC1111","commit_stats":null,"previous_names":["alekpet/prompt_translate_automatic1111"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlekPet/Prompt_Translate_AUTOMATIC1111","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FPrompt_Translate_AUTOMATIC1111","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FPrompt_Translate_AUTOMATIC1111/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FPrompt_Translate_AUTOMATIC1111/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FPrompt_Translate_AUTOMATIC1111/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlekPet","download_url":"https://codeload.github.com/AlekPet/Prompt_Translate_AUTOMATIC1111/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FPrompt_Translate_AUTOMATIC1111/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283095890,"owners_count":26778518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-06T02:00:06.180Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automatic1111","deep-translator","prompts-for-stable-diffusion","stable","stable-diffusion-webui","translate"],"created_at":"2024-11-22T01:11:44.121Z","updated_at":"2025-11-06T23:02:48.080Z","avatar_url":"https://github.com/AlekPet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prompt translate -\u003e AUTOMATIC1111 and stable-diffusion-webui-Forge (version 2024.09.04)\n\n'Prompt translate' script for AUTOMATIC1111/stable-diffusion-webui (and https://github.com/lllyasviel/stable-diffusion-webui-forge) translate prompt.\nThis script allows you to write a query in promt query in your native language,\nand then translate it into English for better results and not resort to translators.\n\n![Prompt translate AUTOMATIC1111](https://raw.githubusercontent.com/AlekPet/Prompt_Translate_AUTOMATIC1111/main/image_prompt_translate.jpg)\n\n### Description:\n\nThe extension for translating promts into English (possibly into other languages) supports the following services (not all is free):\n\n- DeeplTranslator\n- QcriTranslator\n- LingueeTranslator\n- PonsTranslator\n- PapagoTranslator\n- BaiduTranslator\n- MyMemoryTranslator\n- GoogleTranslator\n- YandexTranslator\n- ChatGptTranslator\n- LingueeTranslator\n- MicrosoftTranslator\n\n### Use\n\n```\n1. Cick 'Enable tranlsate'\n2. Select languages from and to (or auto, detect source langauges automatical)\n3. Click 'Generate' or 'Translate' (if you want views tranlsated prompts in all prompts) and after 'Generate'\n```\n\n### Instalation\n\n1. Go to the extension in the webui tab\n2. Click on the \"Instrall from URL tab\"\n3. Past link to github https://github.com/AlekPet/Prompt_Translate_AUTOMATIC1111.git (or https://github.com/AlekPet/prompt_translate.git) from field \"URL for extension's git repository\"\n4. And restart webio in settings tab\n\n### Manual instalation\n\n1. Download the repository from github in a zip archive and unpack the Prompt_Translate_AUTOMATIC1111 folder (or immediately unpack the archive into extensions), where you have automatic1111 installed and move it to the extensions folder.\n2. Run virtual enviroment in stable-diffusion folder, run window console or other bash\n3. Enter this code\n\nWindows\n\n```\n.\\venv\\scripts\\activate\npip install \"deep_translator\"\n```\n\nLinux\n\n```\nsource ./venv/bin/activate\npip install \"deep_translator\"\n```\n\n### Attention\n\nAUTOMATIC1111 stores some settings in its **ui-config.json** file, which may affect **proxy** field values ​​and **authorization data**\n\n### Note settings:\n\nBy default, in the **config.json** file, the option to show services without api is disabled (option **\"show_services_no_check_api = false\"**), which have **free_api = false** and do not specify **api_key** and other authorization values ​​(depending on the translation service). If you set the value of **show_services_no_check_api: true**, then all services with the value **show_service: true** will be shown. You can also set values ​​to enable proxies and show hidden fields by default.\n\n### Old version\n\n**The old version of the script that runs with the start of Stable Diffusion is here:**\nhttps://github.com/AlekPet/prompt_translate/tree/Prompt-translate-(from_start_app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekpet%2Fprompt_translate_automatic1111","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falekpet%2Fprompt_translate_automatic1111","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekpet%2Fprompt_translate_automatic1111/lists"}