Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 18 additions & 0 deletions comfyui_embedded_docs/docs/APG/pt-BR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
> Esta documentação foi gerada por IA. Se você encontrar erros ou tiver sugestões de melhoria, sinta-se à vontade para contribuir! [Editar no GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/APG/pt-BR.md)

O nó APG (Adaptive Projected Guidance, ou Orientação por Projeção Adaptativa) modifica o processo de amostragem ajustando a forma como a orientação (guidance) é aplicada durante a difusão. Ele separa o vetor de orientação em componentes paralelos e ortogonais em relação à saída condicional, permitindo uma geração de imagem mais controlada. O nó fornece parâmetros para dimensionar a orientação, normalizar sua magnitude e aplicar momentum para transições mais suaves entre os passos de difusão.

## Entradas

| Parâmetro | Tipo de Dado | Tipo de Entrada | Padrão | Intervalo | Descrição |
|-----------|-----------|------------|---------|-------|-------------|
| `model` | MODEL | Obrigatório | - | - | O modelo de difusão ao qual aplicar a orientação por projeção adaptativa |
| `eta` | FLOAT | Obrigatório | 1.0 | -10.0 a 10.0 | Controla a escala do vetor de orientação paralela. O comportamento padrão do CFG ocorre com o valor 1. |
| `norm_threshold` | FLOAT | Obrigatório | 5.0 | 0.0 a 50.0 | Normaliza o vetor de orientação para este valor. A normalização é desativada com o valor 0. |
| `momentum` | FLOAT | Obrigatório | 0.0 | -5.0 a 1.0 | Controla uma média móvel da orientação durante a difusão, desativada com o valor 0. |

## Saídas

| Nome da Saída | Tipo de Dado | Descrição |
|-------------|-----------|-------------|
| `model` | MODEL | Retorna o modelo modificado com a orientação por projeção adaptativa aplicada ao seu processo de amostragem |
24 changes: 24 additions & 0 deletions comfyui_embedded_docs/docs/AddNoise/pt-BR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
> Esta documentação foi gerada por IA. Se você encontrar erros ou tiver sugestões de melhoria, sinta-se à vontade para contribuir! [Editar no GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddNoise/pt-BR.md)

# AddNoise

Este nó adiciona ruído controlado a uma imagem latente usando parâmetros de ruído e valores sigma especificados. Ele processa a entrada através do sistema de amostragem do modelo para aplicar uma escala de ruído apropriada para a faixa sigma fornecida.

## Como Funciona

O nó recebe uma imagem latente e aplica ruído a ela com base no gerador de ruído e nos valores sigma fornecidos. Primeiro, ele verifica se há sigmas fornecidos - se não houver, retorna a imagem latente original inalterada. Em seguida, o nó utiliza o sistema de amostragem do modelo para processar a imagem latente e aplicar ruído escalonado. A escala do ruído é determinada pela diferença entre o primeiro e o último valor sigma quando múltiplos sigmas são fornecidos, ou pelo valor sigma único quando apenas um está disponível. Imagens latentes vazias (contendo apenas zeros) não são deslocadas durante o processamento. A saída final é uma nova representação latente com o ruído aplicado, com quaisquer valores NaN ou infinitos convertidos para zeros para garantir estabilidade.

## Entradas

| Parâmetro | Tipo de Dados | Tipo de Entrada | Padrão | Intervalo | Descrição |
|-----------|-----------|------------|---------|-------|-------------|
| `model` | MODEL | Obrigatório | - | - | O modelo que contém os parâmetros de amostragem e funções de processamento |
| `noise` | NOISE | Obrigatório | - | - | O gerador de ruído que produz o padrão de ruído base |
| `sigmas` | SIGMAS | Obrigatório | - | - | Valores sigma que controlam a intensidade da escala do ruído |
| `latent_image` | LATENT | Obrigatório | - | - | A representação latente de entrada à qual o ruído será adicionado |

## Saídas

