1 pointby strnad7 hours ago1 comment
  • strnad7 hours ago
    I built a web UI for generating music locally using HeartMuLa (3B param music model) combined with local LLMs via Ollama for lyrics generation.

    Key features: - 100% local, no cloud APIs required (Ollama for lyrics, HeartMuLa for music) - Flexible text system: 4 independent fields (description, title, lyrics, tags) each with Generate/Enhance checkbox - Smart lyrics preservation: text in "quotes" is never changed, rest can be extended - One-command install: ./install.sh handles everything

    The text generation is context-aware - if you write your own chorus and check "Generate" for lyrics, AI will write verses around YOUR chorus without touching it.

    GitHub: https://github.com/strnad/HeartMuse