mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
cleanup diag logging
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -102,6 +102,8 @@ def analyze():
|
||||
keys = sd_models.get_signature(shared.sd_model).keys()
|
||||
model.modules.clear()
|
||||
for k in keys: # pylint: disable=protected-access
|
||||
if k.startswith('_'):
|
||||
continue
|
||||
component = getattr(shared.sd_model, k, None)
|
||||
module = Module(k, component)
|
||||
model.modules.append(module)
|
||||
|
||||
Reference in New Issue
Block a user