| Nome da Saída | Tipo de Dados | Descrição |
|-------------|-----------|-------------|
| `LATENT` | LATENT | A representação latente modificada com ruído adicionado |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/ar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> تم إنشاء هذه الوثيقة بواسطة الذكاء الاصطناعي. إذا وجدت أي أخطاء أو لديك اقتراحات للتحسين، فلا تتردد في المساهمة! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/ar.md)

يُعدِّل عُقدة Add Text Prefix النص عن طريق إضافة سلسلة نصية محددة إلى بداية كل نص مُدخل. تأخذ النص وبادئة كمدخلات، ثم تُرجع النتيجة المدمجة.

## المدخلات

| المعامل | نوع البيانات | إلزامي | النطاق | الوصف |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | نعم | | النص الذي ستُضاف إليه البادئة. |
| `prefix` | STRING | لا | | السلسلة النصية التي ستُضاف إلى بداية النص (القيمة الافتراضية: ""). |

## المخرجات

| اسم المخرج | نوع البيانات | الوصف |
|-------------|-----------|-------------|
| `text` | STRING | النص الناتج بعد إضافة البادئة إلى مقدمته. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/en.md)

The Add Text Prefix node modifies text by adding a specified string to the beginning of each input text. It takes the text and a prefix as input, then returns the combined result.

## Inputs

| Parameter | Data Type | Required | Range | Description |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Yes | | The text to which the prefix will be added. |
| `prefix` | STRING | No | | The string to add to the beginning of the text (default: ""). |

## Outputs

| Output Name | Data Type | Description |
|-------------|-----------|-------------|
| `text` | STRING | The resulting text with the prefix added to the front. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/es.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> Esta documentación fue generada por IA. Si encuentra algún error o tiene sugerencias de mejora, ¡no dude en contribuir! [Editar en GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/es.md)

El nodo Add Text Prefix modifica texto añadiendo una cadena específica al principio de cada texto de entrada. Toma el texto y un prefijo como entrada, y luego devuelve el resultado combinado.

## Entradas

| Parámetro | Tipo de Dato | Requerido | Rango | Descripción |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Sí | | El texto al que se le añadirá el prefijo. |
| `prefix` | STRING | No | | La cadena que se añadirá al principio del texto (valor por defecto: ""). |

## Salidas

| Nombre de Salida | Tipo de Dato | Descripción |
|-------------|-----------|-------------|
| `text` | STRING | El texto resultante con el prefijo añadido al frente. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> Cette documentation a été générée par IA. Si vous trouvez des erreurs ou avez des suggestions d'amélioration, n'hésitez pas à contribuer ! [Modifier sur GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/fr.md)

Le nœud Add Text Prefix modifie du texte en ajoutant une chaîne spécifiée au début de chaque texte d'entrée. Il prend le texte et un préfixe en entrée, puis renvoie le résultat combiné.

## Entrées

| Paramètre | Type de données | Requis | Plage | Description |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Oui | | Le texte auquel le préfixe sera ajouté. |
| `prefix` | STRING | Non | | La chaîne de caractères à ajouter au début du texte (par défaut : ""). |

## Sorties

| Nom de la sortie | Type de données | Description |
|-------------|-----------|-------------|
| `text` | STRING | Le texte résultant avec le préfixe ajouté au début. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください! [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/ja.md)

Add Text Prefix ノードは、指定された文字列を各入力テキストの先頭に追加することでテキストを変更します。テキストと接頭辞を入力として受け取り、結合された結果を返します。

## 入力

| パラメータ | データ型 | 必須 | 範囲 | 説明 |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | はい | | 接頭辞を追加する対象のテキストです。 |
| `prefix` | STRING | いいえ | | テキストの先頭に追加する文字列です(デフォルト: "")。 |

## 出力

| 出力名 | データ型 | 説明 |
|-------------|-----------|-------------|
| `text` | STRING | 先頭に接頭辞が追加された結果のテキストです。 |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/ko.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/ko.md)

