Commit History

fix: LLMClient remove explicit provider and validate HF token starts with 'hf_' for auto-routing
5e51239

Phat-Dat commited on

fix: explicitly set provider='hf-inference' in LLMClient to bypass auto-router error
a56da58

Phat-Dat commited on

fix: explicitly set provider='hf-inference' in LLMClient to bypass auto-router error
154e363

Phat-Dat commited on

fix: normalize empty HF token to None to fix auto-router error in InferenceClient
9977b3f

Phat-Dat commited on

fix: switch IMAGE_PROVIDER from fal-ai (paid) to hf-inference (free)
ee2f819

Phat-Dat commited on

fix: switch IMAGE_MODEL_ID to FLUX.1-schnell (supports text-to-image with fal-ai)
61f3fad

Phat-Dat commited on

style: increase caption font size and overlay opacity for better readability
312e512

Phat-Dat commited on

fix: handle gemini-2.5-flash thinking model JSON output (strip think tags, use response_mime_type, increase max_tokens)
9b05320

Phat-Dat commited on

update gemini models: text=gemini-2.5-flash, image=gemini-2.0-flash-preview-image-generation
7c589c6

Phat-Dat commited on

show actual error detail in UI for debugging
b047123

Phat-Dat commited on

add gemini api logic
a5511c0

Phat-Dat commited on

add gemini api config
4d8cc9e

Phat-Dat commited on

feat(app): enhance comic generation with improved error handling and user guidance
3d4d1fb

duongtruongbinh commited on

feat(caption): enhance caption handling in images and improve output formatting
d39f20a

duongtruongbinh commited on

feat(comic): switch to FLUX API and generate validated 4-scene storyboards
e7aa834

duongtruongbinh commited on

Refactor LLMClient to use Hugging Face Inference API, removing local model loading and CUDA dependencies. Updated requirements to include huggingface_hub. Enhanced logging for API readiness.
e7bae1d

duongtruongbinh commited on

Update file permissions and refactor app logic for comic generation. Improved error handling in inference function and enhanced logging for model loading. Cleaned up code formatting and removed dotenv dependency from config.
357606b

duongtruongbinh commited on

Add initial project structure for AI Comic Generation
ee2e4d6

duongtruongbinh commited on