Skip to content

Commit 46679ef

Browse files
committed
fix
1 parent bbb4626 commit 46679ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comfy/weight_adapter/loha.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import comfy.model_management
66
from .base import WeightAdapterBase, WeightAdapterTrainBase, weight_decompose
77

8+
89
class HadaWeight(torch.autograd.Function):
910
@staticmethod
1011
def forward(ctx, w1u, w1d, w2u, w2d, scale=torch.tensor(1)):

0 commit comments

Comments
 (0)