mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 10:02:59 +08:00
parent
31a37686d0
commit
b20ba1f27c
@ -97,6 +97,9 @@ class LoKrAdapter(WeightAdapterBase):
|
|||||||
(mat1, mat2, alpha, None, None, None, None, None, None)
|
(mat1, mat2, alpha, None, None, None, None, None, None)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def to_train(self):
|
||||||
|
return LokrDiff(self.weights)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def load(
|
def load(
|
||||||
cls,
|
cls,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user