fix default settings by not marking non managed fields as do_not_save

This commit is contained in:
Tran Xen
2023-08-24 19:20:31 +02:00
parent d0c56ae6ef
commit 2e718ee4ae
5 changed files with 10 additions and 14 deletions
-3
View File
@@ -111,9 +111,6 @@ class FaceSwapScript(scripts.Script):
# If the order is modified, the before_process should be changed accordingly.
components = components + post_processing
# Ask sd to not store in ui-config.json
for component in components:
setattr(component, "do_not_save_to_config", True)
return components