mirror of
https://github.com/aloshdenny/reverse-SynthID.git
synced 2026-04-30 10:37:49 +02:00
52133eadde
generate_references.py automates generating pure-black and pure-white reference images via the Gemini API at multiple aspect ratios (9:16, 4:3). Includes rate-limit retry logic and per-resolution output directories. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
313 B
Plaintext
38 lines
313 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
*.npy
|
|
*.pkl
|
|
!artifacts/codebook/*.pkl
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.log
|
|
_temp_*
|
|
_output_*
|
|
push_randomly.sh
|
|
synthid_bypass.py.final
|