mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Initialize internalValue with default RandomizerConfig object instead of undefined to prevent frontend from sending empty string to backend when widget is first created. This fixes the 'str' object has no attribute 'get' error that occurred when running a newly created Lora Randomizer node before any user interaction. Fixes #4