mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-08 17:09:59 +00:00
lllllllite
This commit is contained in:
@@ -13,7 +13,7 @@ class ControlModelPatcher:
|
||||
def try_build_from_state_dict(state_dict, ckpt_path):
|
||||
return None
|
||||
|
||||
def __init__(self, model_patcher):
|
||||
def __init__(self, model_patcher=None):
|
||||
self.model_patcher = model_patcher
|
||||
self.strength = 1.0
|
||||
self.start_percent = 0.0
|
||||
|
||||
Reference in New Issue
Block a user