@lobehub/chat 1.141.2 → 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.
Files changed (79) hide show
  1. package/.github/workflows/sync.yml +2 -2
  2. package/CHANGELOG.md +25 -0
  3. package/README.md +1 -1
  4. package/README.zh-CN.md +1 -1
  5. package/changelog/v1.json +9 -0
  6. package/locales/ar/error.json +12 -0
  7. package/locales/ar/modelProvider.json +52 -0
  8. package/locales/ar/models.json +33 -0
  9. package/locales/ar/providers.json +3 -3
  10. package/locales/bg-BG/error.json +12 -0
  11. package/locales/bg-BG/modelProvider.json +52 -0
  12. package/locales/bg-BG/models.json +33 -0
  13. package/locales/bg-BG/providers.json +3 -3
  14. package/locales/de-DE/error.json +12 -0
  15. package/locales/de-DE/modelProvider.json +52 -0
  16. package/locales/de-DE/models.json +33 -0
  17. package/locales/de-DE/providers.json +3 -3
  18. package/locales/en-US/error.json +12 -0
  19. package/locales/en-US/modelProvider.json +14 -14
  20. package/locales/en-US/models.json +33 -0
  21. package/locales/en-US/providers.json +3 -3
  22. package/locales/es-ES/error.json +12 -0
  23. package/locales/es-ES/modelProvider.json +52 -0
  24. package/locales/es-ES/models.json +33 -0
  25. package/locales/es-ES/providers.json +3 -3
  26. package/locales/fa-IR/error.json +12 -0
  27. package/locales/fa-IR/modelProvider.json +52 -0
  28. package/locales/fa-IR/models.json +33 -0
  29. package/locales/fa-IR/providers.json +3 -3
  30. package/locales/fr-FR/error.json +12 -0
  31. package/locales/fr-FR/modelProvider.json +52 -0
  32. package/locales/fr-FR/models.json +33 -0
  33. package/locales/fr-FR/providers.json +3 -3
  34. package/locales/it-IT/error.json +12 -0
  35. package/locales/it-IT/modelProvider.json +52 -0
  36. package/locales/it-IT/models.json +33 -0
  37. package/locales/it-IT/providers.json +3 -3
  38. package/locales/ja-JP/error.json +12 -0
  39. package/locales/ja-JP/modelProvider.json +52 -0
  40. package/locales/ja-JP/models.json +33 -0
  41. package/locales/ja-JP/providers.json +3 -3
  42. package/locales/ko-KR/error.json +12 -0
  43. package/locales/ko-KR/modelProvider.json +52 -0
  44. package/locales/ko-KR/models.json +33 -0
  45. package/locales/ko-KR/providers.json +3 -3
  46. package/locales/nl-NL/error.json +12 -0
  47. package/locales/nl-NL/modelProvider.json +52 -0
  48. package/locales/nl-NL/models.json +33 -0
  49. package/locales/nl-NL/providers.json +3 -3
  50. package/locales/pl-PL/error.json +12 -0
  51. package/locales/pl-PL/modelProvider.json +52 -0
  52. package/locales/pl-PL/models.json +33 -0
  53. package/locales/pl-PL/providers.json +3 -3
  54. package/locales/pt-BR/error.json +12 -0
  55. package/locales/pt-BR/modelProvider.json +52 -0
  56. package/locales/pt-BR/models.json +33 -0
  57. package/locales/pt-BR/providers.json +3 -3
  58. package/locales/ru-RU/error.json +12 -0
  59. package/locales/ru-RU/modelProvider.json +52 -0
  60. package/locales/ru-RU/models.json +33 -0
  61. package/locales/ru-RU/providers.json +3 -0
  62. package/locales/tr-TR/error.json +12 -0
  63. package/locales/tr-TR/modelProvider.json +52 -0
  64. package/locales/tr-TR/models.json +33 -0
  65. package/locales/tr-TR/providers.json +3 -3
  66. package/locales/vi-VN/error.json +12 -0
  67. package/locales/vi-VN/modelProvider.json +52 -0
  68. package/locales/vi-VN/models.json +33 -0
  69. package/locales/vi-VN/providers.json +3 -3
  70. package/locales/zh-CN/chat.json +1 -1
  71. package/locales/zh-CN/components.json +4 -4
  72. package/locales/zh-CN/error.json +12 -0
  73. package/locales/zh-CN/modelProvider.json +14 -14
  74. package/locales/zh-CN/models.json +8 -27
  75. package/locales/zh-TW/error.json +12 -0
  76. package/locales/zh-TW/modelProvider.json +52 -0
  77. package/locales/zh-TW/models.json +33 -0
  78. package/locales/zh-TW/providers.json +3 -3
  79. package/package.json +1 -1
@@ -81,6 +81,12 @@
81
81
  "522": "Ci scusiamo, la connessione al server è scaduta e non ha risposto in tempo alla tua richiesta. Potrebbe essere dovuto a una rete instabile o a un server temporaneamente non accessibile. Riprova più tardi, stiamo lavorando per ripristinare il servizio.",
