Skip to content

v1.4.21

Choose a tag to compare

@cagostino cagostino released this 21 Apr 03:07
· 88 commits to main since this release
3c0257d
  • unified generate_music(): local (PyTorch MusicGen) / replicate / elevenlabs with auto-fallback when a provider lacks creds or fails
  • /api/generate_music endpoint
  • openai image gen: duck-type b64_json/url so gpt-image-1.5 and future models work without whitelisting
  • serve.py: unwrap non-PIL OpenAI image responses before saving
  • serve + npc_compiler: team-routed NPC lookup, source_path/source_ext on NPC dicts, save_npc accepts explicit team
  • generative fill: PIL mask composite for OpenAI and Gemini so the mask is actually honored
  • swap PyMuPDF/fitz for pypdf in data/load.py (pypdf added to base_requirements)