Add Text Prefix 노드는 각 입력 텍스트의 시작 부분에 지정된 문자열을 추가하여 텍스트를 수정합니다. 텍스트와 접두사를 입력으로 받아 결합된 결과를 반환합니다.

## 입력

| 매개변수 | 데이터 타입 | 필수 | 범위 | 설명 |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | 예 | | 접두사가 추가될 텍스트입니다. |
| `prefix` | STRING | 아니요 | | 텍스트 시작 부분에 추가할 문자열입니다 (기본값: ""). |

## 출력

| 출력 이름 | 데이터 타입 | 설명 |
|-------------|-----------|-------------|
| `text` | STRING | 접두사가 앞에 추가된 결과 텍스트입니다. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/pt-BR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> Esta documentação foi gerada por IA. Se você encontrar erros ou tiver sugestões de melhoria, sinta-se à vontade para contribuir! [Editar no GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/pt-BR.md)

O nó Add Text Prefix modifica o texto adicionando uma string especificada ao início de cada texto de entrada. Ele recebe o texto e um prefixo como entrada e retorna o resultado combinado.

## Entradas

| Parâmetro | Tipo de Dados | Obrigatório | Intervalo | Descrição |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Sim | | O texto ao qual o prefixo será adicionado. |
| `prefix` | STRING | Não | | A string a ser adicionada ao início do texto (padrão: ""). |

## Saídas

| Nome da Saída | Tipo de Dados | Descrição |
|-------------|-----------|-------------|
| `text` | STRING | O texto resultante com o prefixo adicionado à frente. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> Эта документация была создана с помощью ИИ. Если вы обнаружите ошибки или у вас есть предложения по улучшению, пожалуйста, внесите свой вклад! [Редактировать на GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/ru.md)

Узел Add Text Prefix изменяет текст, добавляя указанную строку в начало каждого входного текста. Он принимает текст и префикс на вход и возвращает объединённый результат.

## Входные параметры

| Параметр | Тип данных | Обязательный | Диапазон | Описание |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Да | | Текст, к которому будет добавлен префикс. |
| `prefix` | STRING | Нет | | Строка, добавляемая в начало текста (по умолчанию: ""). |

## Выходные параметры

| Название выхода | Тип данных | Описание |
|-------------|-----------|-------------|
| `text` | STRING | Результирующий текст с добавленным в начало префиксом. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/tr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> Bu belge yapay zeka tarafından oluşturulmuştur. Herhangi bir hata bulursanız veya iyileştirme önerileriniz varsa, katkıda bulunmaktan çekinmeyin! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/tr.md)

Add Text Prefix düğümü, her bir giriş metninin başına belirli bir dize ekleyerek metni değiştirir. Metni ve bir ön eki girdi olarak alır, ardından birleştirilmiş sonucu döndürür.

## Girişler

| Parametre | Veri Türü | Zorunlu | Aralık | Açıklama |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Evet | | Ön ekin ekleneceği metin. |
| `prefix` | STRING | Hayır | | Metnin başına eklenecek dize (varsayılan: ""). |

## Çıkışlar

| Çıkış Adı | Veri Türü | Açıklama |
|-------------|-----------|-------------|
| `text` | STRING | Ön ekin başa eklendiği sonuç metni. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> 本文檔由 AI 生成。如果您發現任何錯誤或有改進建議,歡迎貢獻! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/zh-TW.md)

此節點透過在每個輸入文字的開頭添加指定的字串來修改文字。它接收文字和字首作為輸入,然後返回組合後的結果。

## 輸入參數

| 參數名稱 | 資料類型 | 必填 | 數值範圍 | 描述 |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | 是 | | 將要添加字首的文字。 |
| `prefix` | STRING | 否 | | 要添加到文字開頭的字串(預設值:"")。 |

## 輸出結果

| 輸出名稱 | 資料類型 | 描述 |
|-------------|-----------|-------------|
| `text` | STRING | 在開頭添加了字首後產生的文字。 |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextPrefix/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> 本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextPrefix/zh.md)

Add Text Prefix 节点通过在每个输入文本的开头添加指定字符串来修改文本。它接收文本和前缀作为输入,然后返回组合后的结果。

## 输入参数

| 参数名 | 数据类型 | 必填 | 取值范围 | 描述 |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | 是 | | 需要添加前缀的文本。 |
| `prefix` | STRING | 否 | | 要添加到文本开头的字符串(默认值:"")。 |

## 输出结果

| 输出名称 | 数据类型 | 描述 |
|-------------|-----------|-------------|
| `text` | STRING | 将前缀添加到开头后得到的文本。 |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextSuffix/ar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> تم إنشاء هذه الوثيقة بواسطة الذكاء الاصطناعي. إذا وجدت أي أخطاء أو لديك اقتراحات للتحسين، فلا تتردد في المساهمة! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextSuffix/ar.md)

يقوم هذا العقد بإلحاق لاحقة محددة بنهاية سلسلة نصية مُدخلة. يأخذ النص الأصلي واللاحقة كمدخلات، ثم يُرجع النتيجة المدمجة.

## المدخلات

| المعامل | نوع البيانات | مطلوب | النطاق | الوصف |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | نعم | | النص الأصلي الذي ستُضاف إليه اللاحقة. |
| `suffix` | STRING | لا | | اللاحقة التي ستُضاف إلى النص (القيمة الافتراضية: ""). |

## المخرجات

| اسم المخرج | نوع البيانات | الوصف |
|-------------|-----------|-------------|
| `text` | STRING | النص الناتج بعد إلحاق اللاحقة. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextSuffix/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextSuffix/en.md)

This node appends a specified suffix to the end of an input text string. It takes the original text and the suffix as inputs, then returns the combined result.

## Inputs

| Parameter | Data Type | Required | Range | Description |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Yes | | The original text to which the suffix will be added. |
| `suffix` | STRING | No | | The suffix to add to the text (default: ""). |

## Outputs

| Output Name | Data Type | Description |
|-------------|-----------|-------------|
| `text` | STRING | The resulting text after the suffix has been appended. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextSuffix/es.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> Esta documentación fue generada por IA. Si encuentra algún error o tiene sugerencias de mejora, ¡no dude en contribuir! [Editar en GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextSuffix/es.md)

Este nodo añade un sufijo especificado al final de una cadena de texto de entrada. Toma el texto original y el sufijo como entradas, y luego devuelve el resultado combinado.

## Entradas

| Parámetro | Tipo de Dato | Obligatorio | Rango | Descripción |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Sí | | El texto original al que se le añadirá el sufijo. |
| `suffix` | STRING | No | | El sufijo que se añadirá al texto (valor por defecto: ""). |

## Salidas

| Nombre de Salida | Tipo de Dato | Descripción |
|-------------|-----------|-------------|
| `text` | STRING | El texto resultante después de haber añadido el sufijo. |
16 changes: 16 additions & 0 deletions comfyui_embedded_docs/docs/AddTextSuffix/fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> Cette documentation a été générée par IA. Si vous trouvez des erreurs ou avez des suggestions d'amélioration, n'hésitez pas à contribuer ! [Modifier sur GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AddTextSuffix/fr.md)

Ce nœud ajoute un suffixe spécifié à la fin d'une chaîne de texte d'entrée. Il prend le texte original et le suffixe en entrées, puis renvoie le résultat combiné.

## Entrées

| Paramètre | Type de données | Requis | Plage | Description |
|-----------|-----------|----------|-------|-------------|
| `text` | STRING | Oui | | Le texte original auquel le suffixe sera ajouté. |
| `suffix` | STRING | Non | | Le suffixe à ajouter au texte (par défaut : ""). |

## Sorties

| Nom de la sortie | Type de données | Description |
|-------------|-----------|-------------|
| `text` | STRING | Le texte résultant après l'ajout du suffixe. |
Loading
Loading