Skip to content

Conversation

@mudler
Copy link
Owner

@mudler mudler commented Dec 9, 2025

Description

This PR adds a new TTS backend (vibevoice) to the ones supported

Notes for Reviewers

Tested with:

name: vibevoice-realtime
backend: vibevoice
description: |
  VibeVoice-Realtime is a real-time text-to-speech model that generates natural-sounding speech.
  This model supports voice cloning through voice preset files (.pt files).


parameters:
  model: microsoft/VibeVoice-Realtime-0.5B

# TTS configuration
tts:
  # Voice selection - can be:
  # 1. Voice preset name (e.g., "Frank", "en-Frank_man", "Grace") - looks for .pt files in voices/streaming_model/
  # 2. Path to a voice preset .pt file (relative to model directory or absolute)
  # Available English voices: Carter, Davis, Emma, Frank, Grace, Mike
  voice: "Frank"
  # Alternative: use audio_path to specify a voice file directly
  # audio_path: "voices/streaming_model/en-Frank_man.pt"

known_usecases:
  - tts

# Backend-specific options
# These are passed as "key:value" strings to the backend
options:
  # CFG (Classifier-Free Guidance) scale for generation (default: 1.5)
  # Higher values can improve quality but may slow generation
  - "cfg_scale:1.5"
  
  # Number of inference steps for the diffusion process (default: 5)
  # More steps = better quality but slower. Typical range: 3-10
  - "inference_steps:5"
  
  # Enable sampling (default: false)
  # When true, uses temperature and top_p for sampling
  - "do_sample:false"
  
  # Temperature for sampling (only used if do_sample=true, default: 0.9)
  - "temperature:0.9"
  
  # Top-p (nucleus) sampling (only used if do_sample=true, default: 0.9)
  - "top_p:0.9"
  
  # Voices directory path
  # This explicitly sets where to look for voice preset files (.pt files)
  # Since we're downloading voices to voices/streaming_model/, we set it here
  # 
  # Examples:
  #   - Relative path (relative to models directory): "voices/streaming_model"
  #   - Absolute path: "/custom/path/to/voices/streaming_model"
  #   - Custom relative path: "my_custom_voices/streaming_model"
  #
  # If not specified, the backend will auto-detect from common locations:
  #   1. {ModelFile directory}/voices/streaming_model/
  #   2. {models_dir}/voices/streaming_model/
  #   3. Backend directory
  - "voices_dir:voices/streaming_model"

# Download voice preset files
# Voice presets are downloaded to: {models_dir}/voices/streaming_model/
# The voices_dir option above tells the backend to look in this location
download_files:
  # English voices
  - filename: voices/streaming_model/en-Frank_man.pt
    uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/en-Frank_man.pt
  - filename: voices/streaming_model/en-Grace_woman.pt
    uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/en-Grace_woman.pt
  - filename: voices/streaming_model/en-Mike_man.pt
    uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/en-Mike_man.pt
  - filename: voices/streaming_model/en-Emma_woman.pt
    uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/en-Emma_woman.pt
  - filename: voices/streaming_model/en-Carter_man.pt
    uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/en-Carter_man.pt
  - filename: voices/streaming_model/en-Davis_man.pt
    uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/en-Davis_man.pt
  # Uncomment to add more languages:
  # - filename: voices/streaming_model/fr-Spk0_man.pt
  #   uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/fr-Spk0_man.pt
  # - filename: voices/streaming_model/de-Spk0_man.pt
  #   uri: https://raw.githubusercontent.com/microsoft/VibeVoice/main/demo/voices/streaming_model/de-Spk0_man.pt

Signed commits

  • Yes, I signed my commits.

@netlify
Copy link

netlify bot commented Dec 9, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit d1a4ccb
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/6939ae8cda861c0008a51172
😎 Deploy Preview https://deploy-preview-7494--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=108,col=6::108:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=970,col=6::970:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1256,col=3::1256:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/vibevoice/example-config.yaml
::warning file=backend/python/vibevoice/example-config.yaml,line=1,col=1::1:1 [document-start] missing document start "---"
::error file=backend/python/vibevoice/example-config.yaml,line=27,col=1::27:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=31,col=1::31:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=35,col=1::35:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=38,col=1::38:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=41,col=1::41:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=45,col=4::45:4 [trailing-spaces] trailing spaces
::warning file=backend/python/vibevoice/example-config.yaml,line=74,col=3::74:3 [comments-indentation] comment not indented like content
::error file=backend/python/vibevoice/example-config.yaml,line=83,col=1::83:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=89,col=1::89:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=91,col=1::91:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=97,col=1::97:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=108,col=6::108:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=970,col=6::970:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1256,col=3::1256:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/vibevoice/example-config.yaml
::warning file=backend/python/vibevoice/example-config.yaml,line=1,col=1::1:1 [document-start] missing document start "---"
::error file=backend/python/vibevoice/example-config.yaml,line=30,col=1::30:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=34,col=1::34:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=38,col=1::38:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=41,col=1::41:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=44,col=1::44:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=48,col=4::48:4 [trailing-spaces] trailing spaces
::warning file=backend/python/vibevoice/example-config.yaml,line=77,col=3::77:3 [comments-indentation] comment not indented like content
::error file=backend/python/vibevoice/example-config.yaml,line=86,col=1::86:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=92,col=1::92:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=94,col=1::94:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=100,col=1::100:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=108,col=6::108:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=970,col=6::970:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1256,col=3::1256:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/vibevoice/example-config.yaml
::warning file=backend/python/vibevoice/example-config.yaml,line=1,col=1::1:1 [document-start] missing document start "---"
::error file=backend/python/vibevoice/example-config.yaml,line=30,col=1::30:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=34,col=1::34:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=38,col=1::38:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=41,col=1::41:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=44,col=1::44:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=48,col=4::48:4 [trailing-spaces] trailing spaces
::warning file=backend/python/vibevoice/example-config.yaml,line=77,col=3::77:3 [comments-indentation] comment not indented like content
::error file=backend/python/vibevoice/example-config.yaml,line=86,col=1::86:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=92,col=1::92:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=94,col=1::94:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=100,col=1::100:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

yamllint Failed

Show Output
::group::backend/index.yaml
::warning file=backend/index.yaml,line=108,col=6::108:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=992,col=6::992:6 [comments] missing starting space in comment
::warning file=backend/index.yaml,line=1278,col=3::1278:3 [comments-indentation] comment not indented like content
::endgroup::

::group::backend/python/vibevoice/example-config.yaml
::warning file=backend/python/vibevoice/example-config.yaml,line=1,col=1::1:1 [document-start] missing document start "---"
::error file=backend/python/vibevoice/example-config.yaml,line=30,col=1::30:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=34,col=1::34:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=38,col=1::38:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=41,col=1::41:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=44,col=1::44:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=48,col=4::48:4 [trailing-spaces] trailing spaces
::warning file=backend/python/vibevoice/example-config.yaml,line=77,col=3::77:3 [comments-indentation] comment not indented like content
::error file=backend/python/vibevoice/example-config.yaml,line=86,col=1::86:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=92,col=1::92:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=94,col=1::94:1 [trailing-spaces] trailing spaces
::error file=backend/python/vibevoice/example-config.yaml,line=100,col=1::100:1 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action_2, Lint: backend

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

yamllint Failed

Show Output
::group::gallery/index.yaml
::warning file=gallery/index.yaml,line=30,col=5::30:5 [comments-indentation] comment not indented like content
::warning file=gallery/index.yaml,line=3332,col=6::3332:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3350,col=6::3350:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3368,col=6::3368:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=6986,col=32::6986:32 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=8981,col=59::8981:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=10874,col=70::10874:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13397,col=61::13397:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13462,col=64::13462:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14073,col=59::14073:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14494,col=64::14494:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15613,col=70::15613:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15965,col=59::15965:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16010,col=63::16010:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16027,col=62::16027:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18309,col=59::18309:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18520,col=61::18520:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18540,col=62::18540:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18595,col=28::18595:28 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19470,col=59::19470:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19776,col=62::19776:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19831,col=63::19831:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19953,col=63::19953:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20168,col=73::20168:73 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20504,col=62::20504:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20635,col=61::20635:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20764,col=21::20764:21 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21141,col=65::21141:65 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21367,col=56::21367:56 [comments] too few spaces before comment: expected 2
::endgroup::

::group::gallery/vibevoice.yaml
::error file=gallery/vibevoice.yaml,line=33,col=1::33:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=37,col=1::37:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=41,col=1::41:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=44,col=1::44:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=47,col=1::47:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=51,col=8::51:8 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action, Lint: gallery

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

