Change Dockerfile to use main.py instead of main_sdxl.py for CCO model integration d9963fa LogicGoInfotechSpaces commited on Dec 22, 2025
Add FastAPI version using SDXL + ControlNet for text-guided colorization (from fffiloni) 779884f LogicGoInfotechSpaces commited on Nov 14, 2025
Fix image colorization: Add PyTorch GAN colorizer fallback, update Dockerfile to use main_fastai, and add missing dependencies 0a1a3e1 LogicGoInfotechSpaces commited on Nov 14, 2025
Integrate FastAI colorization with Firebase auth and Gradio UI - Replace main.py with FastAI implementation - Add Gradio interface for Space UI - Add Firebase authentication to /colorize endpoint - Add curl examples documentation - Update test.py with User-Agent headers e4599d1 LogicGoInfotechSpaces commited on Nov 13, 2025
Fix cache directory permissions and OMP_NUM_THREADS warnings - Set HF cache env vars before imports - Set MPLCONFIGDIR for matplotlib - Fix OMP_NUM_THREADS in Dockerfile 6108abf LogicGoInfotechSpaces commited on Nov 13, 2025
Make Firebase credentials writing non-fatal in entrypoint e314d38 LogicGoInfotechSpaces commited on Nov 13, 2025
Remove hf_cache creation from entrypoint - let Python handle it 4cd67d1 LogicGoInfotechSpaces commited on Nov 13, 2025
Remove chmod commands - /data is already writable in HF Spaces 7396a26 LogicGoInfotechSpaces commited on Nov 13, 2025
Fix model loading: use /data for HF cache directory instead of /app/data 2f136a8 LogicGoInfotechSpaces commited on Nov 13, 2025
fix(runtime): ensure /data is writable for non-root (chmod -R 777 /data) 5c1f200 LogicGoInfotechSpaces commited on Nov 11, 2025
fix(runtime): chown /data to uid 1000 and write firebase creds safely; ensure /data dirs 680dd7d LogicGoInfotechSpaces commited on Nov 11, 2025
fix(runtime): use /data for uploads/results and write Firebase creds to /data; set DATA_DIR and OMP_NUM_THREADS 8fa7f23 LogicGoInfotechSpaces commited on Nov 11, 2025
Improve entrypoint script creation in Dockerfile 76c83b6 LogicGoInfotechSpaces commited on Nov 11, 2025
Fix Dockerfile: Replace libgl1-mesa-glx with libgl1 for newer Debian 8294547 LogicGoInfotechSpaces commited on Nov 11, 2025
Initial commit: Colorize API with Firebase App Check integration 60c56d7 LogicGoInfotechSpaces commited on Nov 11, 2025