add sd35 controlnets

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-28 08:46:10 -05:00
parent a2f5ef4ae7
commit 164ce252dc
8 changed files with 52 additions and 5 deletions
+1
View File
@@ -150,6 +150,7 @@ def load_sd3(checkpoint_info, cache_dir=None, config=None):
shared.log.debug(f'Load model: type=SD3 kwargs={list(kwargs)} repo="{repo_id}"')
kwargs = model_quant.create_bnb_config(kwargs)
kwargs = model_quant.create_ao_config(kwargs)
pipe = loader(
repo_id,
torch_dtype=devices.dtype,