mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
8 lines
132 B
Python
8 lines
132 B
Python
controlnet_softness = None
|
|
|
|
|
|
def set_all_advanced_parameters(*args):
|
|
global controlnet_softness
|
|
|
|
controlnet_softness = args
|