Add pre-built frontend dist files and improved setup scripts for HF deployment ef94765 Alexramsal commited on Feb 9
feat: include compiled frontend dist in .gitignore for HF deployment 2565e83 Alexramsal commited on Feb 9
feat: add setup_frontend script to copy pre-built frontend files to daggr installation 8f39e99 Alexramsal commited on Feb 9
feat: enhance frontend builder with site-packages detection and pre-built copy functionality e461c7e Alexramsal commited on Feb 9
fix: enhance frontend directory detection and build process with improved logging and timeout adjustments b59febf Alexramsal commited on Feb 9
feat: add frontend_builder module to automate frontend build process 7af804a Alexramsal commited on Feb 9
feat: add build_frontend.sh script for automatic frontend build on startup a405d94 Alexramsal commited on Feb 9
fix: replace RuntimeError with a warning for missing frontend directory 45c92e8 Alexramsal commited on Feb 9
fix: move is_file_obj_with_meta and traverse functions into executor.py e06c0eb Alexramsal commited on Feb 9
fix: move is_file_obj_with_meta function definition to server.py e8d0c3b Alexramsal commited on Feb 9
fix: correct indentation for huggingface_hub in requirements.txt 13ed2f0 Alexramsal commited on Feb 9
Fix HF build: remove local path from requirements and add explicit deps f4a3350 Alexramsal commited on Feb 9
feat: Migración a Modal + Img2Img para HF Spaces - Usa GIT para captioning y SDXL Img2Img para generación - Backend en Modal (GPUs serverless) - Documentación completa con problema, modelos y limitaciones e560449 Alexramsal commited on Feb 2
Fix dependency conflict: update huggingface_hub for gradio 5.16.0 compatibility de07b05 Alexramsal commited on Jan 30
fix: Use huggingface_hub 0.24.7 with direct API (no provider system) ab81b79 Alexramsal commited on Jan 30
fix: Specify provider='hf-inference' explicitly for InferenceClient a028001 Alexramsal commited on Jan 30
refactor: Use InferenceClient instead of deprecated API endpoints 5830566 Alexramsal commited on Jan 28
Fix: Downgrade huggingface_hub to 0.23.5 for Gradio compatibility a5d2c9b Alexramsal commited on Jan 28
fix: Resolve `StopIteration` by using dedicated `InferenceClient` instances for each model and add a token debugging script. e46b61c Alexramsal commited on Jan 28
Fix: Use dedicated InferenciaClients to avoid StopIteration error 4596fb6 Alexramsal commited on Jan 28