Instructions to use realrebelai/LingBot_ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use realrebelai/LingBot_ComfyUI 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("realrebelai/LingBot_ComfyUI", 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") - Notebooks
- Google Colab
- Kaggle
Upload LingBot T2V Workflow.json
Browse files- LingBot T2V Workflow.json +801 -0
LingBot T2V Workflow.json
ADDED
|
@@ -0,0 +1,801 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "fcb86d4d-5b68-4eee-9734-0a60e265d740",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 29,
|
| 5 |
+
"last_link_id": 54,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 19,
|
| 9 |
+
"type": "SaveVideo",
|
| 10 |
+
"pos": [
|
| 11 |
+
3010,
|
| 12 |
+
3790
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
880,
|
| 16 |
+
980
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 12,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [
|
| 22 |
+
{
|
| 23 |
+
"name": "video",
|
| 24 |
+
"type": "VIDEO",
|
| 25 |
+
"link": 54
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"outputs": [
|
| 29 |
+
{
|
| 30 |
+
"name": "video",
|
| 31 |
+
"type": "VIDEO",
|
| 32 |
+
"links": null
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"properties": {
|
| 36 |
+
"cnr_id": "comfy-core",
|
| 37 |
+
"ver": "0.26.0",
|
| 38 |
+
"Node name for S&R": "SaveVideo",
|
| 39 |
+
"ue_properties": {
|
| 40 |
+
"widget_ue_connectable": {},
|
| 41 |
+
"input_ue_unconnectable": {},
|
| 42 |
+
"version": "7.8"
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"widgets_values": [
|
| 46 |
+
"LINGBOT/TEST_",
|
| 47 |
+
"mp4",
|
| 48 |
+
"h264"
|
| 49 |
+
],
|
| 50 |
+
"color": "#223",
|
| 51 |
+
"bgcolor": "#335"
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"id": 25,
|
| 55 |
+
"type": "easy cleanGpuUsed",
|
| 56 |
+
"pos": [
|
| 57 |
+
2820,
|
| 58 |
+
4590
|
| 59 |
+
],
|
| 60 |
+
"size": [
|
| 61 |
+
170,
|
| 62 |
+
30
|
| 63 |
+
],
|
| 64 |
+
"flags": {},
|
| 65 |
+
"order": 6,
|
| 66 |
+
"mode": 0,
|
| 67 |
+
"inputs": [
|
| 68 |
+
{
|
| 69 |
+
"name": "anything",
|
| 70 |
+
"type": "*",
|
| 71 |
+
"link": 41
|
| 72 |
+
}
|
| 73 |
+
],
|
| 74 |
+
"outputs": [
|
| 75 |
+
{
|
| 76 |
+
"name": "output",
|
| 77 |
+
"type": "*",
|
| 78 |
+
"links": [
|
| 79 |
+
42
|
| 80 |
+
]
|
| 81 |
+
}
|
| 82 |
+
],
|
| 83 |
+
"properties": {
|
| 84 |
+
"cnr_id": "comfyui-easy-use",
|
| 85 |
+
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
|
| 86 |
+
"Node name for S&R": "easy cleanGpuUsed",
|
| 87 |
+
"ue_properties": {
|
| 88 |
+
"widget_ue_connectable": {},
|
| 89 |
+
"input_ue_unconnectable": {},
|
| 90 |
+
"version": "7.8"
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"widgets_values": []
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": 24,
|
| 97 |
+
"type": "easy clearCacheAll",
|
| 98 |
+
"pos": [
|
| 99 |
+
2660,
|
| 100 |
+
4590
|
| 101 |
+
],
|
| 102 |
+
"size": [
|
| 103 |
+
150,
|
| 104 |
+
30
|
| 105 |
+
],
|
| 106 |
+
"flags": {},
|
| 107 |
+
"order": 5,
|
| 108 |
+
"mode": 0,
|
| 109 |
+
"inputs": [
|
| 110 |
+
{
|
| 111 |
+
"name": "anything",
|
| 112 |
+
"type": "*",
|
| 113 |
+
"link": 43
|
| 114 |
+
}
|
| 115 |
+
],
|
| 116 |
+
"outputs": [
|
| 117 |
+
{
|
| 118 |
+
"name": "output",
|
| 119 |
+
"type": "*",
|
| 120 |
+
"links": [
|
| 121 |
+
41
|
| 122 |
+
]
|
| 123 |
+
}
|
| 124 |
+
],
|
| 125 |
+
"properties": {
|
| 126 |
+
"cnr_id": "comfyui-easy-use",
|
| 127 |
+
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
|
| 128 |
+
"Node name for S&R": "easy clearCacheAll",
|
| 129 |
+
"ue_properties": {
|
| 130 |
+
"widget_ue_connectable": {},
|
| 131 |
+
"input_ue_unconnectable": {},
|
| 132 |
+
"version": "7.8"
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"widgets_values": []
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"id": 26,
|
| 139 |
+
"type": "easy cleanGpuUsed",
|
| 140 |
+
"pos": [
|
| 141 |
+
2820,
|
| 142 |
+
3670
|
| 143 |
+
],
|
| 144 |
+
"size": [
|
| 145 |
+
170,
|
| 146 |
+
30
|
| 147 |
+
],
|
| 148 |
+
"flags": {},
|
| 149 |
+
"order": 9,
|
| 150 |
+
"mode": 0,
|
| 151 |
+
"inputs": [
|
| 152 |
+
{
|
| 153 |
+
"name": "anything",
|
| 154 |
+
"type": "*",
|
| 155 |
+
"link": 44
|
| 156 |
+
}
|
| 157 |
+
],
|
| 158 |
+
"outputs": [
|
| 159 |
+
{
|
| 160 |
+
"name": "output",
|
| 161 |
+
"type": "*",
|
| 162 |
+
"links": [
|
| 163 |
+
52
|
| 164 |
+
]
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"properties": {
|
| 168 |
+
"cnr_id": "comfyui-easy-use",
|
| 169 |
+
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
|
| 170 |
+
"Node name for S&R": "easy cleanGpuUsed",
|
| 171 |
+
"ue_properties": {
|
| 172 |
+
"widget_ue_connectable": {},
|
| 173 |
+
"input_ue_unconnectable": {},
|
| 174 |
+
"version": "7.8"
|
| 175 |
+
}
|
| 176 |
+
},
|
| 177 |
+
"widgets_values": []
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"id": 27,
|
| 181 |
+
"type": "easy clearCacheAll",
|
| 182 |
+
"pos": [
|
| 183 |
+
2660,
|
| 184 |
+
3670
|
| 185 |
+
],
|
| 186 |
+
"size": [
|
| 187 |
+
150,
|
| 188 |
+
30
|
| 189 |
+
],
|
| 190 |
+
"flags": {},
|
| 191 |
+
"order": 8,
|
| 192 |
+
"mode": 0,
|
| 193 |
+
"inputs": [
|
| 194 |
+
{
|
| 195 |
+
"name": "anything",
|
| 196 |
+
"type": "*",
|
| 197 |
+
"link": 45
|
| 198 |
+
}
|
| 199 |
+
],
|
| 200 |
+
"outputs": [
|
| 201 |
+
{
|
| 202 |
+
"name": "output",
|
| 203 |
+
"type": "*",
|
| 204 |
+
"links": [
|
| 205 |
+
44
|
| 206 |
+
]
|
| 207 |
+
}
|
| 208 |
+
],
|
| 209 |
+
"properties": {
|
| 210 |
+
"cnr_id": "comfyui-easy-use",
|
| 211 |
+
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
|
| 212 |
+
"Node name for S&R": "easy clearCacheAll",
|
| 213 |
+
"ue_properties": {
|
| 214 |
+
"widget_ue_connectable": {},
|
| 215 |
+
"input_ue_unconnectable": {},
|
| 216 |
+
"version": "7.8"
|
| 217 |
+
}
|
| 218 |
+
},
|
| 219 |
+
"widgets_values": []
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"id": 1,
|
| 223 |
+
"type": "LingBotLoader",
|
| 224 |
+
"pos": [
|
| 225 |
+
2190,
|
| 226 |
+
3790
|
| 227 |
+
],
|
| 228 |
+
"size": [
|
| 229 |
+
490,
|
| 230 |
+
140
|
| 231 |
+
],
|
| 232 |
+
"flags": {},
|
| 233 |
+
"order": 0,
|
| 234 |
+
"mode": 0,
|
| 235 |
+
"inputs": [],
|
| 236 |
+
"outputs": [
|
| 237 |
+
{
|
| 238 |
+
"name": "LINGBOT_MODEL",
|
| 239 |
+
"type": "LINGBOT_MODEL",
|
| 240 |
+
"links": [
|
| 241 |
+
1
|
| 242 |
+
]
|
| 243 |
+
}
|
| 244 |
+
],
|
| 245 |
+
"properties": {
|
| 246 |
+
"Node name for S&R": "LingBotLoader",
|
| 247 |
+
"ue_properties": {
|
| 248 |
+
"widget_ue_connectable": {},
|
| 249 |
+
"input_ue_unconnectable": {},
|
| 250 |
+
"version": "7.8"
|
| 251 |
+
}
|
| 252 |
+
},
|
| 253 |
+
"widgets_values": [
|
| 254 |
+
"LingBot_1.3b_DiT.safetensors",
|
| 255 |
+
"LingBot_vae.safetensors",
|
| 256 |
+
"cuda",
|
| 257 |
+
"bf16"
|
| 258 |
+
],
|
| 259 |
+
"color": "#323",
|
| 260 |
+
"bgcolor": "#535"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"id": 23,
|
| 264 |
+
"type": "PrimitiveInt",
|
| 265 |
+
"pos": [
|
| 266 |
+
1950,
|
| 267 |
+
3790
|
| 268 |
+
],
|
| 269 |
+
"size": [
|
| 270 |
+
210,
|
| 271 |
+
90
|
| 272 |
+
],
|
| 273 |
+
"flags": {},
|
| 274 |
+
"order": 1,
|
| 275 |
+
"mode": 0,
|
| 276 |
+
"inputs": [],
|
| 277 |
+
"outputs": [
|
| 278 |
+
{
|
| 279 |
+
"name": "INT",
|
| 280 |
+
"type": "INT",
|
| 281 |
+
"links": [
|
| 282 |
+
40,
|
| 283 |
+
48
|
| 284 |
+
]
|
| 285 |
+
}
|
| 286 |
+
],
|
| 287 |
+
"title": "HEIGHT",
|
| 288 |
+
"properties": {
|
| 289 |
+
"cnr_id": "comfy-core",
|
| 290 |
+
"ver": "0.26.0",
|
| 291 |
+
"Node name for S&R": "PrimitiveInt",
|
| 292 |
+
"ue_properties": {
|
| 293 |
+
"widget_ue_connectable": {},
|
| 294 |
+
"input_ue_unconnectable": {},
|
| 295 |
+
"version": "7.8"
|
| 296 |
+
}
|
| 297 |
+
},
|
| 298 |
+
"widgets_values": [
|
| 299 |
+
480,
|
| 300 |
+
"fixed"
|
| 301 |
+
],
|
| 302 |
+
"color": "#233",
|
| 303 |
+
"bgcolor": "#355"
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"id": 2,
|
| 307 |
+
"type": "LingBotSampler",
|
| 308 |
+
"pos": [
|
| 309 |
+
2700,
|
| 310 |
+
4000
|
| 311 |
+
],
|
| 312 |
+
"size": [
|
| 313 |
+
280,
|
| 314 |
+
510
|
| 315 |
+
],
|
| 316 |
+
"flags": {},
|
| 317 |
+
"order": 7,
|
| 318 |
+
"mode": 0,
|
| 319 |
+
"inputs": [
|
| 320 |
+
{
|
| 321 |
+
"name": "lingbot_model",
|
| 322 |
+
"type": "LINGBOT_MODEL",
|
| 323 |
+
"link": 1
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"name": "embeds",
|
| 327 |
+
"type": "LINGBOT_EMBEDS",
|
| 328 |
+
"link": 42
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"name": "image",
|
| 332 |
+
"shape": 7,
|
| 333 |
+
"type": "IMAGE",
|
| 334 |
+
"link": null
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"name": "width",
|
| 338 |
+
"type": "INT",
|
| 339 |
+
"widget": {
|
| 340 |
+
"name": "width"
|
| 341 |
+
},
|
| 342 |
+
"link": 39
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"name": "height",
|
| 346 |
+
"type": "INT",
|
| 347 |
+
"widget": {
|
| 348 |
+
"name": "height"
|
| 349 |
+
},
|
| 350 |
+
"link": 40
|
| 351 |
+
}
|
| 352 |
+
],
|
| 353 |
+
"outputs": [
|
| 354 |
+
{
|
| 355 |
+
"name": "IMAGE",
|
| 356 |
+
"type": "IMAGE",
|
| 357 |
+
"links": [
|
| 358 |
+
45
|
| 359 |
+
]
|
| 360 |
+
}
|
| 361 |
+
],
|
| 362 |
+
"properties": {
|
| 363 |
+
"Node name for S&R": "LingBotSampler",
|
| 364 |
+
"ue_properties": {
|
| 365 |
+
"widget_ue_connectable": {},
|
| 366 |
+
"input_ue_unconnectable": {},
|
| 367 |
+
"version": "7.8"
|
| 368 |
+
}
|
| 369 |
+
},
|
| 370 |
+
"widgets_values": [
|
| 371 |
+
480,
|
| 372 |
+
480,
|
| 373 |
+
41,
|
| 374 |
+
20,
|
| 375 |
+
3,
|
| 376 |
+
3,
|
| 377 |
+
592466700376590,
|
| 378 |
+
"fixed",
|
| 379 |
+
"yes (low VRAM)",
|
| 380 |
+
"off (stable colors, needs ~6GB free at decode)"
|
| 381 |
+
],
|
| 382 |
+
"color": "#322",
|
| 383 |
+
"bgcolor": "#533"
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"id": 29,
|
| 387 |
+
"type": "FrameInterpolationModelLoader",
|
| 388 |
+
"pos": [
|
| 389 |
+
2710,
|
| 390 |
+
3610
|
| 391 |
+
],
|
| 392 |
+
"size": [
|
| 393 |
+
320,
|
| 394 |
+
60
|
| 395 |
+
],
|
| 396 |
+
"flags": {
|
| 397 |
+
"collapsed": true
|
| 398 |
+
},
|
| 399 |
+
"order": 2,
|
| 400 |
+
"mode": 0,
|
| 401 |
+
"inputs": [],
|
| 402 |
+
"outputs": [
|
| 403 |
+
{
|
| 404 |
+
"name": "INTERP_MODEL",
|
| 405 |
+
"type": "INTERP_MODEL",
|
| 406 |
+
"links": [
|
| 407 |
+
51
|
| 408 |
+
]
|
| 409 |
+
}
|
| 410 |
+
],
|
| 411 |
+
"properties": {
|
| 412 |
+
"cnr_id": "comfy-core",
|
| 413 |
+
"ver": "0.26.0",
|
| 414 |
+
"Node name for S&R": "FrameInterpolationModelLoader",
|
| 415 |
+
"ue_properties": {
|
| 416 |
+
"widget_ue_connectable": {},
|
| 417 |
+
"input_ue_unconnectable": {},
|
| 418 |
+
"version": "7.8"
|
| 419 |
+
}
|
| 420 |
+
},
|
| 421 |
+
"widgets_values": [
|
| 422 |
+
"film_net_fp16.safetensors"
|
| 423 |
+
]
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"id": 4,
|
| 427 |
+
"type": "CreateVideo",
|
| 428 |
+
"pos": [
|
| 429 |
+
2720,
|
| 430 |
+
3840
|
| 431 |
+
],
|
| 432 |
+
"size": [
|
| 433 |
+
270,
|
| 434 |
+
110
|
| 435 |
+
],
|
| 436 |
+
"flags": {
|
| 437 |
+
"collapsed": false
|
| 438 |
+
},
|
| 439 |
+
"order": 11,
|
| 440 |
+
"mode": 0,
|
| 441 |
+
"inputs": [
|
| 442 |
+
{
|
| 443 |
+
"name": "images",
|
| 444 |
+
"type": "IMAGE",
|
| 445 |
+
"link": 53
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"name": "audio",
|
| 449 |
+
"shape": 7,
|
| 450 |
+
"type": "AUDIO",
|
| 451 |
+
"link": null
|
| 452 |
+
}
|
| 453 |
+
],
|
| 454 |
+
"outputs": [
|
| 455 |
+
{
|
| 456 |
+
"name": "VIDEO",
|
| 457 |
+
"type": "VIDEO",
|
| 458 |
+
"links": [
|
| 459 |
+
54
|
| 460 |
+
]
|
| 461 |
+
}
|
| 462 |
+
],
|
| 463 |
+
"properties": {
|
| 464 |
+
"cnr_id": "comfy-core",
|
| 465 |
+
"ver": "0.26.0",
|
| 466 |
+
"Node name for S&R": "CreateVideo",
|
| 467 |
+
"ue_properties": {
|
| 468 |
+
"widget_ue_connectable": {},
|
| 469 |
+
"input_ue_unconnectable": {},
|
| 470 |
+
"version": "7.8"
|
| 471 |
+
}
|
| 472 |
+
},
|
| 473 |
+
"widgets_values": [
|
| 474 |
+
24,
|
| 475 |
+
8
|
| 476 |
+
],
|
| 477 |
+
"color": "#2a363b",
|
| 478 |
+
"bgcolor": "#3f5159"
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"id": 28,
|
| 482 |
+
"type": "FrameInterpolate",
|
| 483 |
+
"pos": [
|
| 484 |
+
2750,
|
| 485 |
+
3570
|
| 486 |
+
],
|
| 487 |
+
"size": [
|
| 488 |
+
270,
|
| 489 |
+
80
|
| 490 |
+
],
|
| 491 |
+
"flags": {
|
| 492 |
+
"collapsed": true
|
| 493 |
+
},
|
| 494 |
+
"order": 10,
|
| 495 |
+
"mode": 0,
|
| 496 |
+
"inputs": [
|
| 497 |
+
{
|
| 498 |
+
"name": "interp_model",
|
| 499 |
+
"type": "INTERP_MODEL",
|
| 500 |
+
"link": 51
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"name": "images",
|
| 504 |
+
"type": "IMAGE",
|
| 505 |
+
"link": 52
|
| 506 |
+
}
|
| 507 |
+
],
|
| 508 |
+
"outputs": [
|
| 509 |
+
{
|
| 510 |
+
"name": "IMAGE",
|
| 511 |
+
"type": "IMAGE",
|
| 512 |
+
"links": [
|
| 513 |
+
53
|
| 514 |
+
]
|
| 515 |
+
}
|
| 516 |
+
],
|
| 517 |
+
"properties": {
|
| 518 |
+
"cnr_id": "comfy-core",
|
| 519 |
+
"ver": "0.26.0",
|
| 520 |
+
"Node name for S&R": "FrameInterpolate",
|
| 521 |
+
"ue_properties": {
|
| 522 |
+
"widget_ue_connectable": {},
|
| 523 |
+
"input_ue_unconnectable": {},
|
| 524 |
+
"version": "7.8"
|
| 525 |
+
}
|
| 526 |
+
},
|
| 527 |
+
"widgets_values": [
|
| 528 |
+
2
|
| 529 |
+
]
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"id": 3,
|
| 533 |
+
"type": "LingBotTextEncode",
|
| 534 |
+
"pos": [
|
| 535 |
+
2190,
|
| 536 |
+
3980
|
| 537 |
+
],
|
| 538 |
+
"size": [
|
| 539 |
+
490,
|
| 540 |
+
530
|
| 541 |
+
],
|
| 542 |
+
"flags": {},
|
| 543 |
+
"order": 4,
|
| 544 |
+
"mode": 0,
|
| 545 |
+
"inputs": [
|
| 546 |
+
{
|
| 547 |
+
"name": "image",
|
| 548 |
+
"shape": 7,
|
| 549 |
+
"type": "IMAGE",
|
| 550 |
+
"link": null
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"name": "i2v_width",
|
| 554 |
+
"shape": 7,
|
| 555 |
+
"type": "INT",
|
| 556 |
+
"widget": {
|
| 557 |
+
"name": "i2v_width"
|
| 558 |
+
},
|
| 559 |
+
"link": 47
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"name": "i2v_height",
|
| 563 |
+
"shape": 7,
|
| 564 |
+
"type": "INT",
|
| 565 |
+
"widget": {
|
| 566 |
+
"name": "i2v_height"
|
| 567 |
+
},
|
| 568 |
+
"link": 48
|
| 569 |
+
}
|
| 570 |
+
],
|
| 571 |
+
"outputs": [
|
| 572 |
+
{
|
| 573 |
+
"name": "LINGBOT_EMBEDS",
|
| 574 |
+
"type": "LINGBOT_EMBEDS",
|
| 575 |
+
"links": [
|
| 576 |
+
43
|
| 577 |
+
]
|
| 578 |
+
}
|
| 579 |
+
],
|
| 580 |
+
"properties": {
|
| 581 |
+
"Node name for S&R": "LingBotTextEncode",
|
| 582 |
+
"ue_properties": {
|
| 583 |
+
"widget_ue_connectable": {},
|
| 584 |
+
"input_ue_unconnectable": {},
|
| 585 |
+
"version": "7.8"
|
| 586 |
+
}
|
| 587 |
+
},
|
| 588 |
+
"widgets_values": [
|
| 589 |
+
"LingBot_text-encoder.safetensors",
|
| 590 |
+
"{\n \"comprehensive_description\": {\n \"scene_content_description\": \"A man stands outdoors during a vibrant sunset, smiling as he holds a swirling, luminous fireball in his cupped hands.\",\n \"camera_movement_description\": \"A smooth, slow push-in toward the subject, focusing on the interplay of the firelight and the sunset on his face.\"\n },\n \"prominent_elements\": [\n {\n \"name\": \"man\",\n \"description\": \"An adult male with a friendly smile, dressed in a casual all-black outfit.\",\n \"actions\": [\n {\n \"timestamp\": \"[0.0s - 5.0s]\",\n \"action\": \"Holds a flickering fireball in his palms while looking toward the camera.\"\n }\n ],\n \"location\": \"Center foreground\",\n \"relative_size\": \"large\",\n \"shape_and_color\": \"Adult male figure wearing a black shirt, black jeans, and black shoes.\",\n \"texture\": \"Casual cotton shirt and denim fabric.\",\n \"appearance_details\": \"Wearing a black backwards cap, casting a slight shadow over his eyes.\",\n \"relationship\": \"The primary subject interacting with the magical element.\",\n \"orientation\": \"Front-facing.\",\n \"pose\": \"Standing, holding hands out in front of his chest.\",\n \"expression\": \"Smiling.\",\n \"clothing\": \"Black shirt, black backwards cap, black jeans, black shoes.\",\n \"gender\": \"Male\",\n \"skin_tone_and_texture\": \"Naturally lit by warm sunset tones.\",\n \"number_of_objects\": \"1\"\n },\n {\n \"name\": \"fireball\",\n \"description\": \"A dense, swirling ball of orange and yellow fire hovering just above the man's palms.\",\n \"actions\": [\n {\n \"timestamp\": \"[0.0s - 5.0s]\",\n \"action\": \"Flickers and emits a soft glow against the man's hands.\"\n }\n ],\n \"location\": \"Center, held in hands\",\n \"relative_size\": \"small\",\n \"shape_and_color\": \"Spherical, bright orange, yellow, and white flames.\",\n \"texture\": \"Fluid, energetic fire effects.\",\n \"appearance_details\": \"Emits radiant light and soft embers.\",\n \"relationship\": \"The object being held by the man.\",\n \"orientation\": \"Static hover.\",\n \"pose\": \"\",\n \"expression\": \"\",\n \"clothing\": \"\",\n \"gender\": \"\",\n \"skin_tone_and_texture\": \"\",\n \"number_of_objects\": \"1\"\n }\n ],\n \"camera_info\": {\n \"color\": \"Warm sunset palette\",\n \"frame_size\": \"Medium\",\n \"shot_type_angle\": \"Eye level\",\n \"lens_size\": \"50mm prime\",\n \"composition\": \"Centered\",\n \"lighting\": \"Golden hour sunlight combined with orange firelight\",\n \"lighting_type\": \"Natural and emissive\"\n }\n}",
|
| 591 |
+
"",
|
| 592 |
+
"no (free after encode)",
|
| 593 |
+
832,
|
| 594 |
+
240
|
| 595 |
+
],
|
| 596 |
+
"color": "#232",
|
| 597 |
+
"bgcolor": "#353"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"id": 22,
|
| 601 |
+
"type": "PrimitiveInt",
|
| 602 |
+
"pos": [
|
| 603 |
+
1950,
|
| 604 |
+
3920
|
| 605 |
+
],
|
| 606 |
+
"size": [
|
| 607 |
+
210,
|
| 608 |
+
90
|
| 609 |
+
],
|
| 610 |
+
"flags": {},
|
| 611 |
+
"order": 3,
|
| 612 |
+
"mode": 0,
|
| 613 |
+
"inputs": [],
|
| 614 |
+
"outputs": [
|
| 615 |
+
{
|
| 616 |
+
"name": "INT",
|
| 617 |
+
"type": "INT",
|
| 618 |
+
"links": [
|
| 619 |
+
39,
|
| 620 |
+
47
|
| 621 |
+
]
|
| 622 |
+
}
|
| 623 |
+
],
|
| 624 |
+
"title": "WIDTH",
|
| 625 |
+
"properties": {
|
| 626 |
+
"cnr_id": "comfy-core",
|
| 627 |
+
"ver": "0.26.0",
|
| 628 |
+
"Node name for S&R": "PrimitiveInt",
|
| 629 |
+
"ue_properties": {
|
| 630 |
+
"widget_ue_connectable": {},
|
| 631 |
+
"input_ue_unconnectable": {},
|
| 632 |
+
"version": "7.8"
|
| 633 |
+
}
|
| 634 |
+
},
|
| 635 |
+
"widgets_values": [
|
| 636 |
+
832,
|
| 637 |
+
"fixed"
|
| 638 |
+
],
|
| 639 |
+
"color": "#233",
|
| 640 |
+
"bgcolor": "#355"
|
| 641 |
+
}
|
| 642 |
+
],
|
| 643 |
+
"links": [
|
| 644 |
+
[
|
| 645 |
+
1,
|
| 646 |
+
1,
|
| 647 |
+
0,
|
| 648 |
+
2,
|
| 649 |
+
0,
|
| 650 |
+
"LINGBOT_MODEL"
|
| 651 |
+
],
|
| 652 |
+
[
|
| 653 |
+
39,
|
| 654 |
+
22,
|
| 655 |
+
0,
|
| 656 |
+
2,
|
| 657 |
+
3,
|
| 658 |
+
"INT"
|
| 659 |
+
],
|
| 660 |
+
[
|
| 661 |
+
40,
|
| 662 |
+
23,
|
| 663 |
+
0,
|
| 664 |
+
2,
|
| 665 |
+
4,
|
| 666 |
+
"INT"
|
| 667 |
+
],
|
| 668 |
+
[
|
| 669 |
+
41,
|
| 670 |
+
24,
|
| 671 |
+
0,
|
| 672 |
+
25,
|
| 673 |
+
0,
|
| 674 |
+
"*"
|
| 675 |
+
],
|
| 676 |
+
[
|
| 677 |
+
42,
|
| 678 |
+
25,
|
| 679 |
+
0,
|
| 680 |
+
2,
|
| 681 |
+
1,
|
| 682 |
+
"LINGBOT_EMBEDS"
|
| 683 |
+
],
|
| 684 |
+
[
|
| 685 |
+
43,
|
| 686 |
+
3,
|
| 687 |
+
0,
|
| 688 |
+
24,
|
| 689 |
+
0,
|
| 690 |
+
"LINGBOT_EMBEDS"
|
| 691 |
+
],
|
| 692 |
+
[
|
| 693 |
+
44,
|
| 694 |
+
27,
|
| 695 |
+
0,
|
| 696 |
+
26,
|
| 697 |
+
0,
|
| 698 |
+
"*"
|
| 699 |
+
],
|
| 700 |
+
[
|
| 701 |
+
45,
|
| 702 |
+
2,
|
| 703 |
+
0,
|
| 704 |
+
27,
|
| 705 |
+
0,
|
| 706 |
+
"IMAGE"
|
| 707 |
+
],
|
| 708 |
+
[
|
| 709 |
+
47,
|
| 710 |
+
22,
|
| 711 |
+
0,
|
| 712 |
+
3,
|
| 713 |
+
1,
|
| 714 |
+
"INT"
|
| 715 |
+
],
|
| 716 |
+
[
|
| 717 |
+
48,
|
| 718 |
+
23,
|
| 719 |
+
0,
|
| 720 |
+
3,
|
| 721 |
+
2,
|
| 722 |
+
"INT"
|
| 723 |
+
],
|
| 724 |
+
[
|
| 725 |
+
51,
|
| 726 |
+
29,
|
| 727 |
+
0,
|
| 728 |
+
28,
|
| 729 |
+
0,
|
| 730 |
+
"INTERP_MODEL"
|
| 731 |
+
],
|
| 732 |
+
[
|
| 733 |
+
52,
|
| 734 |
+
26,
|
| 735 |
+
0,
|
| 736 |
+
28,
|
| 737 |
+
1,
|
| 738 |
+
"IMAGE"
|
| 739 |
+
],
|
| 740 |
+
[
|
| 741 |
+
53,
|
| 742 |
+
28,
|
| 743 |
+
0,
|
| 744 |
+
4,
|
| 745 |
+
0,
|
| 746 |
+
"IMAGE"
|
| 747 |
+
],
|
| 748 |
+
[
|
| 749 |
+
54,
|
| 750 |
+
4,
|
| 751 |
+
0,
|
| 752 |
+
19,
|
| 753 |
+
0,
|
| 754 |
+
"VIDEO"
|
| 755 |
+
]
|
| 756 |
+
],
|
| 757 |
+
"groups": [
|
| 758 |
+
{
|
| 759 |
+
"id": 2,
|
| 760 |
+
"title": "Model Loading and Sampling + Interpolation",
|
| 761 |
+
"bounding": [
|
| 762 |
+
2180,
|
| 763 |
+
3720,
|
| 764 |
+
810,
|
| 765 |
+
810
|
| 766 |
+
],
|
| 767 |
+
"color": "#a1309b",
|
| 768 |
+
"flags": {}
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"id": 3,
|
| 772 |
+
"title": "Save Video",
|
| 773 |
+
"bounding": [
|
| 774 |
+
3000,
|
| 775 |
+
3720,
|
| 776 |
+
900,
|
| 777 |
+
1070
|
| 778 |
+
],
|
| 779 |
+
"color": "#3f789e",
|
| 780 |
+
"flags": {}
|
| 781 |
+
}
|
| 782 |
+
],
|
| 783 |
+
"config": {},
|
| 784 |
+
"extra": {
|
| 785 |
+
"ue_links": [],
|
| 786 |
+
"links_added_by_ue": [],
|
| 787 |
+
"ds": {
|
| 788 |
+
"scale": 0.5889457339674878,
|
| 789 |
+
"offset": [
|
| 790 |
+
-1232.6083083936358,
|
| 791 |
+
-3363.953100466353
|
| 792 |
+
]
|
| 793 |
+
},
|
| 794 |
+
"frontendVersion": "1.45.19",
|
| 795 |
+
"VHS_latentpreview": false,
|
| 796 |
+
"VHS_latentpreviewrate": 0,
|
| 797 |
+
"VHS_MetadataImage": true,
|
| 798 |
+
"VHS_KeepIntermediate": true
|
| 799 |
+
},
|
| 800 |
+
"version": 0.4
|
| 801 |
+
}
|