Nodes/comfyui-AGSoft/AGSoft KSampler
ComfyUI Node

AGSoft KSampler

Uses the provided model, positive and negative conditioning to denoise the latent image. Includes built-in VAE decoding and parameter logging. Использует указанную модель и позитивное/негативное условия для денойзинга латентного изображения. Включает встроенный VAE-декодер и логирование параметров.

By Art-xmaster·Created 11 months ago·Updated 22 days ago· 20
AGSoft KSampler
  • model
  • positive
  • negative
  • latent_image
  • vae
  • latent
  • image
  • seed_str
  • steps_str
  • cfg_str
  • sampler_str
  • scheduler_str
  • denoise_str
  • params_json
seed0
steps20
cfg8.0
sampler_name
scheduler
denoise1.00
CategoryAGSoft/Utility

Inputs (11)

NameTypeDefaultDescription
modelMODELThe model used for denoising the input latent. Модель, используемая для денойзинга входного латентного изображения.
seedINT00–18446744073709550000The random seed used for creating the noise. Случайный сид, используемый для генерации шума.
stepsINT201–10000The number of steps used in the denoising process. Количество шагов, используемых в процессе денойзинга.
cfgFLOAT8.00–100The Classifier-Free Guidance scale balances creativity and adherence to the prompt. Higher values result in images more closely matching the prompt however too high values will negatively impact quality. Масштаб Classifier-Free Guidance (CFG) балансирует между креативностью и следованием промпту. Более высокие значения дают изображения, точнее соответствующие промпту, но чрезмерно высокие значения ухудшают качество.
sampler_nameCOMBOThe algorithm used when sampling, this can affect the quality, speed, and style of the generated output. Алгоритм, используемый при сэмплировании; может влиять на качество, скорость и стиль генерируемого изображения.
schedulerCOMBOThe scheduler controls how noise is gradually removed to form the image. Планировщик определяет, как шум постепенно удаляется для формирования изображения.
positiveCONDITIONINGThe conditioning describing the attributes you want to include in the image. Условие, описывающее атрибуты, которые вы хотите включить в изображение.
negativeCONDITIONINGThe conditioning describing the attributes you want to exclude from the image. Условие, описывающее атрибуты, которые вы хотите исключить из изображения.
latent_imageLATENTThe latent image to denoise. Латентное изображение для денойзинга.
denoiseFLOAT1.000–1The amount of denoising applied, lower values will maintain the structure of the initial image allowing for image to image sampling. Степень применяемого денойзинга; более низкие значения сохраняют структуру исходного изображения, что позволяет использовать режим image-to-image.
vaeoptVAEThe VAE model used for decoding the latent into an image (optional). VAE-модель для декодирования латента в изображение (опционально).

Outputs (9)

NameTypeDescription
latentLATENTThe denoised latent. Деноизированный латент.
imageIMAGEThe decoded image (if VAE is connected). Декодированное изображение (если подключен VAE).
seed_strSTRINGSeed as string. Сид в виде строки.
steps_strSTRINGSteps as string. Количество шагов в виде строки.
cfg_strSTRINGCFG as string. Значение CFG в виде строки.
sampler_strSTRINGSampler name. Имя сэмплера.
scheduler_strSTRINGScheduler name. Имя планировщика.
denoise_strSTRINGDenoise level as string. Уровень денойзинга в виде строки.
params_jsonSTRINGFull parameters as JSON. Полные параметры в формате JSON.