mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
fix(settings): add default_unet_root to SYNC_KEYS for proper frontend sync
The default_unet_root setting was not being synced from backend to frontend because it was missing from the _SYNC_KEYS tuple in misc_handlers.py. This caused the "Default Diffusion Model Root" setting to always display "No Default" even when a valid path was configured in settings.json.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
.settings-modal {
|
||||
max-width: 650px; /* Further increased from 600px for more space */
|
||||
max-width: 700px; /* Further increased from 600px for more space */
|
||||
}
|
||||
|
||||
.settings-header {
|
||||
|
||||
Reference in New Issue
Block a user