Image-to-Video
Diffusers
Safetensors
GGUF
text-to-video
video-to-video
image-text-to-video
audio-to-video
text-to-audio
video-to-audio
audio-to-audio
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
ltx-2-3
sulphur
sulphur-2
conversational
Instructions to use vantagewithai/Sulphur-2-Base-Split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vantagewithai/Sulphur-2-Base-Split with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("vantagewithai/Sulphur-2-Base-Split", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - llama-cpp-python
How to use vantagewithai/Sulphur-2-Base-Split with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="vantagewithai/Sulphur-2-Base-Split", filename="text_encoder/Qwen3.5-sulphur_prompt_enhancer-Q8_0.gguf", )
llm.create_chat_completion( messages = "{\n \"image\": \"cat.png\",\n \"prompt\": \"The cat starts to dance\"\n}" ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use vantagewithai/Sulphur-2-Base-Split with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf vantagewithai/Sulphur-2-Base-Split:Q8_0 # Run inference directly in the terminal: llama-cli -hf vantagewithai/Sulphur-2-Base-Split:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf vantagewithai/Sulphur-2-Base-Split:Q8_0 # Run inference directly in the terminal: llama-cli -hf vantagewithai/Sulphur-2-Base-Split:Q8_0
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 vantagewithai/Sulphur-2-Base-Split:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf vantagewithai/Sulphur-2-Base-Split:Q8_0
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 vantagewithai/Sulphur-2-Base-Split:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf vantagewithai/Sulphur-2-Base-Split:Q8_0
Use Docker
docker model run hf.co/vantagewithai/Sulphur-2-Base-Split:Q8_0
- LM Studio
- Jan
- Ollama
How to use vantagewithai/Sulphur-2-Base-Split with Ollama:
ollama run hf.co/vantagewithai/Sulphur-2-Base-Split:Q8_0
- Unsloth Studio new
How to use vantagewithai/Sulphur-2-Base-Split 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 vantagewithai/Sulphur-2-Base-Split 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 vantagewithai/Sulphur-2-Base-Split to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for vantagewithai/Sulphur-2-Base-Split to start chatting
- Pi new
How to use vantagewithai/Sulphur-2-Base-Split with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf vantagewithai/Sulphur-2-Base-Split:Q8_0
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "vantagewithai/Sulphur-2-Base-Split:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use vantagewithai/Sulphur-2-Base-Split with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf vantagewithai/Sulphur-2-Base-Split:Q8_0
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default vantagewithai/Sulphur-2-Base-Split:Q8_0
Run Hermes
hermes
- Docker Model Runner
How to use vantagewithai/Sulphur-2-Base-Split with Docker Model Runner:
docker model run hf.co/vantagewithai/Sulphur-2-Base-Split:Q8_0
- Lemonade
How to use vantagewithai/Sulphur-2-Base-Split with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vantagewithai/Sulphur-2-Base-Split:Q8_0
Run and chat with the model
lemonade run user.Sulphur-2-Base-Split-Q8_0
List all available models
lemonade list
Upload Vantage-Sulphur-2-Workflow.json
Browse files- Vantage-Sulphur-2-Workflow.json +30 -31
Vantage-Sulphur-2-Workflow.json
CHANGED
|
@@ -3557,7 +3557,6 @@
|
|
| 3557 |
"link": null
|
| 3558 |
},
|
| 3559 |
{
|
| 3560 |
-
"dir": 3,
|
| 3561 |
"name": "any_05",
|
| 3562 |
"type": "LATENT",
|
| 3563 |
"link": null
|
|
@@ -4119,30 +4118,6 @@
|
|
| 4119 |
"color": "#232",
|
| 4120 |
"bgcolor": "#353"
|
| 4121 |
},
|
| 4122 |
-
{
|
| 4123 |
-
"id": 254,
|
| 4124 |
-
"type": "MarkdownNote",
|
| 4125 |
-
"pos": [
|
| 4126 |
-
-962.6302735981759,
|
| 4127 |
-
4950.248487143484
|
| 4128 |
-
],
|
| 4129 |
-
"size": [
|
| 4130 |
-
544.2015688405178,
|
| 4131 |
-
727.2742475515188
|
| 4132 |
-
],
|
| 4133 |
-
"flags": {},
|
| 4134 |
-
"order": 23,
|
| 4135 |
-
"mode": 0,
|
| 4136 |
-
"inputs": [],
|
| 4137 |
-
"outputs": [],
|
| 4138 |
-
"title": "Model Links",
|
| 4139 |
-
"properties": {},
|
| 4140 |
-
"widgets_values": [
|
| 4141 |
-
"## Model links\n\n**Sulphur-2 Models**\n\n- **BF16**: [sulphur_dev_bf16_model.safetensors](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/model/sulphur_dev_bf16_model.safetensors?download=true)\n- **FP8**: [sulphur_dev_model_fp8mixed.safetensors](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/model/sulphur_dev_model_fp8mixed.safetensors?download=true)\n- **GGUF**: [sulphur_dev-XX_X.gguf](https://huggingface.co/vantagewithai/Sulphur-2-Base-GGUF/tree/main)\n\n**text_encoders**\n\n- [gemma_3_12B_it.safetensors](https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it.safetensors)\n- [ltx-2-3-22b-text_encoder.safetensors](https://huggingface.co/vantagewithai/LTX-2.3-Split/resolve/main/text_encoder/ltx-2-3-22b-text_encoder.safetensors?download=true)\n\n**vae**\n\n- [ltx-2-3-22b-VAE.safetensors](https://huggingface.co/vantagewithai/LTX-2.3-Split/resolve/main/vae/ltx-2-3-22b-VAE.safetensors?download=true)\n- [ltx-2-3-22b-audio_vae.safetensors](https://huggingface.co/vantagewithai/LTX-2.3-Split/resolve/main/audio_vae/ltx-2-3-22b-audio_vae.safetensors?download=true)\n\n**loras**\n\n- [ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/lora/ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors?download=true)\n\n**latent_upscale_models**\n\n- [ltx-2.3-spatial-upscaler-x2-1.1.safetensors](https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors?download=true)\n\n**Vocals Extraction**\n\n- [MelBandRoformer_fp32.safetensors](https://huggingface.co/Kijai/MelBandRoFormer_comfy/resolve/main/MelBandRoformer_fp32.safetensors?download=true)\n\nModel Storage Location\n\n```\nπ ComfyUI/\nβββ π models/\nβ βββ π diffusion_models/\nβ β βββ sulphur_dev_bf16_model.safetensors\nβ β βββ MelBandRoformer_fp32.safetensors\nβ βββ π unet/\nβ β βββ sulphur_dev-XX_X.gguf\nβ βββ π text_encoders/\nβ β βββ gemma_3_12B_it.safetensors\nβ β βββ ltx-2-3-22b-text_encoder.safetensors\nβ βββ π vae/\nβ β βββ ltx-2-3-22b-VAE.safetensors\nβ β βββ ltx-2-3-22b-audio_vae.safetensors\nβ βββ π loras/\nβ β βββ ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors\nβ βββ π latent_upscale_models/\nβ βββ ltx-2.3-spatial-upscaler-x2-1.1.safetensors\n```\n"
|
| 4142 |
-
],
|
| 4143 |
-
"color": "#222",
|
| 4144 |
-
"bgcolor": "#000"
|
| 4145 |
-
},
|
| 4146 |
{
|
| 4147 |
"id": 393,
|
| 4148 |
"type": "PrimitiveStringMultiline",
|
|
@@ -4155,7 +4130,7 @@
|
|
| 4155 |
228.32081230701533
|
| 4156 |
],
|
| 4157 |
"flags": {},
|
| 4158 |
-
"order":
|
| 4159 |
"mode": 0,
|
| 4160 |
"inputs": [],
|
| 4161 |
"outputs": [
|
|
@@ -4192,7 +4167,7 @@
|
|
| 4192 |
58
|
| 4193 |
],
|
| 4194 |
"flags": {},
|
| 4195 |
-
"order":
|
| 4196 |
"mode": 0,
|
| 4197 |
"inputs": [],
|
| 4198 |
"outputs": [
|
|
@@ -4230,7 +4205,7 @@
|
|
| 4230 |
"flags": {
|
| 4231 |
"collapsed": false
|
| 4232 |
},
|
| 4233 |
-
"order":
|
| 4234 |
"mode": 0,
|
| 4235 |
"inputs": [],
|
| 4236 |
"outputs": [
|
|
@@ -4270,7 +4245,7 @@
|
|
| 4270 |
154
|
| 4271 |
],
|
| 4272 |
"flags": {},
|
| 4273 |
-
"order":
|
| 4274 |
"mode": 0,
|
| 4275 |
"inputs": [],
|
| 4276 |
"outputs": [
|
|
@@ -4292,6 +4267,30 @@
|
|
| 4292 |
},
|
| 4293 |
"color": "#323",
|
| 4294 |
"bgcolor": "#535"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4295 |
}
|
| 4296 |
],
|
| 4297 |
"links": [
|
|
@@ -5411,8 +5410,8 @@
|
|
| 5411 |
"ds": {
|
| 5412 |
"scale": 1.5000000000000022,
|
| 5413 |
"offset": [
|
| 5414 |
-
446.
|
| 5415 |
-
-
|
| 5416 |
]
|
| 5417 |
},
|
| 5418 |
"frontendVersion": "1.43.17",
|
|
|
|
| 3557 |
"link": null
|
| 3558 |
},
|
| 3559 |
{
|
|
|
|
| 3560 |
"name": "any_05",
|
| 3561 |
"type": "LATENT",
|
| 3562 |
"link": null
|
|
|
|
| 4118 |
"color": "#232",
|
| 4119 |
"bgcolor": "#353"
|
| 4120 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4121 |
{
|
| 4122 |
"id": 393,
|
| 4123 |
"type": "PrimitiveStringMultiline",
|
|
|
|
| 4130 |
228.32081230701533
|
| 4131 |
],
|
| 4132 |
"flags": {},
|
| 4133 |
+
"order": 23,
|
| 4134 |
"mode": 0,
|
| 4135 |
"inputs": [],
|
| 4136 |
"outputs": [
|
|
|
|
| 4167 |
58
|
| 4168 |
],
|
| 4169 |
"flags": {},
|
| 4170 |
+
"order": 24,
|
| 4171 |
"mode": 0,
|
| 4172 |
"inputs": [],
|
| 4173 |
"outputs": [
|
|
|
|
| 4205 |
"flags": {
|
| 4206 |
"collapsed": false
|
| 4207 |
},
|
| 4208 |
+
"order": 25,
|
| 4209 |
"mode": 0,
|
| 4210 |
"inputs": [],
|
| 4211 |
"outputs": [
|
|
|
|
| 4245 |
154
|
| 4246 |
],
|
| 4247 |
"flags": {},
|
| 4248 |
+
"order": 26,
|
| 4249 |
"mode": 0,
|
| 4250 |
"inputs": [],
|
| 4251 |
"outputs": [
|
|
|
|
| 4267 |
},
|
| 4268 |
"color": "#323",
|
| 4269 |
"bgcolor": "#535"
|
| 4270 |
+
},
|
| 4271 |
+
{
|
| 4272 |
+
"id": 254,
|
| 4273 |
+
"type": "MarkdownNote",
|
| 4274 |
+
"pos": [
|
| 4275 |
+
-962.6302735981759,
|
| 4276 |
+
4950.248487143484
|
| 4277 |
+
],
|
| 4278 |
+
"size": [
|
| 4279 |
+
544.2015688405178,
|
| 4280 |
+
727.2742475515188
|
| 4281 |
+
],
|
| 4282 |
+
"flags": {},
|
| 4283 |
+
"order": 27,
|
| 4284 |
+
"mode": 0,
|
| 4285 |
+
"inputs": [],
|
| 4286 |
+
"outputs": [],
|
| 4287 |
+
"title": "Model Links",
|
| 4288 |
+
"properties": {},
|
| 4289 |
+
"widgets_values": [
|
| 4290 |
+
"## Model links\n\n**Sulphur-2 Models**\n\n- **BF16**: [sulphur_dev_bf16_model.safetensors](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/model/sulphur_dev_bf16_model.safetensors?download=true)\n- **FP8**: [sulphur_dev_model_fp8mixed.safetensors](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/model/sulphur_dev_model_fp8mixed.safetensors?download=true)\n- **GGUF**: [sulphur_dev-XX_X.gguf](https://huggingface.co/vantagewithai/Sulphur-2-Base-GGUF/tree/main)\n\n**text_encoders**\n\n- [gemma_3_12B_it.safetensors](https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it.safetensors)\n- [ltx-2-3-22b-text_encoder.safetensors](https://huggingface.co/vantagewithai/LTX-2.3-Split/resolve/main/text_encoder/ltx-2-3-22b-text_encoder.safetensors?download=true)\n\n**vae**\n\n- [ltx-2-3-22b-VAE.safetensors](https://huggingface.co/vantagewithai/LTX-2.3-Split/resolve/main/vae/ltx-2-3-22b-VAE.safetensors?download=true)\n- [ltx-2-3-22b-audio_vae.safetensors](https://huggingface.co/vantagewithai/LTX-2.3-Split/resolve/main/audio_vae/ltx-2-3-22b-audio_vae.safetensors?download=true)\n\n**loras**\n\n- [ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/lora/ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors?download=true)\n\n**latent_upscale_models**\n\n- [ltx-2.3-spatial-upscaler-x2-1.1.safetensors](https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors?download=true)\n\n**Vocals Extraction**\n\n- [MelBandRoformer_fp32.safetensors](https://huggingface.co/Kijai/MelBandRoFormer_comfy/resolve/main/MelBandRoformer_fp32.safetensors?download=true)\n\n**Prompt Enhancer**\n\n- [Qwen3.5-sulphur_prompt_enhancer-Q8_0.gguf](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/text_encoder/Qwen3.5-sulphur_prompt_enhancer-Q8_0.gguf?download=true)\n- [mmproj-BF16.gguf](https://huggingface.co/vantagewithai/Sulphur-2-Base-Split/resolve/main/text_encoder/mmproj-BF16.gguf?download=true)\n\nModel Storage Location\n\n```\nπ ComfyUI/\nβββ π models/\nβ βββ π diffusion_models/\nβ β βββ sulphur_dev_bf16_model.safetensors\nβ β βββ MelBandRoformer_fp32.safetensors\nβ βββ π unet/\nβ β βββ sulphur_dev-XX_X.gguf\nβ βββ π text_encoders/\nβ β βββ gemma_3_12B_it.safetensors\nβ β βββ ltx-2-3-22b-text_encoder.safetensors\nβ β βββ Qwen3.5-sulphur_prompt_enhancer-Q8_0.gguf\nβ β βββ mmproj-BF16.gguf\nβ βββ π vae/\nβ β βββ ltx-2-3-22b-VAE.safetensors\nβ β βββ ltx-2-3-22b-audio_vae.safetensors\nβ βββ π loras/\nβ β βββ ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors\nβ βββ π latent_upscale_models/\nβ βββ ltx-2.3-spatial-upscaler-x2-1.1.safetensors\n```\n"
|
| 4291 |
+
],
|
| 4292 |
+
"color": "#222",
|
| 4293 |
+
"bgcolor": "#000"
|
| 4294 |
}
|
| 4295 |
],
|
| 4296 |
"links": [
|
|
|
|
| 5410 |
"ds": {
|
| 5411 |
"scale": 1.5000000000000022,
|
| 5412 |
"offset": [
|
| 5413 |
+
446.6834084206686,
|
| 5414 |
+
-4859.752099904979
|
| 5415 |
]
|
| 5416 |
},
|
| 5417 |
"frontendVersion": "1.43.17",
|