mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(settings): add 'show_only_sfw' setting to manage content visibility
This commit is contained in:
@@ -81,6 +81,7 @@ class SettingsManager:
|
||||
return {
|
||||
"civitai_api_key": "",
|
||||
"language": "en",
|
||||
"show_only_sfw": False, # Show only SFW content
|
||||
"enable_metadata_archive_db": False, # Enable metadata archive database
|
||||
"proxy_enabled": False, # Enable app-level proxy
|
||||
"proxy_host": "", # Proxy host
|
||||
|
||||
Reference in New Issue
Block a user