from local

This commit is contained in:
dohe0342 2023-05-26 12:09:55 +09:00
parent e86cdce618
commit 117daa59cb
3 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ class LoRAHook():
#print('-'*20)
#print(input[0].size(), output.size())
#print('-'*20)
print(output)
lora_out = self.lora(input[0])
output += lora_out