Skip to content
Discussion options

You must be logged in to vote

@Danik-droid You can start with the q8_0 gguf (less VRAM, faster) for a quick start.

Note that the task for chatterbox is "clon". An example config for chatterbox is:

{
  "host": "127.0.0.1",
  "port": 8080,
  "backend": "cuda",
  "device": 0,
  "threads": 8,
  "lazy_load": true,
  "models": [
    {
      "id": "chatterbox",
      "family": "chatterbox",
      "path": "/path/to/chatterbox-q8_0.gguf",
      "task": "clon",
      "mode": "offline",
      "session_options": {
        "chatterbox.conditionals_cache_slots": "1",
        "chatterbox.mem_saver": "false",
        "chatterbox.multilingual_t3": "v2"
      },
      "default_request_options": {
        "guidance_scale": 0.5,
        …

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
4 replies
@Danik-droid
Comment options

@0xShug0
Comment options

@Danik-droid
Comment options

@0xShug0
Comment options

Answer selected by 0xShug0
Comment options

You must be logged in to vote
4 replies
@Danik-droid
Comment options

@0xShug0
Comment options

@0xShug0
Comment options

@Danik-droid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants