Instructions to use ChrisColeTech/scenema-audio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ChrisColeTech/scenema-audio with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf ChrisColeTech/scenema-audio:Q4_K_M # Run inference directly in the terminal: llama cli -hf ChrisColeTech/scenema-audio:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ChrisColeTech/scenema-audio:Q4_K_M # Run inference directly in the terminal: llama cli -hf ChrisColeTech/scenema-audio:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf ChrisColeTech/scenema-audio:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf ChrisColeTech/scenema-audio:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf ChrisColeTech/scenema-audio:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf ChrisColeTech/scenema-audio:Q4_K_M
Use Docker
docker model run hf.co/ChrisColeTech/scenema-audio:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use ChrisColeTech/scenema-audio with Ollama:
ollama run hf.co/ChrisColeTech/scenema-audio:Q4_K_M
- Unsloth Studio
How to use ChrisColeTech/scenema-audio with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ChrisColeTech/scenema-audio to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ChrisColeTech/scenema-audio to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ChrisColeTech/scenema-audio to start chatting
- Docker Model Runner
How to use ChrisColeTech/scenema-audio with Docker Model Runner:
docker model run hf.co/ChrisColeTech/scenema-audio:Q4_K_M
- Lemonade
How to use ChrisColeTech/scenema-audio with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ChrisColeTech/scenema-audio:Q4_K_M
Run and chat with the model
lemonade run user.scenema-audio-Q4_K_M
List all available models
lemonade list
- Atomic Chat
| { | |
| "id": "139f4ee6-b61a-408c-b0b7-a9f16758509e", | |
| "revision": 0, | |
| "last_node_id": 22, | |
| "last_link_id": 23, | |
| "nodes": [ | |
| { | |
| "id": 11, | |
| "type": "SaveAudioAdvanced", | |
| "pos": [ | |
| 1293.9706926062663, | |
| -564.8610802446802 | |
| ], | |
| "size": [ | |
| 316.59375, | |
| 160 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "audio", | |
| "type": "AUDIO", | |
| "link": 23 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "audio", | |
| "type": "AUDIO", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.32.0" | |
| }, | |
| "widgets_values": [ | |
| "audio/ComfyUI", | |
| "mp3", | |
| "320k" | |
| ], | |
| "widgets_values_named": { | |
| "filename_prefix": "audio/ComfyUI", | |
| "format": "mp3", | |
| "format.quality": "320k" | |
| } | |
| }, | |
| { | |
| "id": 21, | |
| "type": "ScenemaModelLoader", | |
| "pos": [ | |
| -6.7417813374352065, | |
| -550.977871812116 | |
| ], | |
| "size": [ | |
| 507.859375, | |
| 241.65625 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "links": [ | |
| 20 | |
| ] | |
| }, | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "links": [ | |
| 21 | |
| ] | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "links": [ | |
| 22 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-gguf-loader", | |
| "ver": "1.3.2", | |
| "Node name for S&R": "ScenemaModelLoader" | |
| }, | |
| "widgets_values": [ | |
| "scenema-audio-transformer-int8.safetensors", | |
| "gemma-3-12b-it-Q4_K_M.gguf", | |
| "scenema-audio-pipeline.safetensors", | |
| "scenema-audio-vae-encoder.safetensors" | |
| ], | |
| "widgets_values_named": { | |
| "transformer_name": "scenema-audio-transformer-int8.safetensors", | |
| "text_encoder_name": "gemma-3-12b-it-Q4_K_M.gguf", | |
| "pipeline_name": "scenema-audio-pipeline.safetensors", | |
| "vae_encoder_name": "scenema-audio-vae-encoder.safetensors" | |
| } | |
| }, | |
| { | |
| "id": 22, | |
| "type": "ScenemaAudioGenerate", | |
| "pos": [ | |
| 580.2993410015063, | |
| -566.8409647838305 | |
| ], | |
| "size": [ | |
| 629, | |
| 733.4375 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 20 | |
| }, | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 21 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 22 | |
| }, | |
| { | |
| "name": "ref_latent", | |
| "shape": 7, | |
| "type": "LATENT", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "audio", | |
| "type": "AUDIO", | |
| "links": [ | |
| 23 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-gguf-loader", | |
| "ver": "1.3.2", | |
| "Node name for S&R": "ScenemaAudioGenerate" | |
| }, | |
| "widgets_values": [ | |
| "Custom", | |
| "Male, late 60s. Deep, gravelly. Slow and deliberate. The weight of the cosmos in every word.", | |
| "male", | |
| "It is not the critic who counts; not the man who points out how the strong man stumbled, or where the doer of deeds could have done better; The credit belongs to the man who is actually in the arena; whose face is marred by dust and sweat and blood; who strives valiantly; who errs and comes short again and again; who knows the great enthusiasms, the great devotions, and spends himself in a worthy cause; who at the best knows in the end the triumph of high achievement; and who at the worst, if he fails, at least fails while daring greatly; so that his place shall never be with those cold and timid souls, who know neither victory nor defeat.", | |
| "Quiet indoor room", | |
| 973316669509988, | |
| "randomize", | |
| "", | |
| "", | |
| "English", | |
| 1.5 | |
| ], | |
| "widgets_values_named": { | |
| "preset": "Custom", | |
| "voice_description": "Male, late 60s. Deep, gravelly. Slow and deliberate. The weight of the cosmos in every word.", | |
| "gender": "male", | |
| "speech_text": "It is not the critic who counts; not the man who points out how the strong man stumbled, or where the doer of deeds could have done better; The credit belongs to the man who is actually in the arena; whose face is marred by dust and sweat and blood; who strives valiantly; who errs and comes short again and again; who knows the great enthusiasms, the great devotions, and spends himself in a worthy cause; who at the best knows in the end the triumph of high achievement; and who at the worst, if he fails, at least fails while daring greatly; so that his place shall never be with those cold and timid souls, who know neither victory nor defeat.", | |
| "scene": "Quiet indoor room", | |
| "seed": 973316669509988, | |
| "control_after_generate": "randomize", | |
| "custom_scene": "", | |
| "action_tags": "", | |
| "language": "English", | |
| "pace": 1.5 | |
| } | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 20, | |
| 21, | |
| 0, | |
| 22, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 21, | |
| 21, | |
| 1, | |
| 22, | |
| 1, | |
| "CLIP" | |
| ], | |
| [ | |
| 22, | |
| 21, | |
| 2, | |
| 22, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 23, | |
| 22, | |
| 0, | |
| 11, | |
| 0, | |
| "AUDIO" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 1, | |
| "title": "Loader", | |
| "bounding": [ | |
| -19.302415163766632, | |
| -632.6515353434194, | |
| 541.2477105718981, | |
| 344.21976566548886 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 2, | |
| "title": "Prompt", | |
| "bounding": [ | |
| 565.2159052279768, | |
| -639.4519747231207, | |
| 656.6622428177246, | |
| 820.5820739949131 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 3, | |
| "title": "Save", | |
| "bounding": [ | |
| 1278.154775222611, | |
| -634.7549400893079, | |
| 346.71127419607865, | |
| 306.0127938779693 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.7627768444385803, | |
| "offset": [ | |
| 228.60337599804723, | |
| 798.4626207515117 | |
| ] | |
| }, | |
| "frontendVersion": "1.49.6" | |
| }, | |
| "version": 0.4 | |
| } |