82
82
  "524": "Ci scusiamo, il server ha superato il tempo di attesa in attesa di una risposta, probabilmente a causa di una risposta troppo lenta. Riprova più tardi.",
83
83
  "AgentRuntimeError": "Errore di esecuzione del modello linguistico Lobe, controlla le informazioni seguenti o riprova",
84
+ "ComfyUIBizError": "Errore nella richiesta al servizio ComfyUI, verifica le informazioni seguenti o riprova",
85
+ "ComfyUIEmptyResult": "Nessuna immagine generata da ComfyUI, controlla la configurazione del modello o riprova",
86
+ "ComfyUIModelError": "Caricamento del modello ComfyUI fallito, verifica che il file del modello esista",
87
+ "ComfyUIServiceUnavailable": "Connessione al servizio ComfyUI non riuscita, verifica che ComfyUI sia in esecuzione correttamente o controlla la configurazione dell'indirizzo del servizio",
88
+ "ComfyUIUploadFailed": "Caricamento immagine su ComfyUI non riuscito, controlla la connessione al server o riprova",
89
+ "ComfyUIWorkflowError": "Esecuzione del workflow ComfyUI fallita, controlla la configurazione del workflow",
84
90
  "ConnectionCheckFailed": "La risposta è vuota, controlla se l'indirizzo del proxy API termina con `/v1`",
85
91
  "CreateMessageError": "Ci dispiace, il messaggio non è stato inviato correttamente. Si prega di copiare il contenuto e inviarlo nuovamente. Dopo aver aggiornato la pagina, questo messaggio non verrà conservato.",
86
92
  "ExceededContextWindow": "Il contenuto della richiesta attuale supera la lunghezza che il modello può gestire. Si prega di ridurre la quantità di contenuto e riprovare.",
@@ -100,6 +106,7 @@
100
106
  "InvalidAccessCode": "Password incorrect or empty, please enter the correct access password, or add a custom API Key",
101
107
  "InvalidBedrockCredentials": "Autenticazione Bedrock non riuscita, controlla AccessKeyId/SecretAccessKey e riprova",
102
108
  "InvalidClerkUser": "Spiacenti, al momento non hai effettuato l'accesso. Per favore, effettua l'accesso o registrati prima di continuare.",
109
+ "InvalidComfyUIArgs": "Configurazione ComfyUI non corretta, controlla la configurazione e riprova",
103
110
  "InvalidGithubToken": "Il token di accesso personale di Github non è corretto o è vuoto. Controlla il token di accesso personale di Github e riprova.",
104
111
  "InvalidOllamaArgs": "Configurazione Ollama non valida, controllare la configurazione di Ollama e riprovare",
105
112
  "InvalidProviderAPIKey": "{{provider}} Chiave API non valida o vuota, controlla la Chiave API di {{provider}} e riprova",
@@ -149,6 +156,11 @@
149
156
  "title": "Usa la tua Chiave API personalizzata {{name}}"
150
157
  },
151
158
  "closeMessage": "Chiudi messaggio",
159
+ "comfyui": {
160
+ "description": "Inserisci le credenziali corrette di {{name}} per iniziare a generare immagini",
161
+ "modifyBaseUrl": "Modifica l'indirizzo del servizio Comfy UI",
162
+ "title": "Conferma le tue credenziali di {{name}}"
163
+ },
152
164
  "confirm": "Conferma e riprova",
153
165
  "oauth": {
154
166
  "description": "L'amministratore ha abilitato l'autenticazione di accesso unificata. Fai clic sul pulsante sottostante per accedere e sbloccare l'applicazione.",
@@ -82,6 +82,58 @@
82
82
  "title": "ID account Cloudflare / indirizzo API"
83
83
  }
84
84
  },