yamllint Failed

Show Output
::group::gallery/index.yaml
::warning file=gallery/index.yaml,line=3326,col=6::3326:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3344,col=6::3344:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3362,col=6::3362:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=6980,col=32::6980:32 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=8975,col=59::8975:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=10868,col=70::10868:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13391,col=61::13391:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13456,col=64::13456:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14067,col=59::14067:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14488,col=64::14488:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15607,col=70::15607:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15959,col=59::15959:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16004,col=63::16004:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16021,col=62::16021:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18303,col=59::18303:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18514,col=61::18514:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18534,col=62::18534:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18589,col=28::18589:28 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19464,col=59::19464:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19770,col=62::19770:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19825,col=63::19825:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19947,col=63::19947:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20162,col=73::20162:73 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20498,col=62::20498:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20629,col=61::20629:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20758,col=21::20758:21 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21135,col=65::21135:65 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21361,col=56::21361:56 [comments] too few spaces before comment: expected 2
::endgroup::

::group::gallery/vibevoice.yaml
::error file=gallery/vibevoice.yaml,line=33,col=1::33:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=37,col=1::37:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=41,col=1::41:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=44,col=1::44:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=47,col=1::47:1 [trailing-spaces] trailing spaces
::error file=gallery/vibevoice.yaml,line=51,col=8::51:8 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action, Lint: gallery

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

yamllint Failed

Show Output
::group::gallery/index.yaml
::warning file=gallery/index.yaml,line=3326,col=6::3326:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3344,col=6::3344:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3362,col=6::3362:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=6980,col=32::6980:32 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=8975,col=59::8975:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=10868,col=70::10868:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13391,col=61::13391:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13456,col=64::13456:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14067,col=59::14067:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14488,col=64::14488:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15607,col=70::15607:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15959,col=59::15959:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16004,col=63::16004:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16021,col=62::16021:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18303,col=59::18303:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18514,col=61::18514:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18534,col=62::18534:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18589,col=28::18589:28 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19464,col=59::19464:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19770,col=62::19770:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19825,col=63::19825:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19947,col=63::19947:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20162,col=73::20162:73 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20498,col=62::20498:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20629,col=61::20629:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20758,col=21::20758:21 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21135,col=65::21135:65 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21361,col=56::21361:56 [comments] too few spaces before comment: expected 2
::endgroup::

::group::gallery/vibevoice.yaml
::error file=gallery/vibevoice.yaml,line=46,col=8::46:8 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action, Lint: gallery

1 similar comment
@github-actions
Copy link

yamllint Failed

Show Output
::group::gallery/index.yaml
::warning file=gallery/index.yaml,line=3326,col=6::3326:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3344,col=6::3344:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=3362,col=6::3362:6 [comments] missing starting space in comment
::warning file=gallery/index.yaml,line=6980,col=32::6980:32 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=8975,col=59::8975:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=10868,col=70::10868:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13391,col=61::13391:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=13456,col=64::13456:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14067,col=59::14067:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=14488,col=64::14488:64 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15607,col=70::15607:70 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=15959,col=59::15959:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16004,col=63::16004:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=16021,col=62::16021:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18303,col=59::18303:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18514,col=61::18514:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18534,col=62::18534:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=18589,col=28::18589:28 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19464,col=59::19464:59 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19770,col=62::19770:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19825,col=63::19825:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=19947,col=63::19947:63 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20162,col=73::20162:73 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20498,col=62::20498:62 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20629,col=61::20629:61 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=20758,col=21::20758:21 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21135,col=65::21135:65 [comments] too few spaces before comment: expected 2
::warning file=gallery/index.yaml,line=21361,col=56::21361:56 [comments] too few spaces before comment: expected 2
::endgroup::

::group::gallery/vibevoice.yaml
::error file=gallery/vibevoice.yaml,line=46,col=8::46:8 [trailing-spaces] trailing spaces
::endgroup::

Workflow: Yamllint GitHub Actions, Action: __karancode_yamllint-github-action, Lint: gallery

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler mudler added enhancement New feature or request and removed dependencies labels Dec 10, 2025
@mudler mudler merged commit 32dcb58 into master Dec 10, 2025
38 checks passed
@mudler mudler deleted the feat/vibevoice branch December 10, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ai-model enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants