mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-06 08:26:45 -03:00
shouldBypassAutocompleteWidgetMigration only matched inputs by widget name, but ComfyUI's migrateWidgetsValues also matches forceInput inputs (like "seed"). This discrepancy meant the bypass never triggered for TextLM/PromptLM nodes, causing migrateWidgetsValues to filter out real widget values by incorrectly mapping forceInput flags onto saved autocomplete values. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>