85
+ "comfyui": {
86
+ "apiKey": {
87
+ "desc": "Chiave API necessaria per l'autenticazione con Bearer Token",
88
+ "placeholder": "Inserisci la chiave API",
89
+ "required": "Inserisci la chiave API",
90
+ "title": "Chiave API"
91
+ },
92
+ "authType": {
93
+ "desc": "Seleziona il metodo di autenticazione con il server ComfyUI",
94
+ "options": {
95
+ "basic": "Account/Password",
96
+ "bearer": "Bearer (Chiave API)",
97
+ "custom": "Header personalizzati",
98
+ "none": "Nessuna autenticazione"
99
+ },
100
+ "placeholder": "Seleziona il tipo di autenticazione",
101
+ "title": "Tipo di autenticazione"
102
+ },
103
+ "baseURL": {
104
+ "desc": "Indirizzo web per accedere a ComfyUI",
105
+ "placeholder": "http://127.0.0.1:8000",
106
+ "required": "Inserisci l'indirizzo del servizio ComfyUI",
107
+ "title": "Indirizzo del servizio ComfyUI"
108
+ },
109
+ "checker": {
110
+ "desc": "Verifica se la connessione è configurata correttamente",
111
+ "title": "Controllo di connettività"
112
+ },
113
+ "customHeaders": {
114
+ "addButton": "Aggiungi header",
115
+ "deleteTooltip": "Elimina questo header",
116
+ "desc": "Header richiesti per l'autenticazione personalizzata, in formato chiave-valore",
117
+ "duplicateKeyError": "I nomi delle chiavi degli header non possono essere duplicati",
118
+ "keyPlaceholder": "Nome chiave",
119
+ "required": "Inserisci gli header personalizzati",
120
+ "title": "Header personalizzati",
121
+ "valuePlaceholder": "Valore"
122
+ },
123
+ "password": {
124
+ "desc": "Password richiesta per l'autenticazione di base",
125
+ "placeholder": "Inserisci la password",
126
+ "required": "Inserisci la password",
127
+ "title": "Password"
128
+ },
129
+ "title": "ComfyUI",
130
+ "username": {
131
+ "desc": "Nome utente richiesto per l'autenticazione di base",
132
+ "placeholder": "Inserisci il nome utente",
133
+ "required": "Inserisci il nome utente",
134
+ "title": "Nome utente"
135
+ }
136
+ },
85
137
  "createNewAiProvider": {
86
138
  "apiKey": {
87
139
  "placeholder": "Inserisci la tua API Key",
@@ -866,6 +866,39 @@
866
866
  "cohere/embed-v4.0": {
867
867
  "description": "Un modello che consente di classificare o trasformare testo, immagini o contenuti misti in embedding."
868
868
  },
869
+ "comfyui/flux-dev": {
870
+ "description": "FLUX.1 Dev - Modello di generazione testo-immagine di alta qualità, genera in 10-50 passaggi, ideale per creazioni artistiche e contenuti visivi di alta qualità"
871
+ },
872
+ "comfyui/flux-kontext-dev": {
873
+ "description": "FLUX.1 Kontext-dev - Modello di editing delle immagini, consente modifiche basate su istruzioni testuali, supporta modifiche locali e trasferimento di stile"
874
+ },
875
+ "comfyui/flux-krea-dev": {
876
+ "description": "FLUX.1 Krea-dev - Modello testo-immagine con sicurezza avanzata, sviluppato in collaborazione con Krea, include filtri di sicurezza integrati"
877
+ },
878
+ "comfyui/flux-schnell": {
879
+ "description": "FLUX.1 Schnell - Modello testo-immagine ultra-veloce, genera immagini di alta qualità in 1-4 passaggi, ideale per applicazioni in tempo reale e prototipazione rapida"
880
+ },
881
+ "comfyui/stable-diffusion-15": {
882
+ "description": "Stable Diffusion 1.5 - Modello classico di generazione testo-immagine con risoluzione 512x512, adatto per prototipi rapidi ed esperimenti creativi"
883
+ },
884
+ "comfyui/stable-diffusion-35": {
885
+ "description": "Stable Diffusion 3.5 - Modello di nuova generazione per la generazione testo-immagine, disponibile in versioni Large e Medium, richiede file esterni del codificatore CLIP, offre qualità d'immagine eccezionale e alta coerenza con i prompt"
886
+ },
887
+ "comfyui/stable-diffusion-35-inclclip": {
888
+ "description": "Stable Diffusion 3.5 con codificatore CLIP/T5 integrato, non richiede file esterni, compatibile con modelli come sd3.5_medium_incl_clips, con minore utilizzo di risorse"
889
+ },
890
+ "comfyui/stable-diffusion-custom": {
891
+ "description": "Modello personalizzato SD per generazione testo-immagine, il file del modello deve essere nominato custom_sd_lobe.safetensors, se presente VAE usare custom_sd_vae_lobe.safetensors, i file devono essere posizionati nella cartella corretta secondo le specifiche di Comfy"
892
+ },
893
+ "comfyui/stable-diffusion-custom-refiner": {
894
+ "description": "Modello personalizzato SDXL per generazione immagine-immagine, il file del modello deve essere nominato custom_sd_lobe.safetensors, se presente VAE usare custom_sd_vae_lobe.safetensors, i file devono essere posizionati nella cartella corretta secondo le specifiche di Comfy"
895
+ },
896
+ "comfyui/stable-diffusion-refiner": {
897
+ "description": "Modello SDXL per generazione immagine-immagine, consente trasformazioni visive di alta qualità basate su immagini in input, supporta trasferimento di stile, restauro e variazioni creative"
898
+ },
899
+ "comfyui/stable-diffusion-xl": {
900
+ "description": "Modello SDXL per generazione testo-immagine, supporta risoluzione elevata 1024x1024, offre qualità visiva superiore e dettagli più raffinati"
901
+ },
869
902
  "command": {
870
903
  "description": "Un modello di dialogo che segue le istruzioni, con alta qualità e maggiore affidabilità nelle attività linguistiche, e una lunghezza di contesto più lunga rispetto ai nostri modelli generativi di base."
871
904
  },
@@ -35,9 +35,6 @@
35
35
  "cerebras": {
36
36
  "description": "Cerebras è una piattaforma di inferenza AI basata sul suo sistema dedicato CS-3, progettata per offrire il servizio LLM più veloce al mondo, con risposta in tempo reale e un'elevata capacità di elaborazione. È pensata per eliminare la latenza e accelerare i flussi di lavoro AI complessi, come la generazione di codice in tempo reale e le attività degli agenti."
37
37
  },
38
- "cerebras": {
39
- "description": "Cerebras è una piattaforma di inferenza AI basata sul suo sistema dedicato CS-3, progettata per offrire il servizio LLM più veloce al mondo, con risposta in tempo reale e un'elevata capacità di elaborazione. È pensata per eliminare la latenza e accelerare i flussi di lavoro AI complessi, come la generazione di codice in tempo reale e le attività degli agenti."
40
- },
41
38
  "cloudflare": {
42
39
  "description": "Esegui modelli di machine learning alimentati da GPU serverless sulla rete globale di Cloudflare."
43
40
  },
@@ -47,6 +44,9 @@
47
44
  "cometapi": {
48
45
  "description": "CometAPI è una piattaforma di servizi che offre molteplici interfacce per modelli avanzati, supportando OpenAI, Anthropic, Google e altri ancora, adatta a esigenze di sviluppo e applicazione diversificate. Gli utenti possono scegliere in modo flessibile il modello e il prezzo più adatti alle proprie necessità, contribuendo a migliorare l'esperienza AI."
49
46
  },
47
+ "comfyui": {
48
+ "description": "Potente motore open source per flussi di lavoro di generazione di immagini, video e audio, compatibile con modelli avanzati come SD, FLUX, Qwen, Hunyuan, WAN, e dotato di funzionalità per l'editing dei flussi tramite nodi e la distribuzione in ambienti privati."
49
+ },
50
50
  "deepseek": {
51
51
  "description": "DeepSeek è un'azienda focalizzata sulla ricerca e applicazione della tecnologia AI, il cui ultimo modello DeepSeek-V2.5 combina capacità di dialogo generico e elaborazione del codice, realizzando miglioramenti significativi nell'allineamento delle preferenze umane, nei compiti di scrittura e nel rispetto delle istruzioni."
52
52
  },
@@ -81,6 +81,12 @@
81
81
  "522": "申し訳ありませんが、サーバー接続がタイムアウトし、リクエストに迅速に応答できませんでした。ネットワークが不安定であるか、サーバーが一時的にアクセスできない可能性があります。後でもう一度お試しください。サービスの回復に努めています。",
82
82
  "524": "申し訳ありませんが、サーバーが応答を待っている間にタイムアウトしました。これは、応答が遅すぎるためかもしれません。後でもう一度お試しください。",
83
83
  "AgentRuntimeError": "Lobe言語モデルの実行時にエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、再試行してください。",
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キーを追加してください",
101
107
  "InvalidBedrockCredentials": "Bedrockの認証に失敗しました。AccessKeyId/SecretAccessKeyを確認してから再試行してください。",
102
108
  "InvalidClerkUser": "申し訳ありませんが、現在ログインしていません。続行するにはログインまたはアカウント登録を行ってください",
109
+ "InvalidComfyUIArgs": "ComfyUI の設定が正しくありません。設定を確認してから再試行してください。",
103
110
  "InvalidGithubToken": "Githubのパーソナルアクセストークンが無効または空です。Githubのパーソナルアクセストークンを確認してから、再試行してください。",
104
111
  "InvalidOllamaArgs": "Ollamaの設定が正しくありません。Ollamaの設定を確認してからもう一度お試しください",
105
112
  "InvalidProviderAPIKey": "{{provider}} APIキーが正しくないか空です。{{provider}} APIキーを確認して再試行してください。",
@@ -149,6 +156,11 @@
149
156
  "title": "カスタム{{name}} APIキーを使用"
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 アカウント ID / API アドレス"
83
83
  }
84
84
  },
