from local

This commit is contained in:
dohe0342 2023-05-25 19:29:14 +09:00
parent 156077c942
commit b6c68790b0
2 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class LoRAHook():
)
def hook_fn(self, module, input, output):
#print(input)
print('fuck!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!')
print(module, input, output)
lora_out = self.lora(input)
output += lora_out