Update lora_block_weight.py

ver12
hako-mikan 2024-02-06 23:52:27 +09:00 committed by GitHub
parent 589945953e
commit 701ddd813f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -873,8 +873,6 @@ def load_loras_blocks(self, names, lwei,te,unet,elements,ltype = "lora", starts
elif "nets" == ltype:
import networks as nets
self.networks = nets.loaded_networks
print("lenloras")
print(len(nets.loaded_networks))
for loaded in nets.loaded_networks:
for n, name in enumerate(names):
if name == loaded.name: