🛠AGSoft KSampler options_lora
Find the strength where your LoRA stops ruining faces
- model
- clip
- model
- clip
- options
- current_str
- status
🛠AGSoft KSampler options_lora answers a question every LoRA raises and almost nobody tests properly: what strength should this thing actually be? The community consensus - 1.0 is usually too strong, 0.5–0.8 is the working range - is the starting point, not the answer. Different LoRAs fold differently, and the one that flatters your style at 0.7 might be welding a second nose onto every portrait at 0.9.
This node gives you a column of strengths, one image each, in a single queue run.
Why it's built the way it is
The whole design turns on the fact that patching a LoRA into a model isn't free but is cheap, so the series can live inside one execution. Here's the split, straight from the source:
In series mode the model you pass in goes to AGSoft KSampler unpatched. This node instead hands over a list of overrides - lora_name, strength_model, and strength_clip if clip is connected - and the KSampler patches a model clone per item before sampling. Same seed, same everything else, one clone per strength. That's the experiment you want: any difference in the batch is attributable to the strength and nothing else.
clip is genuinely optional, not decoratively optional. If you don't connect it, no clip keys exist anywhere in the pipeline and the clip output passes nothing. If you do connect it, current mode patches your CLIP at the current pair on the spot - but in series mode the clip strengths only ride along in the options and in the captions, because the conditioning gets encoded once further up the graph. Read that as: sweeping clip strength alone needs current mode. Sweeping model strength is what series mode is for.
The controls
Five inputs matter. model - the model you're testing. lora_name - picked from your models/loras folder. output_mode - series (one run, batched images) or current (one pair per run via a server-side counter, so bring Auto-Queue). And then two values per row: strength_m_N for MODEL and strength_c_N for CLIP.
Up to thirty rows, each with an enabled_N toggle, and clearing strength_m_N skips that row. The strengths ship as string fields with a horizontal stepper in the node UI: ◄/► steps by 0.05, Shift-click by 0.01. That's a nicer way to walk from 0.4 to 1.0 than typing decimals.
Outputs: model (unpatched in series - wire it into the KSampler), clip (only meaningful if you connected one), options (into the KSampler's options input), current_str - lines like lora = myStyle_v3, model = 0.75, clip = 0.75 - and status. Feed current_str into Contact Sheet and you have a captioned strength ladder in one image, which is the fastest way I know to pick a number.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/Art-xmaster/comfyui-AGSoft
# restart ComfyUI
Manager → search comfyui-AGSoft. Nothing extra to download; the node reads your existing LoRA list.
Gotchas
lora_name shows only __none__. That's the fallback when the node finds no files in models/loras at load time. Either you have no LoRAs installed in the right folder, or the list was empty when ComfyUI started. With __none__ selected the node returns an empty options dict and no patching happens - nothing errors, you just get base-model images.
Architecture mismatch. A LoRA trained for one family generally won't behave on another, and the dropdown doesn't police that. If the ladder looks like noise at every strength, suspect the LoRA/checkpoint pairing before the node.
Trigger words still matter. A strength sweep on a character LoRA whose trigger word is missing from your prompt is testing the wrong thing.
Keep the seed fixed. Series mode re-samples the same latent at each strength, which is precisely the disciplined comparison the debugging guides ask for: change one variable, hold the rest. If you were relying on the KSampler's seed being randomized per run, you're about to lose that comparison - set it to fixed first.
Inputs (98)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Model under test. In series mode it passes through UNPATCHED: the KSampler patches a clone per series item. In current mode it is patched here at the current pair. --- Тестируемая модель. В series проходит БЕЗ патча: KSampler патчит клон на каждый элемент серии. В current патчится здесь текущей парой. | |
| lora_name | COMBO | The LoRA file under test (from models/loras). --- Тестируемый файл LoRA (из models/loras). | |
| output_mode | COMBO | series | series: the whole strength series runs inside ONE queue run (KSampler loops, images batched); model strength applies per item, clip strength rides in options/labels. current: one pair per queue run, model AND clip are patched here (server counter, Auto-Queue or manual index). --- series: вся серия сил за ОДИН прогон (KSampler крутит сам, картинки батчем); сила model применяется на каждый элемент, сила clip едет в options/подписях. current: одна пара за прогон, патчатся model И clip (серверный счётчик, Auto-Queue или ручной index). |
| mode | COMBO | current mode only: increment advances one row per queue run; fixed uses index. --- Только current: increment двигает строку каждый прогон; fixed использует index. | |
| index | INT | 11–30 | current mode: start/manual row (1-based). Ignored in series. --- current: стартовая/ручная строка (с 1). В series игнорируется. |
| loop | BOOLEAN | true | current mode: wrap to the first row at series end. --- current: переходить к первой строке в конце серии. |
| active_rows | INT | 21–30 | Internal: row count, controlled by + Add / – Remove (widget hidden). --- Служебный: число строк, управляется + Add / – Remove (виджет скрыт). |
| enabled_1 | BOOLEAN | true | Row 1: enable/disable this strength pair. --- Строка 1: включить/выключить эту пару сил. |
| strength_m_1 | STRING | 1 | Row 1: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 1: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_1 | STRING | 1 | Row 1: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 1: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_2 | BOOLEAN | true | Row 2: enable/disable this strength pair. --- Строка 2: включить/выключить эту пару сил. |
| strength_m_2 | STRING | 1 | Row 2: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 2: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_2 | STRING | 1 | Row 2: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 2: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_3 | BOOLEAN | true | Row 3: enable/disable this strength pair. --- Строка 3: включить/выключить эту пару сил. |
| strength_m_3 | STRING | 1 | Row 3: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 3: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_3 | STRING | 1 | Row 3: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 3: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_4 | BOOLEAN | true | Row 4: enable/disable this strength pair. --- Строка 4: включить/выключить эту пару сил. |
| strength_m_4 | STRING | 1 | Row 4: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 4: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_4 | STRING | 1 | Row 4: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 4: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_5 | BOOLEAN | true | Row 5: enable/disable this strength pair. --- Строка 5: включить/выключить эту пару сил. |
| strength_m_5 | STRING | 1 | Row 5: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 5: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_5 | STRING | 1 | Row 5: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 5: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_6 | BOOLEAN | true | Row 6: enable/disable this strength pair. --- Строка 6: включить/выключить эту пару сил. |
| strength_m_6 | STRING | 1 | Row 6: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 6: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_6 | STRING | 1 | Row 6: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 6: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_7 | BOOLEAN | true | Row 7: enable/disable this strength pair. --- Строка 7: включить/выключить эту пару сил. |
| strength_m_7 | STRING | 1 | Row 7: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 7: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_7 | STRING | 1 | Row 7: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 7: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_8 | BOOLEAN | true | Row 8: enable/disable this strength pair. --- Строка 8: включить/выключить эту пару сил. |
| strength_m_8 | STRING | 1 | Row 8: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 8: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_8 | STRING | 1 | Row 8: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 8: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_9 | BOOLEAN | true | Row 9: enable/disable this strength pair. --- Строка 9: включить/выключить эту пару сил. |
| strength_m_9 | STRING | 1 | Row 9: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 9: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_9 | STRING | 1 | Row 9: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 9: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_10 | BOOLEAN | true | Row 10: enable/disable this strength pair. --- Строка 10: включить/выключить эту пару сил. |
| strength_m_10 | STRING | 1 | Row 10: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 10: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_10 | STRING | 1 | Row 10: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 10: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_11 | BOOLEAN | true | Row 11: enable/disable this strength pair. --- Строка 11: включить/выключить эту пару сил. |
| strength_m_11 | STRING | 1 | Row 11: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 11: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_11 | STRING | 1 | Row 11: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 11: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_12 | BOOLEAN | true | Row 12: enable/disable this strength pair. --- Строка 12: включить/выключить эту пару сил. |
| strength_m_12 | STRING | 1 | Row 12: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 12: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_12 | STRING | 1 | Row 12: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 12: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_13 | BOOLEAN | true | Row 13: enable/disable this strength pair. --- Строка 13: включить/выключить эту пару сил. |
| strength_m_13 | STRING | 1 | Row 13: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 13: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_13 | STRING | 1 | Row 13: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 13: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_14 | BOOLEAN | true | Row 14: enable/disable this strength pair. --- Строка 14: включить/выключить эту пару сил. |
| strength_m_14 | STRING | 1 | Row 14: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 14: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_14 | STRING | 1 | Row 14: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 14: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_15 | BOOLEAN | true | Row 15: enable/disable this strength pair. --- Строка 15: включить/выключить эту пару сил. |
| strength_m_15 | STRING | 1 | Row 15: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 15: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_15 | STRING | 1 | Row 15: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 15: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_16 | BOOLEAN | true | Row 16: enable/disable this strength pair. --- Строка 16: включить/выключить эту пару сил. |
| strength_m_16 | STRING | 1 | Row 16: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 16: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_16 | STRING | 1 | Row 16: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 16: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_17 | BOOLEAN | true | Row 17: enable/disable this strength pair. --- Строка 17: включить/выключить эту пару сил. |
| strength_m_17 | STRING | 1 | Row 17: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 17: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_17 | STRING | 1 | Row 17: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 17: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_18 | BOOLEAN | true | Row 18: enable/disable this strength pair. --- Строка 18: включить/выключить эту пару сил. |
| strength_m_18 | STRING | 1 | Row 18: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 18: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_18 | STRING | 1 | Row 18: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 18: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_19 | BOOLEAN | true | Row 19: enable/disable this strength pair. --- Строка 19: включить/выключить эту пару сил. |
| strength_m_19 | STRING | 1 | Row 19: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 19: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_19 | STRING | 1 | Row 19: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 19: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_20 | BOOLEAN | true | Row 20: enable/disable this strength pair. --- Строка 20: включить/выключить эту пару сил. |
| strength_m_20 | STRING | 1 | Row 20: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 20: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_20 | STRING | 1 | Row 20: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 20: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_21 | BOOLEAN | true | Row 21: enable/disable this strength pair. --- Строка 21: включить/выключить эту пару сил. |
| strength_m_21 | STRING | 1 | Row 21: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 21: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_21 | STRING | 1 | Row 21: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 21: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_22 | BOOLEAN | true | Row 22: enable/disable this strength pair. --- Строка 22: включить/выключить эту пару сил. |
| strength_m_22 | STRING | 1 | Row 22: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 22: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_22 | STRING | 1 | Row 22: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 22: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_23 | BOOLEAN | true | Row 23: enable/disable this strength pair. --- Строка 23: включить/выключить эту пару сил. |
| strength_m_23 | STRING | 1 | Row 23: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 23: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_23 | STRING | 1 | Row 23: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 23: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_24 | BOOLEAN | true | Row 24: enable/disable this strength pair. --- Строка 24: включить/выключить эту пару сил. |
| strength_m_24 | STRING | 1 | Row 24: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 24: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_24 | STRING | 1 | Row 24: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 24: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_25 | BOOLEAN | true | Row 25: enable/disable this strength pair. --- Строка 25: включить/выключить эту пару сил. |
| strength_m_25 | STRING | 1 | Row 25: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 25: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_25 | STRING | 1 | Row 25: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 25: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_26 | BOOLEAN | true | Row 26: enable/disable this strength pair. --- Строка 26: включить/выключить эту пару сил. |
| strength_m_26 | STRING | 1 | Row 26: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 26: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_26 | STRING | 1 | Row 26: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 26: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_27 | BOOLEAN | true | Row 27: enable/disable this strength pair. --- Строка 27: включить/выключить эту пару сил. |
| strength_m_27 | STRING | 1 | Row 27: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 27: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_27 | STRING | 1 | Row 27: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 27: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_28 | BOOLEAN | true | Row 28: enable/disable this strength pair. --- Строка 28: включить/выключить эту пару сил. |
| strength_m_28 | STRING | 1 | Row 28: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 28: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_28 | STRING | 1 | Row 28: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 28: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_29 | BOOLEAN | true | Row 29: enable/disable this strength pair. --- Строка 29: включить/выключить эту пару сил. |
| strength_m_29 | STRING | 1 | Row 29: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 29: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_29 | STRING | 1 | Row 29: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 29: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| enabled_30 | BOOLEAN | true | Row 30: enable/disable this strength pair. --- Строка 30: включить/выключить эту пару сил. |
| strength_m_30 | STRING | 1 | Row 30: LoRA MODEL strength (default 1; clear to skip the row). Horizontal stepper in UI: ◄/► click ±0.05, Shift ±0.01. --- Строка 30: сила LoRA для MODEL (по умолчанию 1; пусто = пропуск строки). Горизонтальный степер в UI: ◄/► клик ±0.05, Shift ±0.01. |
| strength_c_30 | STRING | 1 | Row 30: LoRA CLIP strength (default 1). Used in current mode; in series it rides in options/labels. Ignored entirely when clip is not connected. Horizontal stepper in UI. --- Строка 30: сила LoRA для CLIP (по умолчанию 1). Применяется в current; в series едет в options/подписях. Полностью игнорируется, если clip не подключён. Горизонтальный степер в UI. |
| clipopt | CLIP | Optional CLIP. If NOT connected: no clip keys are created anywhere and the clip output passes nothing (None). If connected: patched with the clip strength in current mode; in series its strengths ride in options/labels. --- Опциональный CLIP. Если НЕ подключён: ключи clip не создаются нигде и выход clip не передаёт ничего (None). Если подключён: в current патчится силой clip; в series его силы едут в options/подписях. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| model | MODEL | Series: unpatched model (KSampler patches per item). Current: model patched at the current pair. Series: модель без патча (KSampler патчит сам). Current: модель с патчем текущей пары. |
| clip | CLIP | CLIP only when connected: patched at the current pair in current mode, passthrough in series. Not connected = nothing passed (None). CLIP только если подключён: в current с патчем текущей пары, в series проход. Не подключён = ничего не передаётся (None). |
| options | KSAMPLER_OPTIONS | Series: list of LoRA overrides for AGSoft KSampler (one per item, strength_clip included only when clip is connected). Current: service dict. Series: список LoRA-переопределений для AGSoft KSampler (по элементу; strength_clip только если clip подключён). Current: служебный словарь. |
| current_str | STRING | Current value(s) as 'lora = name, model = x[, clip = y]' (one line per series item; clip part only when clip is connected). Текущее значение(я) в виде 'lora = name, model = x[, clip = y]' (по строке на элемент; часть clip только если clip подключён). |
| status | STRING | Progress status. Статус прогресса. |