@lobehub/chat 1.141.1 → 1.141.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/sync.yml +2 -2
- package/CHANGELOG.md +50 -0
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/apps/desktop/src/main/controllers/SystemCtr.ts +1 -0
- package/changelog/v1.json +14 -0
- package/locales/ar/error.json +12 -0
- package/locales/ar/modelProvider.json +52 -0
- package/locales/ar/models.json +33 -0
- package/locales/ar/providers.json +3 -3
- package/locales/bg-BG/error.json +12 -0
- package/locales/bg-BG/modelProvider.json +52 -0
- package/locales/bg-BG/models.json +33 -0
- package/locales/bg-BG/providers.json +3 -3
- package/locales/de-DE/error.json +12 -0
- package/locales/de-DE/modelProvider.json +52 -0
- package/locales/de-DE/models.json +33 -0
- package/locales/de-DE/providers.json +3 -3
- package/locales/en-US/error.json +12 -0
- package/locales/en-US/modelProvider.json +14 -14
- package/locales/en-US/models.json +33 -0
- package/locales/en-US/providers.json +3 -3
- package/locales/es-ES/error.json +12 -0
- package/locales/es-ES/modelProvider.json +52 -0
- package/locales/es-ES/models.json +33 -0
- package/locales/es-ES/providers.json +3 -3
- package/locales/fa-IR/error.json +12 -0
- package/locales/fa-IR/modelProvider.json +52 -0
- package/locales/fa-IR/models.json +33 -0
- package/locales/fa-IR/providers.json +3 -3
- package/locales/fr-FR/error.json +12 -0
- package/locales/fr-FR/modelProvider.json +52 -0
- package/locales/fr-FR/models.json +33 -0
- package/locales/fr-FR/providers.json +3 -3
- package/locales/it-IT/error.json +12 -0
- package/locales/it-IT/modelProvider.json +52 -0
- package/locales/it-IT/models.json +33 -0
- package/locales/it-IT/providers.json +3 -3
- package/locales/ja-JP/error.json +12 -0
- package/locales/ja-JP/modelProvider.json +52 -0
- package/locales/ja-JP/models.json +33 -0
- package/locales/ja-JP/providers.json +3 -3
- package/locales/ko-KR/error.json +12 -0
- package/locales/ko-KR/modelProvider.json +52 -0
- package/locales/ko-KR/models.json +33 -0
- package/locales/ko-KR/providers.json +3 -3
- package/locales/nl-NL/error.json +12 -0
- package/locales/nl-NL/modelProvider.json +52 -0
- package/locales/nl-NL/models.json +33 -0
- package/locales/nl-NL/providers.json +3 -3
- package/locales/pl-PL/error.json +12 -0
- package/locales/pl-PL/modelProvider.json +52 -0
- package/locales/pl-PL/models.json +33 -0
- package/locales/pl-PL/providers.json +3 -3
- package/locales/pt-BR/error.json +12 -0
- package/locales/pt-BR/modelProvider.json +52 -0
- package/locales/pt-BR/models.json +33 -0
- package/locales/pt-BR/providers.json +3 -3
- package/locales/ru-RU/error.json +12 -0
- package/locales/ru-RU/modelProvider.json +52 -0
- package/locales/ru-RU/models.json +33 -0
- package/locales/ru-RU/providers.json +3 -0
- package/locales/tr-TR/error.json +12 -0
- package/locales/tr-TR/modelProvider.json +52 -0
- package/locales/tr-TR/models.json +33 -0
- package/locales/tr-TR/providers.json +3 -3
- package/locales/vi-VN/error.json +12 -0
- package/locales/vi-VN/modelProvider.json +52 -0
- package/locales/vi-VN/models.json +33 -0
- package/locales/vi-VN/providers.json +3 -3
- package/locales/zh-CN/chat.json +1 -1
- package/locales/zh-CN/components.json +4 -4
- package/locales/zh-CN/error.json +12 -0
- package/locales/zh-CN/modelProvider.json +14 -14
- package/locales/zh-CN/models.json +8 -27
- package/locales/zh-TW/error.json +12 -0
- package/locales/zh-TW/modelProvider.json +52 -0
- package/locales/zh-TW/models.json +33 -0
- package/locales/zh-TW/providers.json +3 -3
- package/package.json +2 -3
- package/packages/electron-client-ipc/src/events/system.ts +1 -0
- package/src/app/[variants]/(main)/settings/common/features/Common/Common.tsx +7 -2
- package/src/features/ElectronTitlebar/hooks/useWatchThemeUpdate.ts +8 -1
- package/src/store/global/actions/general.ts +3 -3
package/locales/en-US/error.json
CHANGED
|
@@ -81,6 +81,12 @@
|
|
|
81
81
|
"522": "We apologize, the server connection timed out and was unable to respond to your request in a timely manner. This may be due to an unstable network or the server being temporarily inaccessible. Please try again later; we are working to restore service.",
|
|
82
82
|
"524": "We apologize, the server timed out while waiting for a response, possibly due to a slow reply. Please try again later.",
|
|
83
83
|
"AgentRuntimeError": "Lobe language model runtime execution error. Please troubleshoot or retry based on the following information.",
|
|
84
|
+
"ComfyUIBizError": "An error occurred while requesting the ComfyUI service. Please troubleshoot using the information below or try again.",
|
|
85
|
+
"ComfyUIEmptyResult": "No image was generated by ComfyUI. Please check the model configuration or try again.",
|
|
86
|
+
"ComfyUIModelError": "Failed to load the ComfyUI model. Please ensure the model file exists.",
|
|
87
|
+
"ComfyUIServiceUnavailable": "Failed to connect to the ComfyUI service. Please ensure it is running properly and the service URL is correctly configured.",
|
|
88
|
+
"ComfyUIUploadFailed": "Failed to upload image to ComfyUI. Please check the server connection or try again.",
|
|
89
|
+
"ComfyUIWorkflowError": "ComfyUI workflow execution failed. Please verify the workflow configuration.",
|
|
84
90
|
"ConnectionCheckFailed": "The request returned empty. Please check if the API proxy address does not end with `/v1`.",
|
|
85
91
|
"CreateMessageError": "Sorry, the message could not be sent successfully. Please copy the content and try sending it again. This message will not be retained after refreshing the page.",
|
|
86
92
|
"ExceededContextWindow": "The current request content exceeds the length that the model can handle. Please reduce the amount of content and try again.",
|
|
@@ -100,6 +106,7 @@
|
|
|
100
106
|
"InvalidAccessCode": "Invalid access code or empty. Please enter the correct access code or add a custom API Key.",
|
|
101
107
|
"InvalidBedrockCredentials": "Bedrock authentication failed. Please check the AccessKeyId/SecretAccessKey and retry.",
|
|
102
108
|
"InvalidClerkUser": "Sorry, you are not currently logged in. Please log in or register an account to continue.",
|
|
109
|
+
"InvalidComfyUIArgs": "Invalid ComfyUI configuration. Please check the settings and try again.",
|
|
103
110
|
"InvalidGithubToken": "The GitHub Personal Access Token is incorrect or empty. Please check your GitHub Personal Access Token and try again.",
|
|
104
111
|
"InvalidOllamaArgs": "Invalid Ollama configuration, please check Ollama configuration and try again",
|
|
105
112
|
"InvalidProviderAPIKey": "{{provider}} API Key is incorrect or empty, please check your {{provider}} API Key and try again",
|
|
@@ -149,6 +156,11 @@
|
|
|
149
156
|
"title": "Use custom {{name}} API Key"
|
|
150
157
|
},
|
|
151
158
|
"closeMessage": "Close message",
|
|
159
|
+
"comfyui": {
|
|
160
|
+
"description": "Enter valid {{name}} credentials to start generating images.",
|
|
161
|
+
"modifyBaseUrl": "Edit ComfyUI service URL",
|
|
162
|
+
"title": "Verify your {{name}} credentials"
|
|
163
|
+
},
|
|
152
164
|
"confirm": "Confirm and Retry",
|
|
153
165
|
"oauth": {
|
|
154
166
|
"description": "The administrator has enabled unified login authentication. Click the button below to log in and unlock the application.",
|
|
@@ -86,51 +86,51 @@
|
|
|
86
86
|
"apiKey": {
|
|
87
87
|
"desc": "API key for Bearer Token authentication",
|
|
88
88
|
"placeholder": "Enter API key",
|
|
89
|
+
"required": "Please enter the API key",
|
|
89
90
|
"title": "API Key"
|
|
90
91
|
},
|
|
91
92
|
"authType": {
|
|
92
|
-
"desc": "
|
|
93
|
+
"desc": "Select the authentication method for connecting to the ComfyUI server",
|
|
93
94
|
"options": {
|
|
94
95
|
"basic": "Basic Authentication",
|
|
95
96
|
"bearer": "Bearer Token",
|
|
96
97
|
"custom": "Custom Authentication",
|
|
97
98
|
"none": "No Authentication"
|
|
98
99
|
},
|
|
99
|
-
"placeholder": "
|
|
100
|
+
"placeholder": "Please select an authentication type",
|
|
100
101
|
"title": "Authentication Type"
|
|
101
102
|
},
|
|
102
103
|
"baseURL": {
|
|
103
104
|
"desc": "ComfyUI server access address, e.g., http://localhost:8000",
|
|
104
|
-
"placeholder": "http://
|
|
105
|
-
"
|
|
105
|
+
"placeholder": "http://127.0.0.1:8000",
|
|
106
|
+
"required": "Please enter the ComfyUI service URL",
|
|
107
|
+
"title": "ComfyUI Service URL"
|
|
106
108
|
},
|
|
107
109
|
"checker": {
|
|
108
|
-
"desc": "Test
|
|
109
|
-
"title": "
|
|
110
|
+
"desc": "Test if the connection is properly configured",
|
|
111
|
+
"title": "Connectivity Check"
|
|
110
112
|
},
|
|
111
113
|
"customHeaders": {
|
|
112
114
|
"addButton": "Add Header",
|
|
113
115
|
"deleteTooltip": "Delete this header",
|
|
114
|
-
"desc": "
|
|
116
|
+
"desc": "Request headers required for custom authentication, formatted as key-value pairs",
|
|
115
117
|
"duplicateKeyError": "Header names cannot be duplicated",
|
|
116
|
-
"keyPlaceholder": "
|
|
118
|
+
"keyPlaceholder": "Key",
|
|
119
|
+
"required": "Please enter custom request headers",
|
|
117
120
|
"title": "Custom Headers",
|
|
118
|
-
"valuePlaceholder": "
|
|
121
|
+
"valuePlaceholder": "Value"
|
|
119
122
|
},
|
|
120
123
|
"password": {
|
|
121
124
|
"desc": "Password for basic authentication",
|
|
122
125
|
"placeholder": "Enter password",
|
|
126
|
+
"required": "Please enter the password",
|
|
123
127
|
"title": "Password"
|
|
124
128
|
},
|
|
125
129
|
"title": "ComfyUI",
|
|
126
|
-
"unlock": {
|
|
127
|
-
"customAuth": "Custom Authentication",
|
|
128
|
-
"description": "Configure ComfyUI server connection information to start image generation",
|
|
129
|
-
"title": "Use ComfyUI Image Generation"
|
|
130
|
-
},
|
|
131
130
|
"username": {
|
|
132
131
|
"desc": "Username for basic authentication",
|
|
133
132
|
"placeholder": "Enter username",
|
|
133
|
+
"required": "Please enter the username",
|
|
134
134
|
"title": "Username"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
@@ -866,6 +866,39 @@
|
|
|
866
866
|
"cohere/embed-v4.0": {
|
|
867
867
|
"description": "A model that enables classification or embedding transformation of text, images, or mixed content."
|
|
868
868
|
},
|
|
869
|
+
"comfyui/flux-dev": {
|
|
870
|
+
"description": "FLUX.1 Dev - High-quality text-to-image model, generates in 10–50 steps, ideal for high-end creative and artistic image generation."
|
|
871
|
+
},
|
|
872
|
+
"comfyui/flux-kontext-dev": {
|
|
873
|
+
"description": "FLUX.1 Kontext-dev - Image editing model that supports modifying existing images based on text instructions, including localized edits and style transfer."
|
|
874
|
+
},
|
|
875
|
+
"comfyui/flux-krea-dev": {
|
|
876
|
+
"description": "FLUX.1 Krea-dev - Enhanced safety text-to-image model developed in collaboration with Krea, featuring built-in safety filters."
|
|
877
|
+
},
|
|
878
|
+
"comfyui/flux-schnell": {
|
|
879
|
+
"description": "FLUX.1 Schnell - Ultra-fast text-to-image model capable of generating high-quality images in just 1–4 steps, ideal for real-time applications and rapid prototyping."
|
|
880
|
+
},
|
|
881
|
+
"comfyui/stable-diffusion-15": {
|
|
882
|
+
"description": "Stable Diffusion 1.5 text-to-image model, classic 512x512 resolution generation, suitable for quick prototyping and creative experimentation."
|
|
883
|
+
},
|
|
884
|
+
"comfyui/stable-diffusion-35": {
|
|
885
|
+
"description": "Stable Diffusion 3.5 next-generation text-to-image model, available in Large and Medium versions, requires external CLIP encoder files, delivers exceptional image quality and prompt alignment."
|
|
886
|
+
},
|
|
887
|
+
"comfyui/stable-diffusion-35-inclclip": {
|
|
888
|
+
"description": "Stable Diffusion 3.5 with built-in CLIP/T5 encoders, no need for external encoder files, compatible with models like sd3.5_medium_incl_clips, optimized for lower resource usage."
|
|
889
|
+
},
|
|
890
|
+
"comfyui/stable-diffusion-custom": {
|
|
891
|
+
"description": "Custom SD text-to-image model. Please name the model file as custom_sd_lobe.safetensors. If using a VAE, name it custom_sd_vae_lobe.safetensors. Model files must be placed in the designated folder as required by Comfy."
|
|
892
|
+
},
|
|
893
|
+
"comfyui/stable-diffusion-custom-refiner": {
|
|
894
|
+
"description": "Custom SDXL image-to-image model. Please name the model file as custom_sd_lobe.safetensors. If using a VAE, name it custom_sd_vae_lobe.safetensors. Model files must be placed in the designated folder as required by Comfy."
|
|
895
|
+
},
|
|
896
|
+
"comfyui/stable-diffusion-refiner": {
|
|
897
|
+
"description": "SDXL image-to-image model for high-quality transformations based on input images, supporting style transfer, image restoration, and creative modifications."
|
|
898
|
+
},
|
|
899
|
+
"comfyui/stable-diffusion-xl": {
|
|
900
|
+
"description": "SDXL text-to-image model supporting high-resolution 1024x1024 generation, offering superior image quality and detail rendering."
|
|
901
|
+
},
|
|
869
902
|
"command": {
|
|
870
903
|
"description": "An instruction-following dialogue model that delivers high quality and reliability in language tasks, with a longer context length compared to our base generation models."
|
|
871
904
|
},
|
|
@@ -35,9 +35,6 @@
|
|
|
35
35
|
"cerebras": {
|
|
36
36
|
"description": "Cerebras is an AI inference platform built on its dedicated CS-3 system, designed to deliver the world's fastest, real-time, high-throughput LLM services. It is specifically engineered to eliminate latency and accelerate complex AI workflows such as real-time code generation and agent-based tasks."
|
|
37
37
|
},
|
|
38
|
-
"cerebras": {
|
|
39
|
-
"description": "Cerebras is an AI inference platform built on its dedicated CS-3 system, designed to deliver the world's fastest, real-time, high-throughput LLM services. It is specifically engineered to eliminate latency and accelerate complex AI workflows such as real-time code generation and agent-based tasks."
|
|
40
|
-
},
|
|
41
38
|
"cloudflare": {
|
|
42
39
|
"description": "Run serverless GPU-powered machine learning models on Cloudflare's global network."
|
|
43
40
|
},
|
|
@@ -47,6 +44,9 @@
|
|
|
47
44
|
"cometapi": {
|
|
48
45
|
"description": "CometAPI is a service platform offering a variety of cutting-edge large model interfaces, supporting OpenAI, Anthropic, Google, and more. It caters to diverse development and application needs, allowing users to flexibly choose the optimal model and pricing according to their requirements, enhancing the AI experience."
|
|
49
46
|
},
|
|
47
|
+
"comfyui": {
|
|
48
|
+
"description": "A powerful open-source workflow engine for generating images, videos, and audio. Supports advanced models such as SD, FLUX, Qwen, Hunyuan, and WAN, offering node-based workflow editing and private deployment capabilities."
|
|
49
|
+
},
|
|
50
50
|
"deepseek": {
|
|
51
51
|
"description": "DeepSeek is a company focused on AI technology research and application, with its latest model DeepSeek-V2.5 integrating general dialogue and code processing capabilities, achieving significant improvements in human preference alignment, writing tasks, and instruction following."
|
|
52
52
|
},
|
package/locales/es-ES/error.json
CHANGED
|
@@ -81,6 +81,12 @@
|
|
|
81
81
|
"522": "Lo sentimos, la conexión del servidor ha expirado y no pudo responder a su solicitud a tiempo. Puede que se deba a una red inestable o a que el servidor no está disponible temporalmente. Por favor, inténtelo de nuevo más tarde, estamos trabajando para restaurar el servicio.",
|
|
82
82
|
"524": "Lo sentimos, el servidor ha agotado el tiempo de espera mientras esperaba una respuesta, posiblemente debido a una respuesta lenta. Por favor, inténtelo de nuevo más tarde.",
|
|
83
83
|
"AgentRuntimeError": "Se produjo un error en la ejecución del tiempo de ejecución del modelo de lenguaje Lobe, por favor, verifica la siguiente información o inténtalo de nuevo",
|
|
84
|
+
"ComfyUIBizError": "Se produjo un error al solicitar el servicio de ComfyUI. Por favor, revisa la siguiente información o vuelve a intentarlo.",
|
|
85
|
+
"ComfyUIEmptyResult": "ComfyUI no generó ninguna imagen. Por favor, revisa la configuración del modelo o vuelve a intentarlo.",
|
|
86
|
+
"ComfyUIModelError": "Error al cargar el modelo de ComfyUI. Verifica que el archivo del modelo exista.",
|
|
87
|
+
"ComfyUIServiceUnavailable": "No se pudo conectar con el servicio de ComfyUI. Verifica que ComfyUI esté funcionando correctamente o que la dirección del servicio sea correcta.",
|
|
88
|
+
"ComfyUIUploadFailed": "Error al subir la imagen a ComfyUI. Verifica la conexión con el servidor o vuelve a intentarlo.",
|
|
89
|
+
"ComfyUIWorkflowError": "La ejecución del flujo de trabajo de ComfyUI falló. Por favor, revisa la configuración del flujo de trabajo.",
|
|
84
90
|
"ConnectionCheckFailed": "La respuesta de la solicitud está vacía, por favor verifica que la dirección del proxy de la API no termine con `/v1`",
|
|
85
91
|
"CreateMessageError": "Lo sentimos, el mensaje no se pudo enviar correctamente. Por favor, copia el contenido y vuelve a enviarlo. Después de actualizar la página, este mensaje no se conservará.",
|
|
86
92
|
"ExceededContextWindow": "El contenido de la solicitud actual excede la longitud que el modelo puede procesar. Por favor, reduzca la cantidad de contenido y vuelva a intentarlo.",
|
|
@@ -100,6 +106,7 @@
|
|
|
100
106
|
"InvalidAccessCode": "La contraseña no es válida o está vacía. Por favor, introduce una contraseña de acceso válida o añade una clave API personalizada",
|
|
101
107
|
"InvalidBedrockCredentials": "La autenticación de Bedrock no se ha completado con éxito, por favor, verifica AccessKeyId/SecretAccessKey e inténtalo de nuevo",
|
|
102
108
|
"InvalidClerkUser": "Lo siento mucho, actualmente no has iniciado sesión. Por favor, inicia sesión o regístrate antes de continuar.",
|
|
109
|
+
"InvalidComfyUIArgs": "La configuración de ComfyUI no es correcta. Por favor, verifica la configuración e inténtalo de nuevo.",
|
|
103
110
|
"InvalidGithubToken": "El token de acceso personal de Github es incorrecto o está vacío. Por favor, verifica el token de acceso personal de Github y vuelve a intentarlo.",
|
|
104
111
|
"InvalidOllamaArgs": "La configuración de Ollama no es válida, por favor revisa la configuración de Ollama e inténtalo de nuevo",
|
|
105
112
|
"InvalidProviderAPIKey": "{{provider}} API Key incorrecta o vacía, por favor revisa tu {{provider}} API Key e intenta de nuevo",
|
|
@@ -149,6 +156,11 @@
|
|
|
149
156
|
"title": "Usar tu propia API Key de {{name}}"
|
|
150
157
|
},
|
|
151
158
|
"closeMessage": "Cerrar mensaje",
|
|
159
|
+
"comfyui": {
|
|
160
|
+
"description": "Introduce la información de autenticación correcta de {{name}} para comenzar a generar imágenes.",
|
|
161
|
+
"modifyBaseUrl": "Modificar la dirección del servicio Comfy UI",
|
|
162
|
+
"title": "Confirma tu información de autenticación de {{name}}"
|
|
163
|
+
},
|
|
152
164
|
"confirm": "Confirmar y volver a intentar",
|
|
153
165
|
"oauth": {
|
|
154
166
|
"description": "El administrador ha habilitado la autenticación de inicio de sesión única. Haz clic en el botón a continuación para iniciar sesión y desbloquear la aplicación.",
|
|
@@ -82,6 +82,58 @@
|
|
|
82
82
|
"title": "ID de cuenta de Cloudflare / dirección URL de API"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
+
"comfyui": {
|
|
86
|
+
"apiKey": {
|
|
87
|
+
"desc": "Clave API necesaria para la autenticación con token Bearer",
|
|
88
|
+
"placeholder": "Por favor, introduce la clave API",
|
|
89
|
+
"required": "Por favor, introduce la clave API",
|
|
90
|
+
"title": "Clave API"
|
|
91
|
+
},
|
|
92
|
+
"authType": {
|
|
93
|
+
"desc": "Selecciona el método de autenticación con el servidor ComfyUI",
|
|
94
|
+
"options": {
|
|
95
|
+
"basic": "Usuario/Contraseña",
|
|
96
|
+
"bearer": "Bearer (Clave API)",
|
|
97
|
+
"custom": "Encabezados personalizados",
|
|
98
|
+
"none": "Sin autenticación"
|
|
99
|
+
},
|
|
100
|
+
"placeholder": "Por favor, selecciona el tipo de autenticación",
|
|
101
|
+
"title": "Tipo de autenticación"
|
|
102
|
+
},
|
|
103
|
+
"baseURL": {
|
|
104
|
+
"desc": "Dirección web de acceso a ComfyUI",
|
|
105
|
+
"placeholder": "http://127.0.0.1:8000",
|
|
106
|
+
"required": "Por favor, introduce la dirección del servicio ComfyUI",
|
|
107
|
+
"title": "Dirección del servicio ComfyUI"
|
|
108
|
+
},
|
|
109
|
+
"checker": {
|
|
110
|
+
"desc": "Probar si la conexión está configurada correctamente",
|
|
111
|
+
"title": "Verificación de conectividad"
|
|
112
|
+
},
|
|
113
|
+
"customHeaders": {
|
|
114
|
+
"addButton": "Agregar encabezado",
|
|
115
|
+
"deleteTooltip": "Eliminar este encabezado",
|
|
116
|
+
"desc": "Encabezados necesarios para la autenticación personalizada, en formato clave-valor",
|
|
117
|
+
"duplicateKeyError": "Los nombres de las claves de encabezado no pueden repetirse",
|
|
118
|
+
"keyPlaceholder": "Nombre de la clave",
|
|
119
|
+
"required": "Por favor, introduce los encabezados personalizados",
|
|
120
|
+
"title": "Encabezados personalizados",
|
|
121
|
+
"valuePlaceholder": "Valor"
|
|
122
|
+
},
|
|
123
|
+
"password": {
|
|
124
|
+
"desc": "Contraseña necesaria para la autenticación básica",
|
|
125
|
+
"placeholder": "Por favor, introduce la contraseña",
|
|
126
|
+
"required": "Por favor, introduce la contraseña",
|
|
127
|
+
"title": "Contraseña"
|
|
128
|
+
},
|
|
129
|
+
"title": "ComfyUI",
|
|
130
|
+
"username": {
|
|
131
|
+
"desc": "Nombre de usuario necesario para la autenticación básica",
|
|
132
|
+
"placeholder": "Por favor, introduce el nombre de usuario",
|
|
133
|
+
"required": "Por favor, introduce el nombre de usuario",
|
|
134
|
+
"title": "Nombre de usuario"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
85
137
|
"createNewAiProvider": {
|
|
86
138
|
"apiKey": {
|
|
87
139
|
"placeholder": "Por favor, introduce tu API Key",
|
|
@@ -866,6 +866,39 @@
|
|
|
866
866
|
"cohere/embed-v4.0": {
|
|
867
867
|
"description": "Un modelo que permite clasificar texto, imágenes o contenido mixto o convertirlos en incrustaciones."
|
|
868
868
|
},
|
|
869
|
+
"comfyui/flux-dev": {
|
|
870
|
+
"description": "FLUX.1 Dev - Modelo de generación de imágenes a partir de texto de alta calidad, genera en 10-50 pasos, ideal para creaciones artísticas y obras de alta calidad"
|
|
871
|
+
},
|
|
872
|
+
"comfyui/flux-kontext-dev": {
|
|
873
|
+
"description": "FLUX.1 Kontext-dev - Modelo de edición de imágenes, permite modificar imágenes existentes mediante instrucciones de texto, compatible con ediciones parciales y transferencia de estilo"
|
|
874
|
+
},
|
|
875
|
+
"comfyui/flux-krea-dev": {
|
|
876
|
+
"description": "FLUX.1 Krea-dev - Modelo de generación de imágenes con seguridad mejorada, desarrollado en colaboración con Krea, incluye filtros de seguridad integrados"
|
|
877
|
+
},
|
|
878
|
+
"comfyui/flux-schnell": {
|
|
879
|
+
"description": "FLUX.1 Schnell - Modelo ultrarrápido de generación de imágenes a partir de texto, genera imágenes de alta calidad en solo 1-4 pasos, ideal para aplicaciones en tiempo real y creación rápida de prototipos"
|
|
880
|
+
},
|
|
881
|
+
"comfyui/stable-diffusion-15": {
|
|
882
|
+
"description": "Modelo Stable Diffusion 1.5 de generación de imágenes a partir de texto, clásico con resolución de 512x512, ideal para prototipos rápidos y experimentación creativa"
|
|
883
|
+
},
|
|
884
|
+
"comfyui/stable-diffusion-35": {
|
|
885
|
+
"description": "Modelo de nueva generación Stable Diffusion 3.5 para generación de imágenes a partir de texto, disponible en versiones Large y Medium, requiere archivo externo del codificador CLIP, ofrece excelente calidad de imagen y precisión en la interpretación de los prompts"
|
|
886
|
+
},
|
|
887
|
+
"comfyui/stable-diffusion-35-inclclip": {
|
|
888
|
+
"description": "Versión de Stable Diffusion 3.5 con codificadores CLIP/T5 integrados, no requiere archivos externos, compatible con modelos como sd3.5_medium_incl_clips, con menor consumo de recursos"
|
|
889
|
+
},
|
|
890
|
+
"comfyui/stable-diffusion-custom": {
|
|
891
|
+
"description": "Modelo personalizado de generación de imágenes SD, el archivo del modelo debe llamarse custom_sd_lobe.safetensors; si se utiliza VAE, debe llamarse custom_sd_vae_lobe.safetensors. Los archivos del modelo deben colocarse en la carpeta correspondiente según los requisitos de Comfy"
|
|
892
|
+
},
|
|
893
|
+
"comfyui/stable-diffusion-custom-refiner": {
|
|
894
|
+
"description": "Modelo personalizado SDXL de conversión de imagen a imagen, el archivo del modelo debe llamarse custom_sd_lobe.safetensors; si se utiliza VAE, debe llamarse custom_sd_vae_lobe.safetensors. Los archivos del modelo deben colocarse en la carpeta correspondiente según los requisitos de Comfy"
|
|
895
|
+
},
|
|
896
|
+
"comfyui/stable-diffusion-refiner": {
|
|
897
|
+
"description": "Modelo SDXL de conversión de imagen a imagen, transforma imágenes de entrada en imágenes de alta calidad, compatible con transferencia de estilo, restauración de imágenes y transformaciones creativas"
|
|
898
|
+
},
|
|
899
|
+
"comfyui/stable-diffusion-xl": {
|
|
900
|
+
"description": "Modelo SDXL de generación de imágenes a partir de texto, compatible con generación de imágenes en alta resolución 1024x1024, ofrece mejor calidad de imagen y mayor nivel de detalle"
|
|
901
|
+
},
|
|
869
902
|
"command": {
|
|
870
903
|
"description": "Un modelo de conversación que sigue instrucciones, ofreciendo alta calidad y fiabilidad en tareas lingüísticas, además de tener una longitud de contexto más larga que nuestros modelos de generación básicos."
|
|
871
904
|
},
|
|
@@ -35,9 +35,6 @@
|
|
|
35
35
|
"cerebras": {
|
|
36
36
|
"description": "Cerebras es una plataforma de inferencia de IA basada en su sistema especializado CS-3, diseñada para ofrecer el servicio de LLM más rápido del mundo, con respuesta en tiempo real y alto rendimiento. Está especialmente concebida para eliminar la latencia y acelerar flujos de trabajo complejos de IA, como la generación de código en tiempo real y tareas de agentes."
|
|
37
37
|
},
|
|
38
|
-
"cerebras": {
|
|
39
|
-
"description": "Cerebras es una plataforma de inferencia de IA basada en su sistema especializado CS-3, diseñada para ofrecer el servicio de LLM más rápido del mundo, con respuesta en tiempo real y alto rendimiento. Está especialmente concebida para eliminar la latencia y acelerar flujos de trabajo complejos de IA, como la generación de código en tiempo real y tareas de agentes."
|
|
40
|
-
},
|
|
41
38
|
"cloudflare": {
|
|
42
39
|
"description": "Ejecuta modelos de aprendizaje automático impulsados por GPU sin servidor en la red global de Cloudflare."
|
|
43
40
|
},
|
|
@@ -47,6 +44,9 @@
|
|
|
47
44
|
"cometapi": {
|
|
48
45
|
"description": "CometAPI es una plataforma de servicios que ofrece múltiples interfaces de modelos avanzados, compatible con OpenAI, Anthropic, Google y más, ideal para diversas necesidades de desarrollo y aplicación. Los usuarios pueden elegir de manera flexible el modelo y precio óptimos según sus necesidades, facilitando una mejor experiencia con IA."
|
|
49
46
|
},
|
|
47
|
+
"comfyui": {
|
|
48
|
+
"description": "Potente motor de flujo de trabajo de código abierto para la generación de imágenes, videos y audio, compatible con modelos avanzados como SD, FLUX, Qwen, Hunyuan y WAN, que ofrece edición de flujos de trabajo basada en nodos y capacidad de implementación privada."
|
|
49
|
+
},
|
|
50
50
|
"deepseek": {
|
|
51
51
|
"description": "DeepSeek es una empresa centrada en la investigación y aplicación de tecnologías de inteligencia artificial, cuyo modelo más reciente, DeepSeek-V2.5, combina capacidades de diálogo general y procesamiento de código, logrando mejoras significativas en alineación con preferencias humanas, tareas de escritura y seguimiento de instrucciones."
|
|
52
52
|
},
|
package/locales/fa-IR/error.json
CHANGED
|
@@ -81,6 +81,12 @@
|
|
|
81
81
|
"522": "متأسفیم، اتصال به سرور به دلیل زمانبر بودن پاسخ قطع شده است و نتوانستهایم به موقع به درخواست شما پاسخ دهیم. ممکن است به دلیل ناپایداری شبکه یا عدم دسترسی موقت به سرور باشد. لطفاً بعداً دوباره تلاش کنید، ما در حال تلاش برای بازگرداندن خدمات هستیم.",
|
|
82
82
|
"524": "متأسفیم، سرور در حین انتظار برای پاسخ زمانبر شده است، ممکن است به دلیل کندی پاسخ باشد. لطفاً بعداً دوباره تلاش کنید.",
|
|
83
83
|
"AgentRuntimeError": "اجرای Lobe AI Runtime با خطا مواجه شد، لطفاً بر اساس اطلاعات زیر بررسی کنید یا دوباره تلاش کنید",
|
|
84
|
+
"ComfyUIBizError": "درخواست به سرویس ComfyUI با خطا مواجه شد، لطفاً با توجه به اطلاعات زیر مشکل را بررسی کرده یا دوباره تلاش کنید",
|
|
85
|
+
"ComfyUIEmptyResult": "ComfyUI هیچ تصویری تولید نکرد، لطفاً پیکربندی مدل را بررسی کرده یا دوباره تلاش کنید",
|
|
86
|
+
"ComfyUIModelError": "بارگذاری مدل ComfyUI با شکست مواجه شد، لطفاً بررسی کنید که فایل مدل وجود دارد یا خیر",
|
|
87
|
+
"ComfyUIServiceUnavailable": "اتصال به سرویس ComfyUI ناموفق بود، لطفاً بررسی کنید که آیا ComfyUI بهدرستی اجرا میشود یا آدرس سرویس بهدرستی پیکربندی شده است",
|
|
88
|
+
"ComfyUIUploadFailed": "بارگذاری تصویر در ComfyUI ناموفق بود، لطفاً اتصال به سرور را بررسی کرده یا دوباره تلاش کنید",
|
|
89
|
+
"ComfyUIWorkflowError": "اجرای جریان کاری ComfyUI با شکست مواجه شد، لطفاً پیکربندی جریان کاری را بررسی کنید",
|
|
84
90
|
"ConnectionCheckFailed": "درخواست بدون پاسخ برگشت، لطفاً بررسی کنید که آیا آدرس پروکسی API در انتها شامل `/v1` نیست",
|
|
85
91
|
"CreateMessageError": "متأسفیم، پیام نتوانست به درستی ارسال شود، لطفاً محتوا را کپی کرده و دوباره ارسال کنید، پس از تازهسازی صفحه، این پیام حفظ نخواهد شد",
|
|
86
92
|
"ExceededContextWindow": "محتوای درخواست فعلی از طول قابل پردازش مدل فراتر رفته است، لطفاً حجم محتوا را کاهش داده و دوباره تلاش کنید",
|
|
@@ -100,6 +106,7 @@
|
|
|
100
106
|
"InvalidAccessCode": "رمز عبور نادرست یا خالی است، لطفاً رمز عبور صحیح را وارد کنید یا API Key سفارشی اضافه کنید",
|
|
101
107
|
"InvalidBedrockCredentials": "اعتبارسنجی Bedrock ناموفق بود، لطفاً AccessKeyId/SecretAccessKey را بررسی کرده و دوباره تلاش کنید",
|
|
102
108
|
"InvalidClerkUser": "متأسفیم، شما هنوز وارد نشدهاید، لطفاً ابتدا وارد شوید یا ثبتنام کنید و سپس ادامه دهید",
|
|
109
|
+
"InvalidComfyUIArgs": "پیکربندی ComfyUI نادرست است، لطفاً پس از بررسی پیکربندی ComfyUI دوباره تلاش کنید",
|
|
103
110
|
"InvalidGithubToken": "Github PAT نادرست یا خالی است، لطفاً Github PAT را بررسی کرده و دوباره تلاش کنید",
|
|
104
111
|
"InvalidOllamaArgs": "پیکربندی Ollama نادرست است، لطفاً پیکربندی Ollama را بررسی کرده و دوباره تلاش کنید",
|
|
105
112
|
"InvalidProviderAPIKey": "{{provider}} API Key نادرست یا خالی است، لطفاً {{provider}} API Key را بررسی کرده و دوباره تلاش کنید",
|
|
@@ -149,6 +156,11 @@
|
|
|
149
156
|
"title": "استفاده از API Key سفارشی {{name}}"
|
|
150
157
|
},
|
|
151
158
|
"closeMessage": "بستن پیام",
|
|
159
|
+
"comfyui": {
|
|
160
|
+
"description": "برای شروع تولید تصویر، لطفاً اطلاعات احراز هویت صحیح {{name}} را وارد کنید",
|
|
161
|
+
"modifyBaseUrl": "تغییر آدرس سرویس Comfy UI",
|
|
162
|
+
"title": "اطلاعات احراز هویت {{name}} خود را تأیید کنید"
|
|
163
|
+
},
|
|
152
164
|
"confirm": "تأیید و تلاش مجدد",
|
|
153
165
|
"oauth": {
|
|
154
166
|
"description": "مدیر احراز هویت یکپارچه را فعال کرده است، برای ورود و باز کردن قفل برنامه روی دکمه زیر کلیک کنید",
|
|
@@ -82,6 +82,58 @@
|
|
|
82
82
|
"title": "شناسه حساب Cloudflare / آدرس API"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
+
"comfyui": {
|
|
86
|
+
"apiKey": {
|
|
87
|
+
"desc": "کلید API مورد نیاز برای احراز هویت Bearer Token",
|
|
88
|
+
"placeholder": "لطفاً کلید API را وارد کنید",
|
|
89
|
+
"required": "لطفاً کلید API را وارد کنید",
|
|
90
|
+
"title": "کلید API"
|
|
91
|
+
},
|
|
92
|
+
"authType": {
|
|
93
|
+
"desc": "نوع احراز هویت با سرور ComfyUI را انتخاب کنید",
|
|
94
|
+
"options": {
|
|
95
|
+
"basic": "نام کاربری/رمز عبور",
|
|
96
|
+
"bearer": "Bearer (کلید API)",
|
|
97
|
+
"custom": "هدر سفارشی",
|
|
98
|
+
"none": "بدون احراز هویت"
|
|
99
|
+
},
|
|
100
|
+
"placeholder": "لطفاً نوع احراز هویت را انتخاب کنید",
|
|
101
|
+
"title": "نوع احراز هویت"
|
|
102
|
+
},
|
|
103
|
+
"baseURL": {
|
|
104
|
+
"desc": "آدرس وب برای دسترسی به ComfyUI",
|
|
105
|
+
"placeholder": "http://127.0.0.1:8000",
|
|
106
|
+
"required": "لطفاً آدرس سرویس ComfyUI را وارد کنید",
|
|
107
|
+
"title": "آدرس سرویس ComfyUI"
|
|
108
|
+
},
|
|
109
|
+
"checker": {
|
|
110
|
+
"desc": "بررسی کنید که اتصال به درستی پیکربندی شده باشد",
|
|
111
|
+
"title": "بررسی اتصال"
|
|
112
|
+
},
|
|
113
|
+
"customHeaders": {
|
|
114
|
+
"addButton": "افزودن هدر",
|
|
115
|
+
"deleteTooltip": "حذف این هدر",
|
|
116
|
+
"desc": "هدرهای مورد نیاز برای احراز هویت سفارشی، به صورت جفت کلید-مقدار",
|
|
117
|
+
"duplicateKeyError": "نام کلید هدر نباید تکراری باشد",
|
|
118
|
+
"keyPlaceholder": "نام کلید",
|
|
119
|
+
"required": "لطفاً هدر سفارشی را وارد کنید",
|
|
120
|
+
"title": "هدرهای سفارشی",
|
|
121
|
+
"valuePlaceholder": "مقدار"
|
|
122
|
+
},
|
|
123
|
+
"password": {
|
|
124
|
+
"desc": "رمز عبور مورد نیاز برای احراز هویت پایه",
|
|
125
|
+
"placeholder": "لطفاً رمز عبور را وارد کنید",
|
|
126
|
+
"required": "لطفاً رمز عبور را وارد کنید",
|
|
127
|
+
"title": "رمز عبور"
|
|
128
|
+
},
|
|
129
|
+
"title": "ComfyUI",
|
|
130
|
+
"username": {
|
|
131
|
+
"desc": "نام کاربری مورد نیاز برای احراز هویت پایه",
|
|
132
|
+
"placeholder": "لطفاً نام کاربری را وارد کنید",
|
|
133
|
+
"required": "لطفاً نام کاربری را وارد کنید",
|
|
134
|
+
"title": "نام کاربری"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
85
137
|
"createNewAiProvider": {
|
|
86
138
|
"apiKey": {
|
|
87
139
|
"placeholder": "لطفاً کلید API خود را وارد کنید",
|
|
@@ -866,6 +866,39 @@
|
|
|
866
866
|
"cohere/embed-v4.0": {
|
|
867
867
|
"description": "مدلی که امکان دستهبندی یا تبدیل متن، تصویر یا محتوای ترکیبی به جاسازی را فراهم میکند."
|
|
868
868
|
},
|
|
869
|
+
"comfyui/flux-dev": {
|
|
870
|
+
"description": "FLUX.1 Dev - مدل تولید تصویر از متن با کیفیت بالا، تولید در ۱۰ تا ۵۰ مرحله، مناسب برای خلق آثار هنری و تولید محتوای خلاقانه با کیفیت بالا"
|
|
871
|
+
},
|
|
872
|
+
"comfyui/flux-kontext-dev": {
|
|
873
|
+
"description": "FLUX.1 Kontext-dev - مدل ویرایش تصویر، پشتیبانی از ویرایش تصاویر موجود بر اساس دستورات متنی، شامل ویرایش موضعی و انتقال سبک"
|
|
874
|
+
},
|
|
875
|
+
"comfyui/flux-krea-dev": {
|
|
876
|
+
"description": "FLUX.1 Krea-dev - مدل تولید تصویر از متن با ایمنی تقویتشده، توسعهیافته با همکاری Krea، دارای فیلترهای ایمنی داخلی"
|
|
877
|
+
},
|
|
878
|
+
"comfyui/flux-schnell": {
|
|
879
|
+
"description": "FLUX.1 Schnell - مدل فوقسریع تولید تصویر از متن، تولید تصاویر با کیفیت بالا تنها در ۱ تا ۴ مرحله، مناسب برای کاربردهای بلادرنگ و نمونهسازی سریع"
|
|
880
|
+
},
|
|
881
|
+
"comfyui/stable-diffusion-15": {
|
|
882
|
+
"description": "مدل تولید تصویر از متن Stable Diffusion 1.5، با وضوح کلاسیک ۵۱۲x۵۱۲، مناسب برای نمونهسازی سریع و آزمایشهای خلاقانه"
|
|
883
|
+
},
|
|
884
|
+
"comfyui/stable-diffusion-35": {
|
|
885
|
+
"description": "مدل نسل جدید تولید تصویر از متن Stable Diffusion 3.5، در دو نسخه Large و Medium، نیازمند فایل رمزگذار CLIP خارجی، ارائهدهنده کیفیت تصویر عالی و تطابق دقیق با دستورات متنی"
|
|
886
|
+
},
|
|
887
|
+
"comfyui/stable-diffusion-35-inclclip": {
|
|
888
|
+
"description": "نسخه Stable Diffusion 3.5 با رمزگذار داخلی CLIP/T5، بدون نیاز به فایل رمزگذار خارجی، مناسب برای مدلهایی مانند sd3.5_medium_incl_clips، با مصرف منابع کمتر"
|
|
889
|
+
},
|
|
890
|
+
"comfyui/stable-diffusion-custom": {
|
|
891
|
+
"description": "مدل سفارشی تولید تصویر از متن SD، نام فایل مدل باید custom_sd_lobe.safetensors باشد، در صورت وجود VAE از custom_sd_vae_lobe.safetensors استفاده شود، فایلهای مدل باید طبق دستورالعمل Comfy در پوشه مناسب قرار گیرند"
|
|
892
|
+
},
|
|
893
|
+
"comfyui/stable-diffusion-custom-refiner": {
|
|
894
|
+
"description": "مدل سفارشی SDXL برای تبدیل تصویر به تصویر، نام فایل مدل باید custom_sd_lobe.safetensors باشد، در صورت وجود VAE از custom_sd_vae_lobe.safetensors استفاده شود، فایلهای مدل باید طبق دستورالعمل Comfy در پوشه مناسب قرار گیرند"
|
|
895
|
+
},
|
|
896
|
+
"comfyui/stable-diffusion-refiner": {
|
|
897
|
+
"description": "مدل SDXL برای تبدیل تصویر به تصویر، تبدیل تصاویر ورودی به تصاویر با کیفیت بالا، پشتیبانی از انتقال سبک، ترمیم تصویر و تغییرات خلاقانه"
|
|
898
|
+
},
|
|
899
|
+
"comfyui/stable-diffusion-xl": {
|
|
900
|
+
"description": "مدل تولید تصویر از متن SDXL، پشتیبانی از تولید تصویر با وضوح بالا ۱۰۲۴x۱۰۲۴، ارائه کیفیت تصویر بهتر و جزئیات دقیقتر"
|
|
901
|
+
},
|
|
869
902
|
"command": {
|
|
870
903
|
"description": "یک مدل گفتگوی پیروی از دستور که در وظایف زبانی کیفیت بالاتر و قابلیت اطمینان بیشتری را ارائه میدهد و نسبت به مدلهای تولید پایه ما دارای طول زمینه بیشتری است."
|
|
871
904
|
},
|
|
@@ -35,9 +35,6 @@
|
|
|
35
35
|
"cerebras": {
|
|
36
36
|
"description": "Cerebras یک پلتفرم استنتاج هوش مصنوعی مبتنی بر سیستم اختصاصی CS-3 خود است که با هدف ارائه سریعترین خدمات مدلهای زبانی بزرگ (LLM) در جهان با پاسخدهی آنی و توان عملیاتی بالا طراحی شده است. این پلتفرم بهطور ویژه برای حذف تأخیر و تسریع جریانهای کاری پیچیده هوش مصنوعی مانند تولید کد در زمان واقعی و انجام وظایف نمایندگی طراحی شده است."
|
|
37
37
|
},
|
|
38
|
-
"cerebras": {
|
|
39
|
-
"description": "Cerebras یک پلتفرم استنتاج هوش مصنوعی مبتنی بر سیستم اختصاصی CS-3 خود است که با هدف ارائه سریعترین خدمات مدلهای زبانی بزرگ (LLM) در جهان با پاسخدهی آنی و توان عملیاتی بالا طراحی شده است. این پلتفرم بهطور ویژه برای حذف تأخیر و تسریع جریانهای کاری پیچیده هوش مصنوعی مانند تولید کد در زمان واقعی و انجام وظایف نمایندگی طراحی شده است."
|
|
40
|
-
},
|
|
41
38
|
"cloudflare": {
|
|
42
39
|
"description": "مدلهای یادگیری ماشین مبتنی بر GPU بدون سرور را در شبکه جهانی Cloudflare اجرا کنید."
|
|
43
40
|
},
|
|
@@ -47,6 +44,9 @@
|
|
|
47
44
|
"cometapi": {
|
|
48
45
|
"description": "CometAPI یک پلتفرم خدماتی است که انواع مختلفی از رابطهای مدلهای پیشرفته را ارائه میدهد و از OpenAI، Anthropic، Google و سایرین پشتیبانی میکند. این پلتفرم برای نیازهای متنوع توسعه و کاربرد مناسب است. کاربران میتوانند بر اساس نیازهای خود بهترین مدل و قیمت را بهصورت انعطافپذیر انتخاب کنند و به بهبود تجربه هوش مصنوعی کمک کنند."
|
|
49
46
|
},
|
|
47
|
+
"comfyui": {
|
|
48
|
+
"description": "یک موتور قدرتمند و متنباز برای تولید تصویر، ویدئو و صدا که از مدلهای پیشرفتهای مانند SD، FLUX، Qwen، Hunyuan و WAN پشتیبانی میکند و قابلیت ویرایش جریان کاری بهصورت گرهای و استقرار خصوصی را فراهم میسازد."
|
|
49
|
+
},
|
|
50
50
|
"deepseek": {
|
|
51
51
|
"description": "DeepSeek یک شرکت متمرکز بر تحقیق و کاربرد فناوری هوش مصنوعی است. مدل جدید آن، DeepSeek-V2.5، تواناییهای مکالمه عمومی و پردازش کد را ترکیب کرده و در زمینههایی مانند همترازی با ترجیحات انسانی، وظایف نوشتاری و پیروی از دستورات بهبود قابل توجهی داشته است."
|
|
52
52
|
},
|
package/locales/fr-FR/error.json
CHANGED
|
@@ -81,6 +81,12 @@
|
|
|
81
81
|
"522": "Nous sommes désolés, la connexion au serveur a expiré, et nous n'avons pas pu répondre à votre demande à temps. Cela peut être dû à une instabilité du réseau ou à un accès temporairement impossible au serveur. Veuillez réessayer plus tard, nous faisons de notre mieux pour rétablir le service.",
|
|
82
82
|
"524": "Nous sommes désolés, le serveur a expiré en attendant une réponse, probablement en raison d'une réponse trop lente. Veuillez réessayer plus tard.",
|
|
83
83
|
"AgentRuntimeError": "Erreur d'exécution du modèle linguistique Lobe, veuillez vérifier les informations ci-dessous ou réessayer",
|
|
84
|
+
"ComfyUIBizError": "Erreur lors de la requête au service ComfyUI. Veuillez diagnostiquer ou réessayer en fonction des informations ci-dessous.",
|
|
85
|
+
"ComfyUIEmptyResult": "Aucune image générée par ComfyUI. Veuillez vérifier la configuration du modèle ou réessayer.",
|
|
86
|
+
"ComfyUIModelError": "Échec du chargement du modèle ComfyUI. Veuillez vérifier si le fichier du modèle existe.",
|
|
87
|
+
"ComfyUIServiceUnavailable": "Échec de la connexion au service ComfyUI. Veuillez vérifier si ComfyUI fonctionne correctement ou si l'adresse du service est correcte.",
|
|
88
|
+
"ComfyUIUploadFailed": "Échec du téléversement de l'image vers ComfyUI. Veuillez vérifier la connexion au serveur ou réessayer.",
|
|
89
|
+
"ComfyUIWorkflowError": "Échec de l'exécution du workflow ComfyUI. Veuillez vérifier la configuration du workflow.",
|
|
84
90
|
"ConnectionCheckFailed": "La réponse est vide, veuillez vérifier si l'URL du proxy API se termine par `/v1`",
|
|
85
91
|
"CreateMessageError": "Désolé, le message n'a pas pu être envoyé correctement. Veuillez copier le contenu et le renvoyer. Ce message ne sera pas conservé après le rafraîchissement de la page.",
|
|
86
92
|
"ExceededContextWindow": "Le contenu de la demande actuelle dépasse la longueur que le modèle peut traiter. Veuillez réduire la quantité de contenu et réessayer.",
|
|
@@ -100,6 +106,7 @@
|
|
|
100
106
|
"InvalidAccessCode": "Le mot de passe est incorrect ou vide. Veuillez saisir le mot de passe d'accès correct ou ajouter une clé API personnalisée.",
|
|
101
107
|
"InvalidBedrockCredentials": "L'authentification Bedrock a échoué, veuillez vérifier AccessKeyId/SecretAccessKey et réessayer",
|
|
102
108
|
"InvalidClerkUser": "Désolé, vous n'êtes pas actuellement connecté. Veuillez vous connecter ou vous inscrire avant de continuer.",
|
|
109
|
+
"InvalidComfyUIArgs": "Configuration incorrecte de ComfyUI. Veuillez vérifier la configuration de ComfyUI et réessayer.",
|
|
103
110
|
"InvalidGithubToken": "Le jeton d'accès personnel GitHub est incorrect ou vide. Veuillez vérifier le jeton d'accès personnel GitHub et réessayer.",
|
|
104
111
|
"InvalidOllamaArgs": "La configuration d'Ollama n'est pas valide, veuillez vérifier la configuration d'Ollama et réessayer",
|
|
105
112
|
"InvalidProviderAPIKey": "{{provider}} API Key incorrect or missing, please check {{provider}} API Key and try again",
|
|
@@ -149,6 +156,11 @@
|
|
|
149
156
|
"title": "Use custom {{name}} API Key"
|
|
150
157
|
},
|
|
151
158
|
"closeMessage": "Fermer le message",
|
|
159
|
+
"comfyui": {
|
|
160
|
+
"description": "Veuillez saisir les informations d'authentification correctes de {{name}} pour commencer la génération d'images.",
|
|
161
|
+
"modifyBaseUrl": "Modifier l'adresse du service Comfy UI",
|
|
162
|
+
"title": "Confirmez vos informations d'authentification {{name}}"
|
|
163
|
+
},
|
|
152
164
|
"confirm": "Confirmer et réessayer",
|
|
153
165
|
"oauth": {
|
|
154
166
|
"description": "L'administrateur a activé l'authentification de connexion unique. Cliquez sur le bouton ci-dessous pour vous connecter et déverrouiller l'application.",
|
|
@@ -82,6 +82,58 @@
|
|
|
82
82
|
"title": "ID de compte Cloudflare / adresse API"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
+
"comfyui": {
|
|
86
|
+
"apiKey": {
|
|
87
|
+
"desc": "Clé API requise pour l'authentification par jeton Bearer",
|
|
88
|
+
"placeholder": "Veuillez saisir la clé API",
|
|
89
|
+
"required": "Veuillez saisir la clé API",
|
|
90
|
+
"title": "Clé API"
|
|
91
|
+
},
|
|
92
|
+
"authType": {
|
|
93
|
+
"desc": "Choisissez le mode d'authentification avec le serveur ComfyUI",
|
|
94
|
+
"options": {
|
|
95
|
+
"basic": "Identifiant/Mot de passe",
|
|
96
|
+
"bearer": "Bearer (Clé API)",
|
|
97
|
+
"custom": "En-têtes personnalisés",
|
|
98
|
+
"none": "Aucune authentification"
|
|
99
|
+
},
|
|
100
|
+
"placeholder": "Veuillez sélectionner un type d'authentification",
|
|
101
|
+
"title": "Type d'authentification"
|
|
102
|
+
},
|
|
103
|
+
"baseURL": {
|
|
104
|
+
"desc": "Adresse Web d'accès à ComfyUI",
|
|
105
|
+
"placeholder": "http://127.0.0.1:8000",
|
|
106
|
+
"required": "Veuillez saisir l'adresse du service ComfyUI",
|
|
107
|
+
"title": "Adresse du service ComfyUI"
|
|
108
|
+
},
|
|
109
|
+
"checker": {
|
|
110
|
+
"desc": "Tester si la connexion est correctement configurée",
|
|
111
|
+
"title": "Vérification de la connectivité"
|
|
112
|
+
},
|
|
113
|
+
"customHeaders": {
|
|
114
|
+
"addButton": "Ajouter un en-tête",
|
|
115
|
+
"deleteTooltip": "Supprimer cet en-tête",
|
|
116
|
+
"desc": "En-têtes requis pour l'authentification personnalisée, au format clé-valeur",
|
|
117
|
+
"duplicateKeyError": "Les noms de clé des en-têtes ne doivent pas être dupliqués",
|
|
118
|
+
"keyPlaceholder": "Nom de la clé",
|
|
119
|
+
"required": "Veuillez saisir les en-têtes personnalisés",
|
|
120
|
+
"title": "En-têtes personnalisés",
|
|
121
|
+
"valuePlaceholder": "Valeur"
|
|
122
|
+
},
|
|
123
|
+
"password": {
|
|
124
|
+
"desc": "Mot de passe requis pour l'authentification de base",
|
|
125
|
+
"placeholder": "Veuillez saisir le mot de passe",
|
|
126
|
+
"required": "Veuillez saisir le mot de passe",
|
|
127
|
+
"title": "Mot de passe"
|
|
128
|
+
},
|
|
129
|
+
"title": "ComfyUI",
|
|
130
|
+
"username": {
|
|
131
|
+
"desc": "Nom d'utilisateur requis pour l'authentification de base",
|
|
132
|
+
"placeholder": "Veuillez saisir le nom d'utilisateur",
|
|
133
|
+
"required": "Veuillez saisir le nom d'utilisateur",
|
|
134
|
+
"title": "Nom d'utilisateur"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
85
137
|
"createNewAiProvider": {
|
|
86
138
|
"apiKey": {
|
|
87
139
|
"placeholder": "Veuillez entrer votre clé API",
|
|
@@ -866,6 +866,39 @@
|
|
|
866
866
|
"cohere/embed-v4.0": {
|
|
867
867
|
"description": "Un modèle permettant de classifier ou de transformer en embeddings des textes, images ou contenus mixtes."
|
|
868
868
|
},
|
|
869
|
+
"comfyui/flux-dev": {
|
|
870
|
+
"description": "FLUX.1 Dev - Modèle de génération d'images à partir de texte de haute qualité, 10 à 50 étapes de génération, idéal pour la création artistique et les œuvres visuelles de qualité."
|
|
871
|
+
},
|
|
872
|
+
"comfyui/flux-kontext-dev": {
|
|
873
|
+
"description": "FLUX.1 Kontext-dev - Modèle d'édition d'image, permet de modifier des images existantes à l'aide d'instructions textuelles, avec prise en charge des modifications locales et du transfert de style."
|
|
874
|
+
},
|
|
875
|
+
"comfyui/flux-krea-dev": {
|
|
876
|
+
"description": "FLUX.1 Krea-dev - Modèle de génération d'images à partir de texte avec sécurité renforcée, développé en collaboration avec Krea, intègre un filtrage de sécurité."
|
|
877
|
+
},
|
|
878
|
+
"comfyui/flux-schnell": {
|
|
879
|
+
"description": "FLUX.1 Schnell - Modèle ultra-rapide de génération d'images à partir de texte, produit des images de haute qualité en 1 à 4 étapes, idéal pour les applications en temps réel et le prototypage rapide."
|
|
880
|
+
},
|
|
881
|
+
"comfyui/stable-diffusion-15": {
|
|
882
|
+
"description": "Stable Diffusion 1.5 - Modèle classique de génération d'images à partir de texte en résolution 512x512, adapté au prototypage rapide et aux expérimentations créatives."
|
|
883
|
+
},
|
|
884
|
+
"comfyui/stable-diffusion-35": {
|
|
885
|
+
"description": "Stable Diffusion 3.5 - Modèle de nouvelle génération pour la génération d'images à partir de texte, disponible en versions Large et Medium, nécessite un fichier d'encodeur CLIP externe, offre une qualité d'image exceptionnelle et une grande fidélité aux invites textuelles."
|
|
886
|
+
},
|
|
887
|
+
"comfyui/stable-diffusion-35-inclclip": {
|
|
888
|
+
"description": "Stable Diffusion 3.5 avec encodeur CLIP/T5 intégré - Ne nécessite pas de fichier d'encodeur externe, compatible avec des modèles comme sd3.5_medium_incl_clips, avec une consommation de ressources réduite."
|
|
889
|
+
},
|
|
890
|
+
"comfyui/stable-diffusion-custom": {
|
|
891
|
+
"description": "Modèle personnalisé SD pour la génération d'images à partir de texte. Le fichier du modèle doit être nommé custom_sd_lobe.safetensors. Si un VAE est utilisé, nommez-le custom_sd_vae_lobe.safetensors. Les fichiers doivent être placés dans les dossiers requis selon les spécifications de Comfy."
|
|
892
|
+
},
|
|
893
|
+
"comfyui/stable-diffusion-custom-refiner": {
|
|
894
|
+
"description": "Modèle personnalisé SDXL pour la transformation d'image à image. Le fichier du modèle doit être nommé custom_sd_lobe.safetensors. Si un VAE est utilisé, nommez-le custom_sd_vae_lobe.safetensors. Les fichiers doivent être placés dans les dossiers requis selon les spécifications de Comfy."
|
|
895
|
+
},
|
|
896
|
+
"comfyui/stable-diffusion-refiner": {
|
|
897
|
+
"description": "Modèle SDXL de transformation d'image à image, permet une conversion d'image de haute qualité à partir d'une image source, avec prise en charge du transfert de style, de la restauration d'image et des transformations créatives."
|
|
898
|
+
},
|
|
899
|
+
"comfyui/stable-diffusion-xl": {
|
|
900
|
+
"description": "Modèle SDXL de génération d'images à partir de texte, prend en charge une résolution élevée de 1024x1024, offrant une qualité d'image supérieure et un meilleur rendu des détails."
|
|
901
|
+
},
|
|
869
902
|
"command": {
|
|
870
903
|
"description": "Un modèle de dialogue qui suit des instructions, offrant une haute qualité et une fiabilité accrue dans les tâches linguistiques, avec une longueur de contexte plus longue que notre modèle de génération de base."
|
|
871
904
|
},
|