Commit History

docs: update model sizes in README
576f277

mgarciav commited on

docs: add demo link and social post section to README
4be6ad7

mgarciav commited on

docs: add 'offgrid' achievement to README
3bce73e

mgarciav commited on

feat: add dataset upload script, evaluation pipeline, and fine-tuning support
f471cce

mgarciav commited on

refactor: add Llama singleton caching and remove guarded beat stream logic
2c0f455

mgarciav commited on

docs: simplify README short description
c097ea8

mgarciav commited on

docs: expand README with detailed app overview and usage guide
36435b0

mgarciav commited on

feat: enhance Llama.cpp mode with styled disclaimer
881de39

mgarciav commited on

feat: add support for Llama.cpp mode with GGUF inference
3a227d7

mgarciav commited on

refactor: implement guarded beat generation to ensure proper Llama cleanup
a32831b

mgarciav commited on

refactor: optimize Llama instance reuse and remove redundant GC calls
be8852f

mgarciav commited on

refactor: improve JSON extraction and GGUF model loading flow
7c436cf

mgarciav commited on

chore: update Python and PyTorch versions, add CUDA index URL
b56291d

mgarciav commited on

fix: update LD_LIBRARY_PATH handling to ensure llama.cpp resolves CUDA libraries with PyTorch 2.x
06f1892

mgarciav commited on

fix: ensure llama.cpp loads cudart globally to resolve linking issues with PyTorch libraries
7d891db

mgarciav commited on

chore: remove unused index URLs from requirements.txt
03dbef0

mgarciav commited on

refactor: replace GGUF loading implementation with streamlined handling and contextual loading
ca1b0e7

mgarciav commited on

feat: add support for GGUF via llama.cpp and anthropic integration
e78c398

mgarciav commited on

fix: specify "no text" requirement in illustration prompts to avoid label or lettering issues
7f47e49

mgarciav commited on

feat: increase max token limit for story generation to 1024
d2b8e54

mgarciav commited on

fix: include raw skeleton input in parse failure logs for better debugging
37442ff

mgarciav commited on

feat: refine prompts for unique character names and enhance story generation sampling behavior
a8bfa63

mgarciav commited on

fix: restrict choice visibility after max beats
0e81e81

mgarciav commited on

fix: ensure consistent visibility updates for narration-related UI elements
463e658

mgarciav commited on

feat: enhance LLM call tracing and data export for SFT training
1092d42

mgarciav commited on

feat: implement user-triggered narration and decouple audio generation
392c0ae

mgarciav commited on

feat: add story trace building and asynchronous push support
3418a59

mgarciav commited on

feat: add character appearance support for consistent visual references across illustrations
c0a212e

mgarciav commited on

feat: add narrative skeleton generation for interactive stories
6c27375

mgarciav commited on

feat: rename from story sprout to storygrove
6319d46

mgarciav commited on

feat: integrate image generation with visual profile consistency and custom seeds
e10526a

mgarciav commited on

feat: add parallel image and audio generation with VRAM-aware handling
d749256

mgarciav commited on

chore: image lands before narration
4437cdc

mgarciav commited on

feat: book-style UI with cover page and alternating page layou
55da7a1

mgarciav commited on

feat: add FLUX.2-klein-4B image generation per story beat
0191535

mgarciav commited on

fix: Remove unnecessary package dependencies from requirements.txt for hf spaces compatibility
879a988

mgarciav commited on

Merge pull request #1 from TheMLChannelAI/feat/add_voice
cacb0b7
unverified

themlchannel commited on

feat: Add narrator and VRAM management modules for story audio creation and efficient model handling.
eb096ae

mgarciav commited on

feat: Interactive kids story generator using gradio and local LLM loaded via transformers library.
1f3ca13

mgarciav commited on