mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 06:57:05 +08:00
Update __init__.py
This commit is contained in:
parent
545cb2187c
commit
bf053a9c55
@ -19,11 +19,13 @@ adapter_maps: dict[str, type[WeightAdapterBase]] = {
|
||||
"LoRA": LoRAAdapter,
|
||||
"LoHa": LoHaAdapter,
|
||||
"LoKr": LoKrAdapter,
|
||||
"GLoRA": GLoRAAdapter,
|
||||
"OFT": OFTAdapter,
|
||||
"BOFT": BOFTAdapter,
|
||||
## We disable not implemented algo for now
|
||||
# "GLoRA": GLoRAAdapter,
|
||||
# "OFT": OFTAdapter,
|
||||
# "BOFT": BOFTAdapter,
|
||||
}
|
||||
|
||||
|
||||
__all__ = [
|
||||
"WeightAdapterBase",
|
||||
"WeightAdapterTrainBase",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user