Fixed LTX Director Workflow (Clip Encoder type wasn't set to ltxv)

This commit is contained in:
WhatDreamsCost
2026-05-14 10:37:17 -05:00
parent ac5add46d0
commit ad13eb3e85
7 changed files with 100 additions and 100 deletions

View File

@@ -1,5 +1,5 @@
{
"id": "5976fef9-a511-4781-82c4-0b78c14a37d3",
"id": "64b81755-dd7d-4e01-9e14-9b2ad6ab4341",
"revision": 0,
"last_node_id": 92,
"last_link_id": 211,
@@ -1460,44 +1460,6 @@
""
]
},
{
"id": 84,
"type": "DualCLIPLoader",
"pos": [
1530,
4290
],
"size": [
270,
130
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
211
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.19.3",
"Node name for S&R": "DualCLIPLoader"
},
"widgets_values": [
"gemma_3_12B_it_fp4_mixed.safetensors",
"ltx-2.3_text_projection_bf16.safetensors",
"sdxl",
"default"
],
"color": "#222",
"bgcolor": "#000"
},
{
"id": 77,
"type": "CheckpointLoaderSimple",
@@ -1510,7 +1472,7 @@
100
],
"flags": {},
"order": 8,
"order": 7,
"mode": 0,
"inputs": [],
"outputs": [
@@ -1761,7 +1723,7 @@
560
],
"flags": {},
"order": 9,
"order": 8,
"mode": 0,
"inputs": [],
"outputs": [],
@@ -1772,6 +1734,44 @@
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 84,
"type": "DualCLIPLoader",
"pos": [
1530,
4290
],
"size": [
270,
130
],
"flags": {},
"order": 9,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
211
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.19.3",
"Node name for S&R": "DualCLIPLoader"
},
"widgets_values": [
"gemma_3_12B_it_fp4_mixed.safetensors",
"ltx-2.3_text_projection_bf16.safetensors",
"ltxv",
"default"
],
"color": "#222",
"bgcolor": "#000"
}
],
"links": [
@@ -2321,10 +2321,10 @@
"config": {},
"extra": {
"ds": {
"scale": 1.116781577942553,
"scale": 0.5730855330117197,
"offset": [
-3185.8854794552367,
-3676.7424382820964
-201.37060625041624,
-3463.614317275976
]
},
"frontendVersion": "1.42.14",

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 KiB

View File

@@ -1023,56 +1023,6 @@
"color": "#222",
"bgcolor": "#000"
},
{
"id": 84,
"type": "DualCLIPLoader",
"pos": [
1530,
4290
],
"size": [
270,
130
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"label": "text_encoder",
"localized_name": "clip_name1",
"name": "clip_name1",
"type": "COMBO",
"widget": {
"name": "clip_name1"
},
"link": null
}
],
"outputs": [
{
"localized_name": "CLIP",
"name": "CLIP",
"type": "CLIP",
"links": [
211
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.19.3",
"Node name for S&R": "DualCLIPLoader"
},
"widgets_values": [
"gemma_3_12B_it_fp4_mixed.safetensors",
"ltx-2.3_text_projection_bf16.safetensors",
"sdxl",
"default"
],
"color": "#222",
"bgcolor": "#000"
},
{
"id": 4,
"type": "VAELoaderKJ",
@@ -1085,7 +1035,7 @@
110
],
"flags": {},
"order": 3,
"order": 2,
"mode": 0,
"inputs": [
{
@@ -1135,7 +1085,7 @@
110
],
"flags": {},
"order": 4,
"order": 3,
"mode": 0,
"inputs": [
{
@@ -1172,6 +1122,56 @@
],
"color": "#222",
"bgcolor": "#000"
},
{
"id": 84,
"type": "DualCLIPLoader",
"pos": [
1530,
4290
],
"size": [
270,
130
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [
{
"label": "text_encoder",
"localized_name": "clip_name1",
"name": "clip_name1",
"type": "COMBO",
"widget": {
"name": "clip_name1"
},
"link": null
}
],
"outputs": [
{
"localized_name": "CLIP",
"name": "CLIP",
"type": "CLIP",
"links": [
211
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.19.3",
"Node name for S&R": "DualCLIPLoader"
},
"widgets_values": [
"gemma_3_12B_it_fp4_mixed.safetensors",
"ltx-2.3_text_projection_bf16.safetensors",
"ltxv",
"default"
],
"color": "#222",
"bgcolor": "#000"
}
],
"groups": [],
@@ -3627,10 +3627,10 @@
"VHS_MetadataImage": true,
"VHS_KeepIntermediate": true,
"ds": {
"scale": 0.8964143292718676,
"scale": 0.38016718211916745,
"offset": [
-1001.6666666666667,
-3562.019444444444
-15.98656997397939,
-3169.400636838179
]
}
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 KiB

View File

@@ -1,7 +1,7 @@
[project]
name = "WhatDreamsCost-ComfyUI"
description = "A variety of custom ComfyUI nodes and workflows for creatives."
version = "1.3.0"
version = "1.3.1"
license = {file = "LICENSE"}
# classifiers = [
# # For OS-independent nodes (works on all operating systems)