• 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
..
__init__.py Loading commit data...
app.py Loading commit data...
archive.py Loading commit data...
audio_backends.py Loading commit data...
audio_clean.py Loading commit data...
audio_gen.py Loading commit data...
audio_stems.py Loading commit data...
characters.py Loading commit data...
custom_pipelines.py Loading commit data...
embeddings.py Loading commit data...
environments.py Loading commit data...
faceswap.py Loading commit data...
images.py Loading commit data...
log.py Loading commit data...
loras.py Loading commit data...
pipelines.py Loading commit data...
prompt_cache.py Loading commit data...
ratelimit.py Loading commit data...
spatial.py Loading commit data...
state.py Loading commit data...
text.py Loading commit data...
transcriptions.py Loading commit data...
tts.py Loading commit data...
urlutils.py Loading commit data...
video.py Loading commit data...
voice_clone.py Loading commit data...
voice_convert.py Loading commit data...