85
+ "comfyui": {
86
+ "apiKey": {
87
+ "desc": "Bearerトークン認証に必要なAPIキー",
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のWebアクセスアドレス",
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 - 高品質なテキストから画像生成モデル。10〜50ステップで生成可能で、高品質な創作やアート作品の生成に適しています。"
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 - 超高速テキストから画像生成モデル。1〜4ステップで高品質な画像を生成でき、リアルタイムアプリケーションや迅速なプロトタイピングに最適です。"
880
+ },
881
+ "comfyui/stable-diffusion-15": {
882
+ "description": "Stable Diffusion 1.5 テキストから画像生成モデル。クラシックな512x512解像度で、迅速なプロトタイピングやクリエイティブな実験に適しています。"
883
+ },
884
+ "comfyui/stable-diffusion-35": {
885
+ "description": "Stable Diffusion 3.5 次世代テキストから画像生成モデル。LargeおよびMediumの2バージョンに対応し、外部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テキストから画像生成モデル。1024x1024の高解像度に対応し、より優れた画像品質とディテール表現を提供します。"
901
+ },
869
902
  "command": {
870
903
  "description": "指示に従う対話モデルで、言語タスクにおいて高品質で信頼性が高く、私たちの基本生成モデルよりも長いコンテキスト長を持っています。"
871
904
  },
@@ -35,9 +35,6 @@
35
35
  "cerebras": {
36
36
  "description": "Cerebras は、専用の CS-3 システムを基盤とした AI 推論プラットフォームであり、世界最速のリアルタイム応答と高スループットの LLM サービスを提供することを目的としています。リアルタイムのコード生成やエージェントタスクなど、複雑な AI ワークフローの遅延を排除し、加速するために設計されています。"
37
37
  },
38
- "cerebras": {
39
- "description": "Cerebras は、専用の CS-3 システムを基盤とした AI 推論プラットフォームであり、世界最速のリアルタイム応答と高スループットの LLM サービスを提供することを目的としています。リアルタイムのコード生成やエージェントタスクなど、複雑な AI ワークフローの遅延を排除し、加速するために設計されています。"
40
- },
41
38
  "cloudflare": {
42
39
  "description": "Cloudflareのグローバルネットワーク上で、サーバーレスGPUによって駆動される機械学習モデルを実行します。"
43
40
  },
@@ -47,6 +44,9 @@
47
44
  "cometapi": {
48
45
  "description": "CometAPIは、多様な最先端大規模モデルのインターフェースを提供するサービスプラットフォームで、OpenAI、Anthropic、Googleなどに対応しています。多様な開発および応用ニーズに適しており、ユーザーは自身のニーズに応じて最適なモデルと価格を柔軟に選択でき、AI体験の向上を支援します。"
49
46
  },
47
+ "comfyui": {
48
+ "description": "強力なオープンソースの画像・動画・音声生成ワークフローエンジン。SD、FLUX、Qwen、Hunyuan、WAN などの先進的なモデルに対応し、ノードベースのワークフロー編集とプライベートなデプロイメント機能を提供します。"
49
+ },
50
50
  "deepseek": {
51
51
  "description": "DeepSeekは、人工知能技術の研究と応用に特化した企業であり、最新のモデルDeepSeek-V2.5は、汎用対話とコード処理能力を融合させ、人間の好みの整合、ライティングタスク、指示の遵守などの面で顕著な向上を実現しています。"
52
52
  },
@@ -81,6 +81,12 @@
81
81
  "522": "죄송합니다. 서버 연결이 시간 초과되어 요청에 대한 응답을 제때 받지 못했습니다. 이는 네트워크가 불안정하거나 서버에 일시적으로 접근할 수 없기 때문일 수 있습니다. 나중에 다시 시도해 주시기 바랍니다. 서비스를 복구하기 위해 노력하고 있습니다.",
82
82
  "524": "죄송합니다. 서버가 응답을 기다리는 동안 시간 초과가 발생했습니다. 이는 응답이 너무 느리기 때문일 수 있습니다. 나중에 다시 시도해 주세요.",
83
83
  "AgentRuntimeError": "Lobe 언어 모델 실행 중 오류가 발생했습니다. 아래 정보를 확인하고 다시 시도하십시오.",
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 키를 추가하십시오.",
101
107
  "InvalidBedrockCredentials": "Bedrock 인증에 실패했습니다. AccessKeyId/SecretAccessKey를 확인한 후 다시 시도하십시오.",
102
108
  "InvalidClerkUser": "죄송합니다. 현재 로그인되어 있지 않습니다. 계속하려면 먼저 로그인하거나 계정을 등록해주세요.",
109
+ "InvalidComfyUIArgs": "ComfyUI 설정이 올바르지 않습니다. 설정을 확인한 후 다시 시도해 주세요.",
103
110
  "InvalidGithubToken": "Github 개인 액세스 토큰이 올바르지 않거나 비어 있습니다. Github 개인 액세스 토큰을 확인한 후 다시 시도해 주십시오.",
104
111
  "InvalidOllamaArgs": "Ollama 구성이 잘못되었습니다. Ollama 구성을 확인한 후 다시 시도하십시오.",
105
112
  "InvalidProviderAPIKey": "{{provider}} API 키가 잘못되었거나 비어 있습니다. {{provider}} API 키를 확인하고 다시 시도하십시오.",
@@ -149,6 +156,11 @@
149
156
  "title": "사용자 정의 {{name}} API 키 사용"
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 계정 ID / API 주소"
83
83
  }
