Instructions to use SulphurAI/Sulphur-2-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SulphurAI/Sulphur-2-base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SulphurAI/Sulphur-2-base", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - llama-cpp-python
How to use SulphurAI/Sulphur-2-base with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="SulphurAI/Sulphur-2-base", filename="prompt_enhancer/mmproj-BF16.gguf", )
llm.create_chat_completion( messages = "\"A young man walking on the street\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use SulphurAI/Sulphur-2-base with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf SulphurAI/Sulphur-2-base:BF16 # Run inference directly in the terminal: llama-cli -hf SulphurAI/Sulphur-2-base:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf SulphurAI/Sulphur-2-base:BF16 # Run inference directly in the terminal: llama-cli -hf SulphurAI/Sulphur-2-base:BF16
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 SulphurAI/Sulphur-2-base:BF16 # Run inference directly in the terminal: ./llama-cli -hf SulphurAI/Sulphur-2-base:BF16
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 SulphurAI/Sulphur-2-base:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf SulphurAI/Sulphur-2-base:BF16
Use Docker
docker model run hf.co/SulphurAI/Sulphur-2-base:BF16
- LM Studio
- Jan
- Ollama
How to use SulphurAI/Sulphur-2-base with Ollama:
ollama run hf.co/SulphurAI/Sulphur-2-base:BF16
- Unsloth Studio new
How to use SulphurAI/Sulphur-2-base 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 SulphurAI/Sulphur-2-base 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 SulphurAI/Sulphur-2-base to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for SulphurAI/Sulphur-2-base to start chatting
- Pi new
How to use SulphurAI/Sulphur-2-base with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf SulphurAI/Sulphur-2-base:BF16
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": "SulphurAI/Sulphur-2-base:BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use SulphurAI/Sulphur-2-base with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf SulphurAI/Sulphur-2-base:BF16
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 SulphurAI/Sulphur-2-base:BF16
Run Hermes
hermes
- Docker Model Runner
How to use SulphurAI/Sulphur-2-base with Docker Model Runner:
docker model run hf.co/SulphurAI/Sulphur-2-base:BF16
- Lemonade
How to use SulphurAI/Sulphur-2-base with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SulphurAI/Sulphur-2-base:BF16
Run and chat with the model
lemonade run user.Sulphur-2-base-BF16
List all available models
lemonade list
| { | |
| "id": "8ab11aed-daff-4d6f-94cb-c8d9e88710ac", | |
| "revision": 0, | |
| "last_node_id": 67, | |
| "last_link_id": 112, | |
| "nodes": [ | |
| { | |
| "id": 3, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 5880.670120534078, | |
| 4864.087071545735 | |
| ], | |
| "size": [ | |
| 270, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 47, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 1 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 2 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 54 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 4, | |
| "type": "LTXVAudioVAELoader", | |
| "pos": [ | |
| 2790.669915402209, | |
| 4624.086916856088 | |
| ], | |
| "size": [ | |
| 420, | |
| 68.88020833333334 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "Audio VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 37, | |
| 46 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LTXVAudioVAELoader", | |
| "models": [ | |
| { | |
| "name": "ltx-2.3-22b-dev-fp8.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2.3-fp8/resolve/main/ltx-2.3-22b-dev-fp8.safetensors", | |
| "directory": "checkpoints" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-dev-fp8.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 4663.003365446446, | |
| 4297.115751528979 | |
| ], | |
| "size": [ | |
| 213.125, | |
| 238.1416015625 | |
| ], | |
| "flags": {}, | |
| "order": 41, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 6 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 7 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 8 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 71 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 10 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 49 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.60", | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "LTXVCropGuides", | |
| "pos": [ | |
| 5003.002813944201, | |
| 4477.115867546215 | |
| ], | |
| "size": [ | |
| 240, | |
| 80 | |
| ], | |
| "flags": {}, | |
| "order": 43, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 11 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 12 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 13 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 4 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 5 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "slot_index": 2, | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LTXVCropGuides", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 12, | |
| "type": "ResizeImagesByLongerEdge", | |
| "pos": [ | |
| 2858.004051104041, | |
| 5367.4202972688645 | |
| ], | |
| "size": [ | |
| 303.60677083333337, | |
| 66.66666666666667 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 29, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 15 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 23 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "ResizeImagesByLongerEdge", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1536 | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "LTXVLatentUpsampler", | |
| "pos": [ | |
| 5420.670174339184, | |
| 4554.086906767633 | |
| ], | |
| "size": [ | |
| 320, | |
| 80 | |
| ], | |
| "flags": {}, | |
| "order": 44, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 16 | |
| }, | |
| { | |
| "name": "upscale_model", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "link": 17 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 18 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 21 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "LTXVLatentUpsampler", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 15, | |
| "type": "LTXVPreprocess", | |
| "pos": [ | |
| 3278.003270930136, | |
| 5367.4202972688645 | |
| ], | |
| "size": [ | |
| 280, | |
| 66.66666666666667 | |
| ], | |
| "flags": {}, | |
| "order": 34, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 23 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output_image", | |
| "type": "IMAGE", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVPreprocess", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 18 | |
| ] | |
| }, | |
| { | |
| "id": 16, | |
| "type": "ResizeImageMaskNode", | |
| "pos": [ | |
| 2848.0038695118415, | |
| 5157.421107708134 | |
| ], | |
| "size": [ | |
| 284.375, | |
| 154 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "input", | |
| "type": "IMAGE,MASK", | |
| "link": null | |
| }, | |
| { | |
| "name": "resize_type.width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "resize_type.width" | |
| }, | |
| "link": 24 | |
| }, | |
| { | |
| "name": "resize_type.height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "resize_type.height" | |
| }, | |
| "link": 25 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "resized", | |
| "type": "*", | |
| "links": [ | |
| 15 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "ResizeImageMaskNode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "scale dimensions", | |
| 1920, | |
| 1088, | |
| "center", | |
| "lanczos" | |
| ] | |
| }, | |
| { | |
| "id": 18, | |
| "type": "ComfyMathExpression", | |
| "pos": [ | |
| 3686.595361217282, | |
| 5159.689419347806 | |
| ], | |
| "size": [ | |
| 210, | |
| 74 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "values.a", | |
| "type": "FLOAT,INT", | |
| "link": 26 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "values.b", | |
| "shape": 7, | |
| "type": "FLOAT,INT", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 29 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "ComfyMathExpression", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "a/2" | |
| ] | |
| }, | |
| { | |
| "id": 19, | |
| "type": "Reroute", | |
| "pos": [ | |
| 5113.002289344508, | |
| 4717.115812059704 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 27 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "VAE", | |
| "links": [ | |
| 18, | |
| 19, | |
| 64 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false, | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| } | |
| }, | |
| { | |
| "id": 20, | |
| "type": "ComfyMathExpression", | |
| "pos": [ | |
| 3696.595361217282, | |
| 5219.689419347806 | |
| ], | |
| "size": [ | |
| 210, | |
| 74 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "values.a", | |
| "type": "FLOAT,INT", | |
| "link": 28 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "values.b", | |
| "shape": 7, | |
| "type": "FLOAT,INT", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 30 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "ComfyMathExpression", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "a/2" | |
| ] | |
| }, | |
| { | |
| "id": 21, | |
| "type": "EmptyLTXVLatentVideo", | |
| "pos": [ | |
| 4006.2826404334255, | |
| 5344.7618986551115 | |
| ], | |
| "size": [ | |
| 270, | |
| 146.66666666666669 | |
| ], | |
| "flags": {}, | |
| "order": 30, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 29 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 30 | |
| }, | |
| { | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": 31 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 34 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.60", | |
| "Node name for S&R": "EmptyLTXVLatentVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 768, | |
| 512, | |
| 97, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 23, | |
| "type": "LTXVAudioVAEDecode", | |
| "pos": [ | |
| 6906.595361217282, | |
| 4509.689419347806 | |
| ], | |
| "size": [ | |
| 265.8984375, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 51, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 36 | |
| }, | |
| { | |
| "label": "Audio VAE", | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 37 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Audio", | |
| "type": "AUDIO", | |
| "links": [ | |
| 57 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVAudioVAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 24, | |
| "type": "ComfyMathExpression", | |
| "pos": [ | |
| 3686.595361217282, | |
| 5359.689419347806 | |
| ], | |
| "size": [ | |
| 210, | |
| 74 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "a", | |
| "name": "values.a", | |
| "type": "FLOAT,INT", | |
| "link": 38 | |
| }, | |
| { | |
| "label": "b", | |
| "name": "values.b", | |
| "shape": 7, | |
| "type": "FLOAT,INT", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "FLOAT", | |
| "type": "FLOAT", | |
| "links": [ | |
| 58 | |
| ] | |
| }, | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 48 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "ComfyMathExpression", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "a" | |
| ] | |
| }, | |
| { | |
| "id": 26, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| 2336.595361217282, | |
| 5319.689419347806 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 38 | |
| ] | |
| } | |
| ], | |
| "title": "Frame Rate", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "PrimitiveInt", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 24, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 33, | |
| "type": "LTXVEmptyLatentAudio", | |
| "pos": [ | |
| 4006.2826404334255, | |
| 5174.7618986551115 | |
| ], | |
| "size": [ | |
| 270, | |
| 120 | |
| ], | |
| "flags": {}, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "audio_vae", | |
| "type": "VAE", | |
| "link": 46 | |
| }, | |
| { | |
| "name": "frames_number", | |
| "type": "INT", | |
| "widget": { | |
| "name": "frames_number" | |
| }, | |
| "link": 47 | |
| }, | |
| { | |
| "name": "frame_rate", | |
| "type": "INT", | |
| "widget": { | |
| "name": "frame_rate" | |
| }, | |
| "link": 48 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "Latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 45 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LTXVEmptyLatentAudio", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 97, | |
| 25, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 35, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 4998.928242945224, | |
| 4302.718304462968 | |
| ], | |
| "size": [ | |
| 240, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 42, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 49 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 13, | |
| 16 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 2 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 37, | |
| "type": "LTXVSeparateAVLatent", | |
| "pos": [ | |
| 6566.595361217282, | |
| 4289.689419347806 | |
| ], | |
| "size": [ | |
| 193.33333435058594, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 49, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "av_latent", | |
| "type": "LATENT", | |
| "link": 55 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 63 | |
| ] | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 36 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "LTXVSeparateAVLatent", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 39, | |
| "type": "LatentUpscaleModelLoader", | |
| "pos": [ | |
| 2796.595361217282, | |
| 4929.689419347806 | |
| ], | |
| "size": [ | |
| 400, | |
| 68.88020833333334 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT_UPSCALE_MODEL", | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "links": [ | |
| 17 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LatentUpscaleModelLoader", | |
| "models": [ | |
| { | |
| "name": "ltx-2.3-spatial-upscaler-x2-1.0.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.0.safetensors", | |
| "directory": "latent_upscale_models" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-spatial-upscaler-x2-1.0.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 41, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 3329.7889603347535, | |
| 4776.827954203707 | |
| ], | |
| "size": [ | |
| 590, | |
| 160 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 59 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 42 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "pc game, console game, video game, cartoon, childish, ugly" | |
| ], | |
| "color": "#323", | |
| "bgcolor": "#535" | |
| }, | |
| { | |
| "id": 38, | |
| "type": "CreateVideo", | |
| "pos": [ | |
| 6876.595361217282, | |
| 5249.689419347806 | |
| ], | |
| "size": [ | |
| 270, | |
| 86.66666666666667 | |
| ], | |
| "flags": {}, | |
| "order": 52, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 56 | |
| }, | |
| { | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": 57 | |
| }, | |
| { | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "fps" | |
| }, | |
| "link": 58 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "links": [ | |
| 65 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "CreateVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 24 | |
| ] | |
| }, | |
| { | |
| "id": 17, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 4263.002827395487, | |
| 4617.115887723123 | |
| ], | |
| "size": [ | |
| 270, | |
| 68.88020833333334 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 8 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "KSamplerSelect", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "euler_ancestral" | |
| ] | |
| }, | |
| { | |
| "id": 22, | |
| "type": "LTXVImgToVideoInplace", | |
| "pos": [ | |
| 4336.282640433423, | |
| 5354.7618986551115 | |
| ], | |
| "size": [ | |
| 270, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 35, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 32 | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": null | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 34 | |
| }, | |
| { | |
| "name": "bypass", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "bypass" | |
| }, | |
| "link": 35 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 44 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVImgToVideoInplace", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 0.7, | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 14, | |
| "type": "LTXVImgToVideoInplace", | |
| "pos": [ | |
| 5430.669515226753, | |
| 4724.087051368826 | |
| ], | |
| "size": [ | |
| 300, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 46, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 19 | |
| }, | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": null | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 21 | |
| }, | |
| { | |
| "name": "bypass", | |
| "type": "BOOLEAN", | |
| "widget": { | |
| "name": "bypass" | |
| }, | |
| "link": 22 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 1 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVImgToVideoInplace", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1, | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 28, | |
| "type": "PrimitiveBoolean", | |
| "pos": [ | |
| 2336.595361217287, | |
| 4736.004040140599 | |
| ], | |
| "size": [ | |
| 360, | |
| 63.333333333333336 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "BOOLEAN", | |
| "type": "BOOLEAN", | |
| "links": [ | |
| 22, | |
| 35 | |
| ] | |
| } | |
| ], | |
| "title": "Switch to Text to Video?", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.0", | |
| "Node name for S&R": "PrimitiveBoolean", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 32, | |
| "type": "LTXVConcatAVLatent", | |
| "pos": [ | |
| 4426.282640433423, | |
| 5214.7618986551115 | |
| ], | |
| "size": [ | |
| 187.5, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 38, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video_latent", | |
| "type": "LATENT", | |
| "link": 44 | |
| }, | |
| { | |
| "name": "audio_latent", | |
| "type": "LATENT", | |
| "link": 45 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 10, | |
| 72 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXVConcatAVLatent", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 5880.670120534078, | |
| 4604.086974024002 | |
| ], | |
| "size": [ | |
| 270, | |
| 68.88020833333334 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 52 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "KSamplerSelect", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "lcm" | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 5912.599959001766, | |
| 4423.823877234353 | |
| ], | |
| "size": [ | |
| 270, | |
| 106.66666666666667 | |
| ], | |
| "flags": {}, | |
| "order": 45, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 74 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 4 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 5 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 51 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.71", | |
| "Node name for S&R": "CFGGuider", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 31, | |
| "type": "LTXVConditioning", | |
| "pos": [ | |
| 3949.7889603347517, | |
| 4466.827954203707 | |
| ], | |
| "size": [ | |
| 270, | |
| 86.66666666666667 | |
| ], | |
| "flags": {}, | |
| "order": 31, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 41 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 42 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 11, | |
| 61 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 12, | |
| 62 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "LTXVConditioning", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 24 | |
| ] | |
| }, | |
| { | |
| "id": 11, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 2773.1336757485674, | |
| 4476.085433610091 | |
| ], | |
| "size": [ | |
| 420, | |
| 95.546875 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "models": [ | |
| { | |
| "name": "ltx-2.3-22b-distilled-lora-384.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-22b-distilled-lora-384.safetensors", | |
| "directory": "loras" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-distilled-lora-384.safetensors", | |
| 0.5 | |
| ] | |
| }, | |
| { | |
| "id": 42, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 4263.002827395487, | |
| 4457.1159247141295 | |
| ], | |
| "size": [ | |
| 270, | |
| 106.66666666666667 | |
| ], | |
| "flags": {}, | |
| "order": 39, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 91 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 61 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 62 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 7 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "Node name for S&R": "CFGGuider", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 3.6 | |
| ] | |
| }, | |
| { | |
| "id": 59, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 3925.267489279434, | |
| 3915.3128510626825 | |
| ], | |
| "size": [ | |
| 520, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 33, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 111 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 92 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Left/resolve/main/ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "directory": "loras" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-distilled-lora-384.safetensors", | |
| 0.4 | |
| ] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "VAEDecodeTiled", | |
| "pos": [ | |
| 6906.254137353754, | |
| 4292.4490696725115 | |
| ], | |
| "size": [ | |
| 270, | |
| 150 | |
| ], | |
| "flags": {}, | |
| "order": 50, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 63 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 64 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 56 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.14.1", | |
| "Node name for S&R": "VAEDecodeTiled", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 768, | |
| 64, | |
| 4096, | |
| 4 | |
| ] | |
| }, | |
| { | |
| "id": 30, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 3336.48484479923, | |
| 4295.310146525117 | |
| ], | |
| "size": [ | |
| 600, | |
| 380 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 39 | |
| }, | |
| { | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": 40 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 41 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 63, | |
| "type": "VAELoader", | |
| "pos": [ | |
| 3414.926988071283, | |
| 3611.6877123439103 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 100 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "VAELoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "taeltx2_3.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 6224.660410991754, | |
| 4898.071435222228 | |
| ], | |
| "size": [ | |
| 270, | |
| 70 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "ManualSigmas", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "0.85, 0.7250, 0.4219, 0.0" | |
| ] | |
| }, | |
| { | |
| "id": 65, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 6217.247087588566, | |
| 5026.76550550138 | |
| ], | |
| "size": [ | |
| 270, | |
| 70 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "ManualSigmas", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "0.8, 0.55, 0.25, 0.0" | |
| ] | |
| }, | |
| { | |
| "id": 1, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 5902.5558736697385, | |
| 4275.718965924739 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 50 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "RandomNoise", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 42, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 45, | |
| "type": "SaveVideo", | |
| "pos": [ | |
| 7369.541094572275, | |
| 4907.865833890682 | |
| ], | |
| "size": [ | |
| 660, | |
| 1253 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 53, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 65 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.5.1", | |
| "Node name for S&R": "SaveVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "video/LTX_2.3_t2v", | |
| "auto", | |
| "auto" | |
| ] | |
| }, | |
| { | |
| "id": 58, | |
| "type": "ManualSigmas", | |
| "pos": [ | |
| 6240.851860236549, | |
| 4764.14729890691 | |
| ], | |
| "size": [ | |
| 270, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 107 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.4", | |
| "Node name for S&R": "ManualSigmas", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.4.1" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "0.85, 0.7933, 0.68, 0.51, 0.2833, 0.0" | |
| ] | |
| }, | |
| { | |
| "id": 44, | |
| "type": "CheckpointLoaderSimple", | |
| "pos": [ | |
| 2814.7492122205467, | |
| 4316.591698272993 | |
| ], | |
| "size": [ | |
| 420, | |
| 108.88020833333334 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 103 | |
| ] | |
| }, | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [] | |
| }, | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 27, | |
| 32 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "CheckpointLoaderSimple", | |
| "models": [ | |
| { | |
| "name": "ltx-2.3-22b-dev-fp8.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2.3-fp8/resolve/main/ltx-2.3-22b-dev-fp8.safetensors", | |
| "directory": "checkpoints" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-dev-fp8.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 47, | |
| "type": "LTXVScheduler", | |
| "pos": [ | |
| 4318.092195490125, | |
| 4750.604726542793 | |
| ], | |
| "size": [ | |
| 270, | |
| 170 | |
| ], | |
| "flags": {}, | |
| "order": 40, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "latent", | |
| "shape": 7, | |
| "type": "LATENT", | |
| "link": 72 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 71 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "LTXVScheduler", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 50, | |
| 2.72, | |
| 0.8, | |
| true, | |
| 0 | |
| ] | |
| }, | |
| { | |
| "id": 36, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 6261.288582068708, | |
| 4238.939740147696 | |
| ], | |
| "size": [ | |
| 212.38333740234376, | |
| 237.71862211227418 | |
| ], | |
| "flags": {}, | |
| "order": 48, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 50 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 51 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 52 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 107 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 54 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 55 | |
| ] | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.75", | |
| "Node name for S&R": "SamplerCustomAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 25, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| 2336.595361217282, | |
| 5169.689419347806 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 25, | |
| 28 | |
| ] | |
| } | |
| ], | |
| "title": "Height", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "PrimitiveInt", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 768, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| 2336.595361217282, | |
| 5019.689419347806 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 24, | |
| 26 | |
| ] | |
| } | |
| ], | |
| "title": "Width", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "PrimitiveInt", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 1366, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 27, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| 2336.595361217282, | |
| 4869.689419347806 | |
| ], | |
| "size": [ | |
| 360, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 31, | |
| 47 | |
| ] | |
| } | |
| ], | |
| "title": "Length", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "PrimitiveInt", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 241, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 2, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 4263.002827395487, | |
| 4297.115751528979 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 6 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.56", | |
| "Node name for S&R": "RandomNoise", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 330548944887295, | |
| "randomize" | |
| ] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "LTXAVTextEncoderLoader", | |
| "pos": [ | |
| 2790.669915402209, | |
| 4754.086965616953 | |
| ], | |
| "size": [ | |
| 420, | |
| 124.44010416666667 | |
| ], | |
| "flags": {}, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 39, | |
| 59 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.7.0", | |
| "Node name for S&R": "LTXAVTextEncoderLoader", | |
| "models": [ | |
| { | |
| "name": "ltx-2.3-22b-dev-fp8.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2.3-fp8/resolve/main/ltx-2.3-22b-dev-fp8.safetensors", | |
| "directory": "checkpoints" | |
| }, | |
| { | |
| "name": "gemma_3_12B_it_fp4_mixed.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors", | |
| "directory": "text_encoders" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "gemma_3_12B_it_fp4_mixed.safetensors", | |
| "ltx-2.3-22b-dev-fp8.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 67, | |
| "type": "PathchSageAttentionKJ", | |
| "pos": [ | |
| 4296.145497133196, | |
| 3627.3231951220737 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 112 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 110, | |
| 111 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.2.9", | |
| "Node name for S&R": "PathchSageAttentionKJ", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.4.1" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "auto", | |
| false | |
| ] | |
| }, | |
| { | |
| "id": 64, | |
| "type": "LTX2SamplingPreviewOverride", | |
| "pos": [ | |
| 3892.195479122999, | |
| 3665.280447781146 | |
| ], | |
| "size": [ | |
| 316.6166595458984, | |
| 98 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 103 | |
| }, | |
| { | |
| "name": "latent_upscale_model", | |
| "shape": 7, | |
| "type": "LATENT_UPSCALE_MODEL", | |
| "link": null | |
| }, | |
| { | |
| "name": "vae", | |
| "shape": 7, | |
| "type": "VAE", | |
| "link": 100 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 112 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "1.2.6", | |
| "Node name for S&R": "LTX2SamplingPreviewOverride", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 24 | |
| ] | |
| }, | |
| { | |
| "id": 60, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 4576.3348191503255, | |
| 3886.748626302847 | |
| ], | |
| "size": [ | |
| 520, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 32, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 110 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 90 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Left/resolve/main/ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "directory": "loras" | |
| } | |
| ], | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "sulphur_final.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 46, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 3949.151737543026, | |
| 4079.8091099721296 | |
| ], | |
| "size": [ | |
| 520, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 37, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 92 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 91 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Left/resolve/main/ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "directory": "loras" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "sulphur_final.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 29, | |
| "type": "PrimitiveStringMultiline", | |
| "pos": [ | |
| 2336.595361217282, | |
| 4319.689419347806 | |
| ], | |
| "size": [ | |
| 360, | |
| 350 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 40 | |
| ] | |
| } | |
| ], | |
| "title": "Prompt", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.16.3", | |
| "Node name for S&R": "PrimitiveStringMultiline", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "PROMPT GOES HERE, YOU CAN USE THE PROMPT ENHANCER EXTERNALLY" | |
| ] | |
| }, | |
| { | |
| "id": 49, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 4726.182413864069, | |
| 4073.897095003737 | |
| ], | |
| "size": [ | |
| 520, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 36, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 90 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 74 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.68", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "models": [ | |
| { | |
| "name": "ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "url": "https://huggingface.co/Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Left/resolve/main/ltx-2-19b-lora-camera-control-dolly-left.safetensors", | |
| "directory": "loras" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.4.1", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors", | |
| 0.5 | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 1, | |
| 14, | |
| 0, | |
| 3, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 2, | |
| 35, | |
| 1, | |
| 3, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 4, | |
| 10, | |
| 0, | |
| 8, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 5, | |
| 10, | |
| 1, | |
| 8, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 6, | |
| 2, | |
| 0, | |
| 9, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 7, | |
| 42, | |
| 0, | |
| 9, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 8, | |
| 17, | |
| 0, | |
| 9, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 10, | |
| 32, | |
| 0, | |
| 9, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 11, | |
| 31, | |
| 0, | |
| 10, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 12, | |
| 31, | |
| 1, | |
| 10, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 13, | |
| 35, | |
| 0, | |
| 10, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 15, | |
| 16, | |
| 0, | |
| 12, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 16, | |
| 35, | |
| 0, | |
| 13, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 17, | |
| 39, | |
| 0, | |
| 13, | |
| 1, | |
| "LATENT_UPSCALE_MODEL" | |
| ], | |
| [ | |
| 18, | |
| 19, | |
| 0, | |
| 13, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 19, | |
| 19, | |
| 0, | |
| 14, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 21, | |
| 13, | |
| 0, | |
| 14, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 22, | |
| 28, | |
| 0, | |
| 14, | |
| 3, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 23, | |
| 12, | |
| 0, | |
| 15, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 24, | |
| 40, | |
| 0, | |
| 16, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 25, | |
| 25, | |
| 0, | |
| 16, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 26, | |
| 40, | |
| 0, | |
| 18, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 27, | |
| 44, | |
| 2, | |
| 19, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 28, | |
| 25, | |
| 0, | |
| 20, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 29, | |
| 18, | |
| 1, | |
| 21, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 30, | |
| 20, | |
| 1, | |
| 21, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 31, | |
| 27, | |
| 0, | |
| 21, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 32, | |
| 44, | |
| 2, | |
| 22, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 34, | |
| 21, | |
| 0, | |
| 22, | |
| 2, | |
| "LATENT" | |
| ], | |
| [ | |
| 35, | |
| 28, | |
| 0, | |
| 22, | |
| 3, | |
| "BOOLEAN" | |
| ], | |
| [ | |
| 36, | |
| 37, | |
| 1, | |
| 23, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 37, | |
| 4, | |
| 0, | |
| 23, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 38, | |
| 26, | |
| 0, | |
| 24, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 39, | |
| 5, | |
| 0, | |
| 30, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 40, | |
| 29, | |
| 0, | |
| 30, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 41, | |
| 30, | |
| 0, | |
| 31, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 42, | |
| 41, | |
| 0, | |
| 31, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 44, | |
| 22, | |
| 0, | |
| 32, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 45, | |
| 33, | |
| 0, | |
| 32, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 46, | |
| 4, | |
| 0, | |
| 33, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 47, | |
| 27, | |
| 0, | |
| 33, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 48, | |
| 24, | |
| 1, | |
| 33, | |
| 2, | |
| "INT" | |
| ], | |
| [ | |
| 49, | |
| 9, | |
| 0, | |
| 35, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 50, | |
| 1, | |
| 0, | |
| 36, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 51, | |
| 8, | |
| 0, | |
| 36, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 52, | |
| 6, | |
| 0, | |
| 36, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 54, | |
| 3, | |
| 0, | |
| 36, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 55, | |
| 36, | |
| 0, | |
| 37, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 56, | |
| 43, | |
| 0, | |
| 38, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 57, | |
| 23, | |
| 0, | |
| 38, | |
| 1, | |
| "AUDIO" | |
| ], | |
| [ | |
| 58, | |
| 24, | |
| 0, | |
| 38, | |
| 2, | |
| "FLOAT" | |
| ], | |
| [ | |
| 59, | |
| 5, | |
| 0, | |
| 41, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 61, | |
| 31, | |
| 0, | |
| 42, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 62, | |
| 31, | |
| 1, | |
| 42, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 63, | |
| 37, | |
| 0, | |
| 43, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 64, | |
| 19, | |
| 0, | |
| 43, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 65, | |
| 38, | |
| 0, | |
| 45, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 71, | |
| 47, | |
| 0, | |
| 9, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 72, | |
| 32, | |
| 0, | |
| 47, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 74, | |
| 49, | |
| 0, | |
| 8, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 90, | |
| 60, | |
| 0, | |
| 49, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 91, | |
| 46, | |
| 0, | |
| 42, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 92, | |
| 59, | |
| 0, | |
| 46, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 100, | |
| 63, | |
| 0, | |
| 64, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 103, | |
| 44, | |
| 0, | |
| 64, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 107, | |
| 58, | |
| 0, | |
| 36, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 110, | |
| 67, | |
| 0, | |
| 60, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 111, | |
| 67, | |
| 0, | |
| 59, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 112, | |
| 64, | |
| 0, | |
| 67, | |
| 0, | |
| "MODEL" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 1, | |
| "title": "Model", | |
| "bounding": [ | |
| 2766.595361217282, | |
| 4189.689419347806, | |
| 460, | |
| 830 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 2, | |
| "title": "Generate Low Resolution", | |
| "bounding": [ | |
| 4248.9282429452205, | |
| 4212.718304462968, | |
| 1040, | |
| 830 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 3, | |
| "title": "Prompt", | |
| "bounding": [ | |
| 3289.788960334754, | |
| 4206.827954203707, | |
| 950, | |
| 830 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 4, | |
| "title": "Generate High Resolution", | |
| "bounding": [ | |
| 5846.595361217282, | |
| 4189.689419347806, | |
| 990, | |
| 830 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 5, | |
| "title": "Lantent Upscale", | |
| "bounding": [ | |
| 5306.595361217282, | |
| 4189.689419347806, | |
| 510, | |
| 830 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 6, | |
| "title": "Video Settings", | |
| "bounding": [ | |
| 2286.595361217282, | |
| 4189.689419347806, | |
| 450, | |
| 1280 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 7, | |
| "title": "Image Preprocess", | |
| "bounding": [ | |
| 2766.595361217282, | |
| 5049.689419347806, | |
| 830, | |
| 420 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 8, | |
| "title": "Empty Latent", | |
| "bounding": [ | |
| 3976.282640433426, | |
| 5084.7618986551115, | |
| 1340, | |
| 420 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 9, | |
| "title": "Number conversion", | |
| "bounding": [ | |
| 3626.595361217282, | |
| 5049.689419347806, | |
| 280, | |
| 420 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 1.1671841070450009, | |
| "offset": [ | |
| -3715.099798788134, | |
| -4165.841876611034 | |
| ] | |
| }, | |
| "frontendVersion": "1.42.11", | |
| "workflowRendererVersion": "LG", | |
| "ue_links": [], | |
| "links_added_by_ue": [], | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true | |
| }, | |
| "version": 0.4 | |
| } |