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
Upload 2 files
Browse files
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
split/text_encoders/gemma-3-12b-it-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
split/text_encoders/gemma-3-12b-it-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
workflow_examples/workflow_example_scenema.png filter=lfs diff=lfs merge=lfs -text
|
workflow_examples/scenema_audio.json
ADDED
|
@@ -0,0 +1,269 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "139f4ee6-b61a-408c-b0b7-a9f16758509e",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 22,
|
| 5 |
+
"last_link_id": 23,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 11,
|
| 9 |
+
"type": "SaveAudioAdvanced",
|
| 10 |
+
"pos": [
|
| 11 |
+
1293.9706926062663,
|
| 12 |
+
-564.8610802446802
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
316.59375,
|
| 16 |
+
160
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 2,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [
|
| 22 |
+
{
|
| 23 |
+
"name": "audio",
|
| 24 |
+
"type": "AUDIO",
|
| 25 |
+
"link": 23
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"outputs": [
|
| 29 |
+
{
|
| 30 |
+
"name": "audio",
|
| 31 |
+
"type": "AUDIO",
|
| 32 |
+
"links": null
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"properties": {
|
| 36 |
+
"cnr_id": "comfy-core",
|
| 37 |
+
"ver": "0.32.0"
|
| 38 |
+
},
|
| 39 |
+
"widgets_values": [
|
| 40 |
+
"audio/ComfyUI",
|
| 41 |
+
"mp3",
|
| 42 |
+
"320k"
|
| 43 |
+
],
|
| 44 |
+
"widgets_values_named": {
|
| 45 |
+
"filename_prefix": "audio/ComfyUI",
|
| 46 |
+
"format": "mp3",
|
| 47 |
+
"format.quality": "320k"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"id": 21,
|
| 52 |
+
"type": "ScenemaModelLoader",
|
| 53 |
+
"pos": [
|
| 54 |
+
-6.7417813374352065,
|
| 55 |
+
-550.977871812116
|
| 56 |
+
],
|
| 57 |
+
"size": [
|
| 58 |
+
507.859375,
|
| 59 |
+
241.65625
|
| 60 |
+
],
|
| 61 |
+
"flags": {},
|
| 62 |
+
"order": 0,
|
| 63 |
+
"mode": 0,
|
| 64 |
+
"inputs": [],
|
| 65 |
+
"outputs": [
|
| 66 |
+
{
|
| 67 |
+
"name": "model",
|
| 68 |
+
"type": "MODEL",
|
| 69 |
+
"links": [
|
| 70 |
+
20
|
| 71 |
+
]
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"name": "clip",
|
| 75 |
+
"type": "CLIP",
|
| 76 |
+
"links": [
|
| 77 |
+
21
|
| 78 |
+
]
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"name": "vae",
|
| 82 |
+
"type": "VAE",
|
| 83 |
+
"links": [
|
| 84 |
+
22
|
| 85 |
+
]
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"properties": {
|
| 89 |
+
"cnr_id": "comfyui-gguf-loader",
|
| 90 |
+
"ver": "1.3.2",
|
| 91 |
+
"Node name for S&R": "ScenemaModelLoader"
|
| 92 |
+
},
|
| 93 |
+
"widgets_values": [
|
| 94 |
+
"scenema-audio-transformer-int8.safetensors",
|
| 95 |
+
"gemma-3-12b-it-Q4_K_M.gguf",
|
| 96 |
+
"scenema-audio-pipeline.safetensors",
|
| 97 |
+
"scenema-audio-vae-encoder.safetensors"
|
| 98 |
+
],
|
| 99 |
+
"widgets_values_named": {
|
| 100 |
+
"transformer_name": "scenema-audio-transformer-int8.safetensors",
|
| 101 |
+
"text_encoder_name": "gemma-3-12b-it-Q4_K_M.gguf",
|
| 102 |
+
"pipeline_name": "scenema-audio-pipeline.safetensors",
|
| 103 |
+
"vae_encoder_name": "scenema-audio-vae-encoder.safetensors"
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"id": 22,
|
| 108 |
+
"type": "ScenemaAudioGenerate",
|
| 109 |
+
"pos": [
|
| 110 |
+
580.2993410015063,
|
| 111 |
+
-566.8409647838305
|
| 112 |
+
],
|
| 113 |
+
"size": [
|
| 114 |
+
629,
|
| 115 |
+
733.4375
|
| 116 |
+
],
|
| 117 |
+
"flags": {},
|
| 118 |
+
"order": 1,
|
| 119 |
+
"mode": 0,
|
| 120 |
+
"inputs": [
|
| 121 |
+
{
|
| 122 |
+
"name": "model",
|
| 123 |
+
"type": "MODEL",
|
| 124 |
+
"link": 20
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"name": "clip",
|
| 128 |
+
"type": "CLIP",
|
| 129 |
+
"link": 21
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"name": "vae",
|
| 133 |
+
"type": "VAE",
|
| 134 |
+
"link": 22
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"name": "ref_latent",
|
| 138 |
+
"shape": 7,
|
| 139 |
+
"type": "LATENT",
|
| 140 |
+
"link": null
|
| 141 |
+
}
|
| 142 |
+
],
|
| 143 |
+
"outputs": [
|
| 144 |
+
{
|
| 145 |
+
"name": "audio",
|
| 146 |
+
"type": "AUDIO",
|
| 147 |
+
"links": [
|
| 148 |
+
23
|
| 149 |
+
]
|
| 150 |
+
}
|
| 151 |
+
],
|
| 152 |
+
"properties": {
|
| 153 |
+
"cnr_id": "comfyui-gguf-loader",
|
| 154 |
+
"ver": "1.3.2",
|
| 155 |
+
"Node name for S&R": "ScenemaAudioGenerate"
|
| 156 |
+
},
|
| 157 |
+
"widgets_values": [
|
| 158 |
+
"Custom",
|
| 159 |
+
"Male, late 60s. Deep, gravelly. Slow and deliberate. The weight of the cosmos in every word.",
|
| 160 |
+
"male",
|
| 161 |
+
"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.",
|
| 162 |
+
"Quiet indoor room",
|
| 163 |
+
973316669509988,
|
| 164 |
+
"randomize",
|
| 165 |
+
"",
|
| 166 |
+
"",
|
| 167 |
+
"English",
|
| 168 |
+
1.5
|
| 169 |
+
],
|
| 170 |
+
"widgets_values_named": {
|
| 171 |
+
"preset": "Custom",
|
| 172 |
+
"voice_description": "Male, late 60s. Deep, gravelly. Slow and deliberate. The weight of the cosmos in every word.",
|
| 173 |
+
"gender": "male",
|
| 174 |
+
"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.",
|
| 175 |
+
"scene": "Quiet indoor room",
|
| 176 |
+
"seed": 973316669509988,
|
| 177 |
+
"control_after_generate": "randomize",
|
| 178 |
+
"custom_scene": "",
|
| 179 |
+
"action_tags": "",
|
| 180 |
+
"language": "English",
|
| 181 |
+
"pace": 1.5
|
| 182 |
+
}
|
| 183 |
+
}
|
| 184 |
+
],
|
| 185 |
+
"links": [
|
| 186 |
+
[
|
| 187 |
+
20,
|
| 188 |
+
21,
|
| 189 |
+
0,
|
| 190 |
+
22,
|
| 191 |
+
0,
|
| 192 |
+
"MODEL"
|
| 193 |
+
],
|
| 194 |
+
[
|
| 195 |
+
21,
|
| 196 |
+
21,
|
| 197 |
+
1,
|
| 198 |
+
22,
|
| 199 |
+
1,
|
| 200 |
+
"CLIP"
|
| 201 |
+
],
|
| 202 |
+
[
|
| 203 |
+
22,
|
| 204 |
+
21,
|
| 205 |
+
2,
|
| 206 |
+
22,
|
| 207 |
+
2,
|
| 208 |
+
"VAE"
|
| 209 |
+
],
|
| 210 |
+
[
|
| 211 |
+
23,
|
| 212 |
+
22,
|
| 213 |
+
0,
|
| 214 |
+
11,
|
| 215 |
+
0,
|
| 216 |
+
"AUDIO"
|
| 217 |
+
]
|
| 218 |
+
],
|
| 219 |
+
"groups": [
|
| 220 |
+
{
|
| 221 |
+
"id": 1,
|
| 222 |
+
"title": "Loader",
|
| 223 |
+
"bounding": [
|
| 224 |
+
-19.302415163766632,
|
| 225 |
+
-632.6515353434194,
|
| 226 |
+
541.2477105718981,
|
| 227 |
+
344.21976566548886
|
| 228 |
+
],
|
| 229 |
+
"color": "#3f789e",
|
| 230 |
+
"flags": {}
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"id": 2,
|
| 234 |
+
"title": "Prompt",
|
| 235 |
+
"bounding": [
|
| 236 |
+
565.2159052279768,
|
| 237 |
+
-639.4519747231207,
|
| 238 |
+
656.6622428177246,
|
| 239 |
+
820.5820739949131
|
| 240 |
+
],
|
| 241 |
+
"color": "#3f789e",
|
| 242 |
+
"flags": {}
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"id": 3,
|
| 246 |
+
"title": "Save",
|
| 247 |
+
"bounding": [
|
| 248 |
+
1278.154775222611,
|
| 249 |
+
-634.7549400893079,
|
| 250 |
+
346.71127419607865,
|
| 251 |
+
306.0127938779693
|
| 252 |
+
],
|
| 253 |
+
"color": "#3f789e",
|
| 254 |
+
"flags": {}
|
| 255 |
+
}
|
| 256 |
+
],
|
| 257 |
+
"config": {},
|
| 258 |
+
"extra": {
|
| 259 |
+
"ds": {
|
| 260 |
+
"scale": 0.7627768444385803,
|
| 261 |
+
"offset": [
|
| 262 |
+
228.60337599804723,
|
| 263 |
+
798.4626207515117
|
| 264 |
+
]
|
| 265 |
+
},
|
| 266 |
+
"frontendVersion": "1.49.6"
|
| 267 |
+
},
|
| 268 |
+
"version": 0.4
|
| 269 |
+
}
|
workflow_examples/workflow_example_scenema.png
ADDED
|
Git LFS Details
|