We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb4626 commit 46679efCopy full SHA for 46679ef
comfy/weight_adapter/loha.py
@@ -5,6 +5,7 @@
5
import comfy.model_management
6
from .base import WeightAdapterBase, WeightAdapterTrainBase, weight_decompose
7
8
+
9
class HadaWeight(torch.autograd.Function):
10
@staticmethod
11
def forward(ctx, w1u, w1d, w2u, w2d, scale=torch.tensor(1)):
0 commit comments