fb925f5e6a
ml-worker now fetches WD14 + SigLIP on container start via an entrypoint
script that calls huggingface_hub with a populated local_dir. HF does a
content-based integrity check, so subsequent starts are a no-op. Transient
HF outages warn and continue when a local copy is already present. This
drops the baked-in model layer (~4 GB) from the image so it pushes cleanly
through registry proxies and no longer bloats every tagged release.
view-modal.js restores the desktop-only auto-focus of the tag input on
openModal (with touch-device guard). The block existed in an earlier
main commit (0bf1961) but was absent from the post-corruption
consolidation commit.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
234 B
Plaintext
17 lines
234 B
Plaintext
# Ignore imported and generated image folders
|
|
images/
|
|
import/
|
|
imagerepo/
|
|
|
|
# Optional: Ignore SQLite DB, Python cache, virtual env, etc.
|
|
*.db
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
env/
|
|
venv/
|
|
|
|
# Claude files
|
|
.claude/
|
|
.remember/ |