Commit graph

  • 61a9f465be
    Merge d655e02e3a into 7bd4cfceef Justin White 2026-03-30 11:03:34 -0500
  • d655e02e3a Add Docker Compose for running with Ollama Justin White 2026-03-30 11:01:51 -0500
  • 32dfba15e9
    Merge 9dd87621ad into 7bd4cfceef loukaniko85 2026-02-14 06:54:54 +1100
  • 9dd87621ad
    Update docker-build.yml loukaniko85 2026-02-13 11:43:43 +1100
  • ef1a198424
    Update Dockerfile.gpu loukaniko85 2026-02-13 11:41:34 +1100
  • d2636c2f95
    Update requirements.txt loukaniko85 2026-02-13 11:41:20 +1100
  • e850cf0a43
    Create docker-build.yml loukaniko85 2026-02-12 09:27:59 +1100
  • 8cb94887ce
    Merge 31d3364a93 into 7bd4cfceef Eve Coull 2025-08-23 17:25:42 +0100
  • 31d3364a93
    Rename docker-compose-cpu.yaml to docker-compose-cpu.yml Eve Coull 2025-08-23 17:24:49 +0100
  • 8d299df9a6
    Merge 5e33b268e5 into 7bd4cfceef Ross Coull 2025-07-30 11:41:15 +0100
  • 5e33b268e5
    Rename docker-compose-cpu.yaml to docker-compose-cpu.yml Ross Coull 2025-07-30 11:40:58 +0100
  • 67de795bdd Update to compose file for my usage The Guy 2025-07-16 09:35:15 -0400
  • 3204232cd4 Update for Dockerfile to change to cu128 to enable Blackwell GPU The Guy 2025-07-16 09:29:42 -0400
  • 7bd4cfceef
    ROCm update main Alexander J. 2025-07-05 11:05:05 +1000
  • 0391696552
    Added support for ROCm 6.4 (#60) wizardeur 2025-07-05 02:59:23 +0200
  • 08cb92b6d5
    Update README.md Alexander J. 2025-06-30 12:59:07 +1000
  • aaded84b5d add blackwell gpu support Zach Kohl 2025-06-14 13:23:59 -0700
  • 89a8492178 Update README.md with information about ROCm support wizardeur 2025-05-27 12:15:52 +0200
  • f271e5f5e1 Added support for ROCm 6.4 Kamil Andrusz 2025-05-27 09:16:52 +0000
  • 1549d16d72
    Update docker-compose-cpu.yaml windows docker compose not working fix Gowtham 2025-05-02 14:58:00 +0200
  • b1a67e7405
    Update docker-compose-gpu.yml command is not working on windows fix Gowtham 2025-05-02 14:57:34 +0200
  • 4ead99754a Minor improvements to account for large-VRAM Apple Silicon machines, and refine the inferencing code to ignore spurious, non-audio responses from the Orpheus model, use the system prompt if it exists in the directory structure, and for long texts, 1) use nltk for segmenting the text according to user-specified max character lengths, and 2) use the previous segment (For segment index n>1) as context in the system prompt, to hopefully improve audio generation consistency. malibrated 2025-04-21 22:30:33 -0700
  • 70a5e06aef
    Contribution accreditation Alexander J. 2025-04-19 02:44:01 +1000
  • f8f0652193
    add CPU support for docker compose files (#38) Alex Yong 2025-04-18 12:41:00 -0400
  • 163f7d435e
    Rename docker-compose.yml to docker-compose-gpu.yml Alex Yong 2025-04-18 09:38:28 -0400
  • 512cbf186a
    Create docker-compose-cpu.yaml Alex Yong 2025-04-18 09:38:07 -0400
  • ae68770e71
    Update README.md Alex Yong 2025-04-18 09:37:42 -0400
  • 99bec5ccd6
    Create Dockerfile.cpu Alex Yong 2025-04-18 09:36:35 -0400
  • a9199a5316 WebUI update Lex-au 2025-04-18 11:47:28 +1000
  • 4b93e928c3 Merge branch 'main' of https://github.com/Lex-au/Orpheus-FastAPI Lex-au 2025-04-18 11:42:51 +1000
  • 5ead1e4b89 Orpheus-FASTAPI v1.3.0: Multilingual TTS with 24 Voices Across 8 Languages Lex-au 2025-04-18 11:42:49 +1000
  • ba0327f0b5 Update index.html Lex-au 2025-04-18 10:10:21 +1000
  • 179505940e Create TaraLongGeneration.mp3 Lex-au 2025-04-18 10:09:18 +1000
  • 3a642bde18 Added real-time streaming support to Orpheus FastAPI Khaled BH 2025-04-15 10:07:44 +0400
  • d760f962a6
    Rename app.txt to app.py Khaled BH 2025-04-15 10:00:13 +0400
  • d0ded8735f
    Rename inference.txt to inference.py Khaled BH 2025-04-15 09:59:57 +0400
  • ecbd27d998 Describe what you changed Khaled BH 2025-04-15 09:55:09 +0400
  • edd7160cd7 Describe what you changed Khaled BH 2025-04-15 09:53:28 +0400
  • f49e6b6a37
    Release v1.2.0 – Added Docker Compose support and credited contributor Alexander J. 2025-04-12 13:54:45 +1000
  • a58d6edd79
    Add voices endpoint (for support with OpenReader-WebUI) (#22) Richard Roberson 2025-04-11 21:50:08 -0600
  • 21ec3c620e
    Add docker compose and llama-cpp-server (#21) Richard Roberson 2025-04-11 21:49:41 -0600
  • 976908642b Implement API key usage Jefferson Phillips 2025-04-02 14:49:52 -0400
  • 9b18d8c256 Sets .env file in docker compose + uses env values for llama-cpp-server Richard Roberson 2025-03-28 15:48:48 -0600
  • 621b931a1a Add voices endpoint (for support with OpenReader-WebUI) Richard Roberson 2025-03-27 03:29:02 -0600
  • 0899821e1d Add GPU Dockerfile and all-in-one llama-cpp docker compose w/ model downloader (fixed) Richard Roberson 2025-03-27 02:49:11 -0600
  • 3211883611 Create .gitignore Brett Meirhofer 2025-03-25 21:12:54 -0500
  • 0be7a9d0d7
    Update README.md Lex-au 2025-03-25 16:56:36 +1100
  • 392d08418a
    Update README.md Lex-au 2025-03-25 16:54:45 +1100
  • 92ccffab93 New quants + Environment update Lex-au 2025-03-24 21:32:21 +1100
  • a95e814fc7 tts_engine push Lex-au 2025-03-24 19:53:53 +1100
  • 39df1393f5 Documentation update Lex-au 2025-03-23 20:34:04 +1100
  • 088363eca5
    Merge pull request #13 from S-Bryce/patch-2 Lex-au 2025-03-23 18:27:49 +1100
  • 1e6face577
    Merge pull request #12 from S-Bryce/patch-1 Lex-au 2025-03-23 18:02:21 +1100
  • 8b7ef73893 Update to pages file system Lex-au 2025-03-23 18:00:19 +1100
  • f13fcef351
    Add support for chunked streaming responses Bryce Shurts 2025-03-23 01:14:29 -0500
  • cdd2827dca
    Fix broken version stapling syntax on watchfiles Bryce Shurts 2025-03-22 20:31:15 -0500
  • db0ac922f0 Merge branch 'main' of https://github.com/Lex-au/Orpheus-FastAPI v1.1 Lex-au 2025-03-23 08:44:57 +1100
  • 0679391783 push Lex-au 2025-03-23 08:44:15 +1100
  • ac6e3a58c5
    Update System_Prompt.md Lex-au 2025-03-23 08:32:19 +1100
  • 1ec524715c
    user requested Lex-au 2025-03-23 08:31:07 +1100
  • 95bbe4d190
    user requested Lex-au 2025-03-23 08:26:31 +1100
  • 817ada8198
    Update System_Prompt.md Lex-au 2025-03-23 08:21:53 +1100
  • c682179a17 user request Lex-au 2025-03-23 08:19:42 +1100
  • bcd7403cd0 v1.1.0 Lex-au 2025-03-23 07:48:07 +1100
  • b42bbd1f55 Don't use urls where paths are expected Lee Braiden 2025-03-22 18:39:54 +0000
  • bf3d37c5d9 Package with uv, add config Lee Braiden 2025-03-22 16:33:22 +0000
  • 5ec9871b65 Ignore common transient/local files Lee Braiden 2025-03-22 15:19:12 +0000
  • 782dd32c45 Add .gitignore Lee Braiden 2025-03-22 14:54:42 +0000
  • b56472cf8a Full repo push v1.0 Lex-au 2025-03-22 05:39:45 +1100
  • 10af4db31f Push Lex-au 2025-03-22 05:25:44 +1100
  • ca561c3681 Last demo Lex-au 2025-03-22 05:16:37 +1100
  • 8504ee33a2 Create WebUI.png Lex-au 2025-03-22 05:15:10 +1100
  • 69afbca339 Update index.html Lex-au 2025-03-22 05:08:16 +1100
  • 994514f029 Create index.html Lex-au 2025-03-22 05:07:43 +1100
  • e3248365a8 push examples Lex-au 2025-03-22 05:03:51 +1100
  • 0b37aa0d0d a Lex-au 2025-03-22 04:56:52 +1100
  • fd547f0596 examples Lex-au 2025-03-22 04:51:40 +1100
  • ba0e8cd3fc examples Lex-au 2025-03-22 04:48:03 +1100
  • d1869cc13b Push repo Lex-au 2025-03-22 03:48:38 +1100
  • 89c0969bd0 Initial commit Lex-au 2025-03-22 02:21:40 +1100