84
84
  },
85
+ "comfyui": {
86
+ "apiKey": {
87
+ "desc": "Bearer 토큰 인증에 필요한 API 키",
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 Key를 입력하세요",
@@ -866,6 +866,39 @@
866
866
  "cohere/embed-v4.0": {
867
867
  "description": "텍스트, 이미지 또는 혼합 콘텐츠를 분류하거나 임베딩으로 변환할 수 있는 모델입니다."
868
868
  },
869
+ "comfyui/flux-dev": {
870
+ "description": "FLUX.1 Dev - 고품질 텍스트-투-이미지 생성 모델로, 10~50단계의 생성 과정을 통해 예술 작품 및 창작에 적합한 고화질 이미지를 생성합니다."
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 - 초고속 텍스트-투-이미지 생성 모델로, 1~4단계만으로 고품질 이미지를 생성할 수 있어 실시간 애플리케이션 및 빠른 프로토타입 제작에 적합합니다."
880
+ },
881
+ "comfyui/stable-diffusion-15": {
882
+ "description": "Stable Diffusion 1.5 텍스트-투-이미지 생성 모델로, 고전적인 512x512 해상도의 이미지 생성을 지원하며, 빠른 프로토타입 제작 및 창의적 실험에 적합합니다."
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 텍스트-투-이미지 생성 모델로, 1024x1024 고해상도 이미지 생성을 지원하며, 향상된 이미지 품질과 세부 묘사를 제공합니다."
901
+ },
869
902
  "command": {
870
903
  "description": "지시를 따르는 대화 모델로, 언어 작업에서 높은 품질과 신뢰성을 제공하며, 우리의 기본 생성 모델에 비해 더 긴 컨텍스트 길이를 가지고 있습니다."
871
904
  },
@@ -35,9 +35,6 @@
35
35
  "cerebras": {
36
36
  "description": "Cerebras는 전용 CS-3 시스템을 기반으로 한 AI 추론 플랫폼으로, 전 세계에서 가장 빠르고 실시간 반응이 가능한 고처리량 LLM 서비스를 제공하도록 설계되었습니다. 이 플랫폼은 지연을 제거하고 실시간 코드 생성 및 에이전트 작업과 같은 복잡한 AI 워크플로우를 가속화하기 위해 특별히 설계되었습니다."
37
37
  },
38
- "cerebras": {
39
- "description": "Cerebras는 전용 CS-3 시스템을 기반으로 한 AI 추론 플랫폼으로, 전 세계에서 가장 빠르고 실시간 반응이 가능한 고처리량 LLM 서비스를 제공하도록 설계되었습니다. 이 플랫폼은 지연을 제거하고 실시간 코드 생성 및 에이전트 작업과 같은 복잡한 AI 워크플로우를 가속화하기 위해 특별히 설계되었습니다."
40
- },
41
38
  "cloudflare": {
42
39
  "description": "Cloudflare의 글로벌 네트워크에서 서버리스 GPU로 구동되는 머신러닝 모델을 실행합니다."
43
40
  },
@@ -47,6 +44,9 @@
47
44
  "cometapi": {
48
45
  "description": "CometAPI는 OpenAI, Anthropic, Google 등 다양한 최첨단 대형 모델 인터페이스를 제공하는 서비스 플랫폼으로, 다양한 개발 및 응용 요구에 적합합니다. 사용자는 자신의 필요에 따라 최적의 모델과 가격을 유연하게 선택하여 AI 경험 향상을 도울 수 있습니다."
49
46
  },
47
+ "comfyui": {
48
+ "description": "강력한 오픈 소스 이미지, 비디오, 오디오 생성 워크플로우 엔진으로, SD FLUX Qwen Hunyuan WAN 등 첨단 모델을 지원하며, 노드 기반 워크플로우 편집과 프라이빗 배포 기능을 제공합니다"
49
+ },
50
50
  "deepseek": {
51
51
  "description": "DeepSeek는 인공지능 기술 연구 및 응용에 집중하는 회사로, 최신 모델인 DeepSeek-V2.5는 일반 대화 및 코드 처리 능력을 통합하고 인간의 선호 정렬, 작문 작업 및 지시 따르기 등에서 상당한 향상을 이루었습니다."
52
52
  },
@@ -81,6 +81,12 @@
81
81
  "522": "Het spijt ons, de server heeft een time-out op de verbinding, waardoor uw verzoek niet tijdig kon worden beantwoord. Dit kan te wijten zijn aan een onbetrouwbaar netwerk of de server is tijdelijk niet bereikbaar. Probeer het later opnieuw, we werken hard aan het herstellen van de service.",
82
82
  "524": "Het spijt ons, de server heeft een time-out terwijl hij op een antwoord wacht, mogelijk omdat de reactie te traag is. Probeer het later opnieuw.",
83
83
  "AgentRuntimeError": "Lobe language model runtime execution error, please troubleshoot or retry based on the following information",
84
+ "ComfyUIBizError": "Er is een fout opgetreden bij het aanvragen van de ComfyUI-service. Controleer de onderstaande informatie of probeer het opnieuw.",
85
+ "ComfyUIEmptyResult": "ComfyUI heeft geen afbeeldingen gegenereerd. Controleer de modelconfiguratie of probeer het opnieuw.",
86
+ "ComfyUIModelError": "Laden van het ComfyUI-model is mislukt. Controleer of het modelfile bestaat.",
87
+ "ComfyUIServiceUnavailable": "Kan geen verbinding maken met de ComfyUI-service. Controleer of ComfyUI correct werkt of of het serviceadres juist is geconfigureerd.",
88
+ "ComfyUIUploadFailed": "Uploaden van afbeelding naar ComfyUI is mislukt. Controleer de serververbinding of probeer het opnieuw.",
89
+ "ComfyUIWorkflowError": "Uitvoering van de ComfyUI-workflow is mislukt. Controleer de workflowconfiguratie.",
84
90
  "ConnectionCheckFailed": "Het verzoek heeft geen antwoord geleverd. Controleer of het API-proxyadres niet eindigt met `/v1`.",
85
91
  "CreateMessageError": "Het spijt ons, het bericht kon niet correct worden verzonden. Kopieer de inhoud en probeer het opnieuw. Na het vernieuwen van de pagina gaat dit bericht verloren.",
86
92
  "ExceededContextWindow": "De inhoud van de huidige aanvraag overschrijdt de lengte die het model kan verwerken. Verminder de hoeveelheid inhoud en probeer het opnieuw.",
@@ -100,6 +106,7 @@
100
106
  "InvalidAccessCode": "Ongeldige toegangscode: het wachtwoord is onjuist of leeg. Voer de juiste toegangscode in of voeg een aangepaste API-sleutel toe.",
101
107
  "InvalidBedrockCredentials": "Bedrock authentication failed, please check 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": "Ongeldige ComfyUI-configuratie. Controleer de instellingen en probeer het opnieuw.",
103
110
  "InvalidGithubToken": "Github Persoonlijke Toegangstoken is ongeldig of leeg, controleer de Github Persoonlijke Toegangstoken en probeer het opnieuw.",
104
111
  "InvalidOllamaArgs": "Ollama-configuratie is onjuist, controleer de Ollama-configuratie en probeer het opnieuw",
105
112
  "InvalidProviderAPIKey": "{{provider}} API-sleutel is onjuist of leeg. Controleer de {{provider}} API-sleutel en probeer het opnieuw.",
@@ -149,6 +156,11 @@
149
156
  "title": "Gebruik aangepaste {{name}} API-sleutel"
150
157
  },
151
158
  "closeMessage": "Sluit bericht",
159
+ "comfyui": {
160
+ "description": "Voer de juiste {{name}} verificatiegegevens in om te beginnen met het genereren van afbeeldingen.",
161
+ "modifyBaseUrl": "ComfyUI-serviceadres wijzigen",
162
+ "title": "Bevestig je {{name}} verificatiegegevens"
163
+ },
152
164
  "confirm": "Bevestigen en opnieuw proberen",
153
165
  "oauth": {
154
166
  "description": "De beheerder heeft een uniforme aanmeldingsverificatie ingeschakeld. Klik op de onderstaande knop om in te loggen en de app te ontgrendelen.",
@@ -82,6 +82,58 @@
82
82
  "title": "Cloudflare-account ID / API-URL"
83
83
  }
84
84
  },
