mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
major controlnet work, xinsir promax and tiling support
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -1057,6 +1057,11 @@ def get_signature(cls):
|
||||
return signature.parameters
|
||||
|
||||
|
||||
def get_call(cls):
|
||||
signature = inspect.signature(cls.__call__, follow_wrapped=True, eval_str=True)
|
||||
return signature.parameters
|
||||
|
||||
|
||||
def switch_pipe(cls: diffusers.DiffusionPipeline, pipeline: diffusers.DiffusionPipeline = None, force = False, args = {}):
|
||||
"""
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user