• Stefy Lanza (nextime / spora )'s avatar
    Truncate base64 blobs in request debug log; add ftfy dependency · 2b28cae2
    Stefy Lanza (nextime / spora ) authored
    - log.py: _redact_blobs() recursively truncates data-URI / base64 fields
      (init_image, image, mask, character_references, …) to their first 48 chars
      in the FULL REQUEST DEBUG dump, so a clip request no longer prints tens of KB
      of base64. Prompts and normal fields are left intact (base64-charset check
      excludes anything with spaces/punctuation).
    - requirements.txt: add ftfy (required by the diffusers Wan/T5 prompt_clean
      path; its absence surfaced as "name 'ftfy' is not defined" at generation).
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    2b28cae2
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...