mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
control units mixing
This commit is contained in:
@@ -37,7 +37,7 @@ class Unit(): # mashup of gradio controls and mapping to actual implementation c
|
||||
result_txt = None,
|
||||
extra_controls: list = [], # noqa B006
|
||||
):
|
||||
self.enabled = enabled or True
|
||||
self.enabled = enabled or False
|
||||
self.type = unit_type
|
||||
self.strength = strength or 1.0
|
||||
self.start = start or 0
|
||||
|
||||
Reference in New Issue
Block a user