mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-01 20:49:10 +01:00
ruff format
This commit is contained in:
parent
693373f1c1
commit
8c742a6e38
@ -210,8 +210,8 @@ def load_ip_adapter_tensors(ip_adapter_ckpt_path: pathlib.Path, device: str) ->
|
||||
state_dict: IPAdapterStateDict = {
|
||||
"ip_adapter": {},
|
||||
"image_proj": {},
|
||||
"adapter_modules": {}, # added for NOOB-IPA-MARK1
|
||||
"image_proj_model": {}, # added for NOOB-IPA-MARK1
|
||||
"adapter_modules": {}, # added for noobai-mark-ipa
|
||||
"image_proj_model": {}, # added for noobai-mark-ipa
|
||||
}
|
||||
|
||||
if ip_adapter_ckpt_path.suffix == ".safetensors":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user