- SDXL image generation using RealVisXL_V4.0 - IP-Adapter FaceID integration for consistent face generation - Simplified API (removed client_id requirement) - New params: face_image, face_strength - 'vixy' shortcut for face-locked generation - Queue-based async job processing - FastAPI with proper error handling Co-authored-by: Alex <alex@k4zka.online>
35 lines
281 B
Plaintext
35 lines
281 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
.venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# DreamTail specific
|
|
dreamtail_storage/images/
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
|
|
# Models (too large for git)
|
|
models/
|
|
*.bin
|
|
*.safetensors
|
|
*.ckpt
|
|
|
|
# Logs
|
|
*.log
|