• Stefy Lanza (nextime / spora )'s avatar
    Video LoRA: skip adapters incompatible with the video model · 8b30dcc3
    Stefy Lanza (nextime / spora ) authored
    An SD/SDXL image LoRA loaded onto a Wan video transformer matches no keys, so
    set_adapters() raised "not in the list of present adapters: set()" and aborted
    the whole request. Now each adapter is checked against the pipe's PEFT-capable
    components after load; ones that registered nothing (wrong architecture) are
    skipped with a clear message and generation proceeds with whatever is
    compatible (or no LoRA). The request signature is still cached so the futile
    load isn't retried every clip.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    8b30dcc3
Name
Last commit
Last update
codai Loading commit data...
docs/superpowers Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CoderAI.gif Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
osxbuild.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
todo.md Loading commit data...