"torchvision/models/vscode:/vscode.git/clone" did not exist on "c50d0fccd5b0b47dea162b4dac2fd94ae21e522f"
Unverified Commit 8b99f7e1 authored by Linoy Tsaban's avatar Linoy Tsaban Committed by GitHub
Browse files

[LoRA] small change to support Hunyuan LoRA Loading for FramePack (#11546)

init
parent 07dd6f8c
......@@ -57,6 +57,7 @@ _SET_ADAPTER_SCALE_FN_MAPPING = {
"WanTransformer3DModel": lambda model_cls, weights: weights,
"CogView4Transformer2DModel": lambda model_cls, weights: weights,
"HiDreamImageTransformer2DModel": lambda model_cls, weights: weights,
"HunyuanVideoFramepackTransformer3DModel": lambda model_cls, weights: weights,
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment