Add reduce_motion config and OS detection
This commit is contained in:
@@ -58,7 +58,10 @@ DEFAULT_SETTINGS = {
|
||||
|
||||
|
||||
# Low VRAM Mode
|
||||
"unload_models_after_use": False # If True, models are unloaded immediately to free VRAM
|
||||
"unload_models_after_use": False, # If True, models are unloaded immediately to free VRAM
|
||||
|
||||
# Accessibility
|
||||
"reduce_motion": False # Disable animations for WCAG 2.3.3
|
||||
}
|
||||
|
||||
class ConfigManager:
|
||||
|
||||
Reference in New Issue
Block a user