85
+ "comfyui": {
86
+ "apiKey": {
87
+ "desc": "API-sleutel vereist voor Bearer Token-authenticatie",
88
+ "placeholder": "Voer API-sleutel in",
89
+ "required": "Voer API-sleutel in",
90
+ "title": "API-sleutel"
91
+ },
92
+ "authType": {
93
+ "desc": "Selecteer de authenticatiemethode voor verbinding met de ComfyUI-server",
94
+ "options": {
95
+ "basic": "Gebruikersnaam/Wachtwoord",
96
+ "bearer": "Bearer (API-sleutel)",
97
+ "custom": "Aangepaste request headers",
98
+ "none": "Geen authenticatie vereist"
99
+ },
100
+ "placeholder": "Selecteer authenticatietype",
101
+ "title": "Authenticatietype"
102
+ },
103
+ "baseURL": {
104
+ "desc": "Webadres voor toegang tot ComfyUI",
105
+ "placeholder": "http://127.0.0.1:8000",
106
+ "required": "Voer het ComfyUI-serviceadres in",
107
+ "title": "ComfyUI-serviceadres"
108
+ },
109
+ "checker": {
110
+ "desc": "Test of de verbinding correct is geconfigureerd",
111
+ "title": "Connectiviteitscontrole"
112
+ },
113
+ "customHeaders": {
114
+ "addButton": "Request header toevoegen",
115
+ "deleteTooltip": "Verwijder deze request header",
116
+ "desc": "Request headers vereist voor aangepaste authenticatie, in key-value formaat",
117
+ "duplicateKeyError": "Header-sleutels mogen niet worden herhaald",
118
+ "keyPlaceholder": "Sleutel",
119
+ "required": "Voer aangepaste request headers in",
120
+ "title": "Aangepaste request headers",
121
+ "valuePlaceholder": "Waarde"
122
+ },
123
+ "password": {
124
+ "desc": "Wachtwoord vereist voor basisauthenticatie",
125
+ "placeholder": "Voer wachtwoord in",
126
+ "required": "Voer wachtwoord in",
127
+ "title": "Wachtwoord"
128
+ },
129
+ "title": "ComfyUI",
130
+ "username": {
131
+ "desc": "Gebruikersnaam vereist voor basisauthenticatie",
132
+ "placeholder": "Voer gebruikersnaam in",
133
+ "required": "Voer gebruikersnaam in",
134
+ "title": "Gebruikersnaam"
135
+ }
136
+ },
85
137
  "createNewAiProvider": {
86
138
  "apiKey": {
87
139
  "placeholder": "Vul je API-sleutel in",
@@ -866,6 +866,39 @@
866
866
  "cohere/embed-v4.0": {
867
867
  "description": "Een model dat tekst, afbeeldingen of gemengde inhoud kan classificeren of omzetten in embeddings."
868
868
  },
869
+ "comfyui/flux-dev": {
870
+ "description": "FLUX.1 Dev - Hoogwaardige tekst-naar-beeldmodel, genereert in 10-50 stappen, geschikt voor hoogwaardige creatieve en artistieke toepassingen"
871
+ },
872
+ "comfyui/flux-kontext-dev": {
873
+ "description": "FLUX.1 Kontext-dev - Beeldbewerkingsmodel dat bestaande afbeeldingen kan aanpassen op basis van tekstinstructies, ondersteunt lokale aanpassingen en stijltransformatie"
874
+ },
875
+ "comfyui/flux-krea-dev": {
876
+ "description": "FLUX.1 Krea-dev - Versterkt veilig tekst-naar-beeldmodel, ontwikkeld in samenwerking met Krea, met ingebouwde veiligheidsfilters"
877
+ },
878
+ "comfyui/flux-schnell": {
879
+ "description": "FLUX.1 Schnell - Ultrasnel tekst-naar-beeldmodel, genereert hoogwaardige beelden in slechts 1-4 stappen, ideaal voor realtime toepassingen en snelle prototyping"
880
+ },
881
+ "comfyui/stable-diffusion-15": {
882
+ "description": "Stable Diffusion 1.5 tekst-naar-beeldmodel, klassiek 512x512 resolutie voor snelle prototyping en creatieve experimenten"
883
+ },
884
+ "comfyui/stable-diffusion-35": {
885
+ "description": "Stable Diffusion 3.5 - Nieuwe generatie tekst-naar-beeldmodel, beschikbaar in Large en Medium versies, vereist externe CLIP-encoderbestanden, levert uitstekende beeldkwaliteit en promptnauwkeurigheid"
886
+ },
887
+ "comfyui/stable-diffusion-35-inclclip": {
888
+ "description": "Stable Diffusion 3.5 met ingebouwde CLIP/T5-encoder, geen externe encoderbestanden nodig, geschikt voor modellen zoals sd3.5_medium_incl_clips, met lager resourceverbruik"
889
+ },
890
+ "comfyui/stable-diffusion-custom": {
891
+ "description": "Aangepast SD tekst-naar-beeldmodel. Gebruik bestandsnaam custom_sd_lobe.safetensors; indien VAE aanwezig, gebruik custom_sd_vae_lobe.safetensors. Modelbestanden moeten volgens Comfy-vereisten in de juiste map geplaatst worden"
892
+ },
893
+ "comfyui/stable-diffusion-custom-refiner": {
894
+ "description": "Aangepast SDXL beeld-naar-beeldmodel. Gebruik bestandsnaam custom_sd_lobe.safetensors; indien VAE aanwezig, gebruik custom_sd_vae_lobe.safetensors. Modelbestanden moeten volgens Comfy-vereisten in de juiste map geplaatst worden"
895
+ },
896
+ "comfyui/stable-diffusion-refiner": {
897
+ "description": "SDXL beeld-naar-beeldmodel, genereert hoogwaardige beeldtransformaties op basis van invoerafbeeldingen, ondersteunt stijltransformatie, beeldherstel en creatieve aanpassingen"
898
+ },
899
+ "comfyui/stable-diffusion-xl": {
900
+ "description": "SDXL tekst-naar-beeldmodel, ondersteunt hoge resolutie 1024x1024 beeldgeneratie, levert superieure beeldkwaliteit en detailweergave"
901
+ },
869
902
  "command": {
870
903
  "description": "Een instructievolgend dialoogmodel dat hoge kwaliteit en betrouwbaarheid biedt voor taaltaken, met een langere contextlengte dan ons basisgeneratiemodel."
871
904
  },