• Stefy Lanza (nextime / spora )'s avatar
    admin: whisper-server unload clears registry + gguf file shows loaded · 2b8e69df
    Stefy Lanza (nextime / spora ) authored
    Two whisper-server UI issues on a multi-engine node:
    
    - Unload didn't visibly take effect: a whisper-server is registered both as
      a subprocess (whisper_servers) AND in the generic .models/.model_pools
      registry under audio:<id>. The unload stopped the subprocess but left the
      registry entry, so the row kept showing "Unload". Now it also drops the
      audio:<id>/<id> registry entries (and matches by id, audio:<id>, or the
      gguf model_path, so unloading the file stops every server using it).
    
    - The backing gguf file showed "Load" while its whisper-server was running.
      Surface each running server's _model_path in the loaded-key sets
      (engine-state, model-loaded-status, status) so the GGUF-file row reflects
      that the file is in use.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    2b8e69df
Name
Last commit
Last update
..
__init__.py Loading commit data...
_film_net.py Loading commit data...
_rife_ifnet.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...
ds4_worker.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...
parler_worker.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...
tts_backends.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...