Image-to-Image
Diffusers
lora
template:diffusion-lora
text-to-video
image-to-video
video-to-video
lightx2v
Instructions to use rzgar/Bernini-R-LightX2V-4step-loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rzgar/Bernini-R-LightX2V-4step-loras with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ByteDance/Bernini-R", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("rzgar/Bernini-R-LightX2V-4step-loras") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
| { | |
| "id": "ec7da562-7e21-4dac-a0d2-f4441e1efd3b", | |
| "revision": 0, | |
| "last_node_id": 237, | |
| "last_link_id": 516, | |
| "nodes": [ | |
| { | |
| "id": 7, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 290, | |
| 1770 | |
| ], | |
| "size": [ | |
| 430, | |
| 190 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 75 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 477 | |
| ] | |
| } | |
| ], | |
| "title": "CLIP Text Encode (Negative Prompt)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走" | |
| ], | |
| "color": "#322", | |
| "bgcolor": "#533" | |
| }, | |
| { | |
| "id": 8, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1120, | |
| 1200 | |
| ], | |
| "size": [ | |
| 210, | |
| 50 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 27, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 124 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 76 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 198 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "VAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 54, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| 810, | |
| 1240 | |
| ], | |
| "size": [ | |
| 290, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 496 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 147 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "ModelSamplingSD3", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 8.000000000000002 | |
| ] | |
| }, | |
| { | |
| "id": 55, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| 800, | |
| 1730 | |
| ], | |
| "size": [ | |
| 290, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 4, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 498 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 148 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "ModelSamplingSD3", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 8 | |
| ] | |
| }, | |
| { | |
| "id": 221, | |
| "type": "GetVideoComponents", | |
| "pos": [ | |
| 60, | |
| 1830 | |
| ], | |
| "size": [ | |
| 200, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 499 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 500 | |
| ] | |
| }, | |
| { | |
| "name": "audio", | |
| "type": "AUDIO", | |
| "links": null | |
| }, | |
| { | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "links": null | |
| }, | |
| { | |
| "name": "bit_depth", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "GetVideoComponents", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 62, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -50, | |
| 1960 | |
| ], | |
| "size": [ | |
| 320, | |
| 320 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 4, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 479 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "slot_index": 1, | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "ComfyUI_00047_.png", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 310, | |
| 1610 | |
| ], | |
| "size": [ | |
| 430, | |
| 170 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 74 | |
| }, | |
| { | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": 504 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 476 | |
| ] | |
| } | |
| ], | |
| "title": "CLIP Text Encode (Positive Prompt)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 220, | |
| "type": "LoadVideo", | |
| "pos": [ | |
| -350, | |
| 1870 | |
| ], | |
| "size": [ | |
| 290, | |
| 520 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "links": [ | |
| 499, | |
| 510 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "LoadVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "BF4.mp4", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 232, | |
| "type": "PreviewAny", | |
| "pos": [ | |
| -50, | |
| 2680 | |
| ], | |
| "size": [ | |
| 300, | |
| 180 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "source", | |
| "type": "*", | |
| "link": 508 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": null | |
| } | |
| ], | |
| "title": "Preview as Text (Frame Count)", | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "PreviewAny" | |
| }, | |
| "widgets_values": [ | |
| null, | |
| null, | |
| null | |
| ] | |
| }, | |
| { | |
| "id": 229, | |
| "type": "GetVideoComponents", | |
| "pos": [ | |
| -40, | |
| 2420 | |
| ], | |
| "size": [ | |
| 230, | |
| 90 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 506 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 509 | |
| ] | |
| }, | |
| { | |
| "name": "audio", | |
| "type": "AUDIO", | |
| "links": null | |
| }, | |
| { | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "links": [ | |
| 513 | |
| ] | |
| }, | |
| { | |
| "name": "bit_depth", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "GetVideoComponents" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 61, | |
| "type": "SaveVideo", | |
| "pos": [ | |
| 1250, | |
| 1410 | |
| ], | |
| "size": [ | |
| 440, | |
| 890 | |
| ], | |
| "flags": {}, | |
| "order": 29, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 199 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "SaveVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "video/ComfyUI", | |
| "auto", | |
| "auto" | |
| ] | |
| }, | |
| { | |
| "id": 109, | |
| "type": "CreateVideo", | |
| "pos": [ | |
| 1270, | |
| 1250 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 28, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 198 | |
| }, | |
| { | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": null | |
| }, | |
| { | |
| "name": "fps", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "fps" | |
| }, | |
| "link": 516 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "links": [ | |
| 199 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.49", | |
| "Node name for S&R": "CreateVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 16, | |
| 8 | |
| ] | |
| }, | |
| { | |
| "id": 236, | |
| "type": "Reroute", | |
| "pos": [ | |
| 1090, | |
| 2450 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": 513 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "FLOAT", | |
| "links": [ | |
| 514 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| }, | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 233, | |
| "type": "GetImageSize", | |
| "pos": [ | |
| -40, | |
| 2560 | |
| ], | |
| "size": [ | |
| 230, | |
| 124 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 509 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": null | |
| }, | |
| { | |
| "name": "batch_size", | |
| "type": "INT", | |
| "links": [ | |
| 508, | |
| 511 | |
| ] | |
| } | |
| ], | |
| "title": "Length", | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "GetImageSize" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 234, | |
| "type": "Reroute", | |
| "pos": [ | |
| 290, | |
| 2270 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": 511 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "INT", | |
| "links": [ | |
| 515 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| }, | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 237, | |
| "type": "Reroute", | |
| "pos": [ | |
| 1170, | |
| 1300 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": 514 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "", | |
| "type": "FLOAT", | |
| "links": [ | |
| 516 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": false, | |
| "horizontal": false | |
| }, | |
| "color": "#233", | |
| "bgcolor": "#355" | |
| }, | |
| { | |
| "id": 57, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 800, | |
| 1340 | |
| ], | |
| "size": [ | |
| 300, | |
| 340 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 147 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 480 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 481 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 482 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 113 | |
| ] | |
| } | |
| ], | |
| "title": "KSampler (High Noise)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| 71106638060708, | |
| "randomize", | |
| 4, | |
| 1, | |
| "dpmpp_2m_sde", | |
| "sgm_uniform", | |
| 0, | |
| 2, | |
| "enable" | |
| ] | |
| }, | |
| { | |
| "id": 58, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 800, | |
| 1830 | |
| ], | |
| "size": [ | |
| 300, | |
| 340 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 148 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 483 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 484 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 113 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 124 | |
| ] | |
| } | |
| ], | |
| "title": "KSampler (Low Noise)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "disable", | |
| 0, | |
| "fixed", | |
| 4, | |
| 1, | |
| "dpmpp_2m_sde", | |
| "sgm_uniform", | |
| 2, | |
| 4, | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 37, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -340, | |
| 1280 | |
| ], | |
| "size": [ | |
| 350, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 495 | |
| ] | |
| } | |
| ], | |
| "title": "Bernini-R High Noise", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "UNETLoader", | |
| "models": [ | |
| { | |
| "name": "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors", | |
| "directory": "diffusion_models" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "B_R1/wan2.2_bernini_r_high_noise_nvfp4.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 56, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -340, | |
| 1410 | |
| ], | |
| "size": [ | |
| 350, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 497 | |
| ] | |
| } | |
| ], | |
| "title": "Bernini-R Low Noise", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "UNETLoader", | |
| "models": [ | |
| { | |
| "name": "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors", | |
| "directory": "diffusion_models" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "B_R1/wan2.2_bernini_r_low_noise_nvfp4.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 38, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -340, | |
| 1540 | |
| ], | |
| "size": [ | |
| 350, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "slot_index": 0, | |
| "links": [ | |
| 74, | |
| 75 | |
| ] | |
| } | |
| ], | |
| "title": "UMT5 Text Encoder", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "CLIPLoader", | |
| "models": [ | |
| { | |
| "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors", | |
| "directory": "text_encoders" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "umt5_xxl_fp8_e4m3fn_scaled.safetensors", | |
| "wan", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 39, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -340, | |
| 1700 | |
| ], | |
| "size": [ | |
| 350, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "slot_index": 0, | |
| "links": [ | |
| 76, | |
| 478 | |
| ] | |
| } | |
| ], | |
| "title": "WAN VAE", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "VAELoader", | |
| "models": [ | |
| { | |
| "name": "wan_2.1_vae.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors", | |
| "directory": "vae" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "WAN/Wan2_1_VAE_fp32.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 218, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 440, | |
| 1260 | |
| ], | |
| "size": [ | |
| 290, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 495 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 496 | |
| ] | |
| } | |
| ], | |
| "title": "LightX2V High Noise", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Wan-Speed/Lightx2V/Bernini-R_LightX2V_high_noise.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 219, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 440, | |
| 1390 | |
| ], | |
| "size": [ | |
| 290, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 497 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 498 | |
| ] | |
| } | |
| ], | |
| "title": "LightX2V Low Noise", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Wan-Speed/Lightx2V/Bernini-R_LightX2V_low_noise.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 224, | |
| "type": "62990b14-7dd4-4f4c-9179-60b2ef076047", | |
| "pos": [ | |
| -1170, | |
| 1870 | |
| ], | |
| "size": [ | |
| 240, | |
| 120 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "index", | |
| "type": "INT", | |
| "widget": { | |
| "name": "index" | |
| }, | |
| "link": 501 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "selected_line", | |
| "type": "STRING", | |
| "links": [ | |
| 502 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "proxyWidgets": [ | |
| [ | |
| "2", | |
| "string" | |
| ], | |
| [ | |
| "222", | |
| "value" | |
| ] | |
| ], | |
| "cnr_id": "comfy-core", | |
| "ver": "0.19.0", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 226, | |
| "type": "CustomCombo", | |
| "pos": [ | |
| -890, | |
| 1870 | |
| ], | |
| "size": [ | |
| 460, | |
| 390 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [] | |
| }, | |
| { | |
| "name": "INDEX", | |
| "type": "INT", | |
| "links": [ | |
| 501 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "CustomCombo", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "choice": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Video Editing", | |
| 6, | |
| "Default", | |
| "Text to Image", | |
| "Text to Video", | |
| "Image Editing", | |
| "Subject to Image", | |
| "Image to Video", | |
| "Video Editing", | |
| "Video Editing (Content Propagation)", | |
| "Video Editing with Reference", | |
| "Ads / Content Insertion", | |
| "Video Editing (Action / Position)", | |
| "Video Editing (Style / Motion)", | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 225, | |
| "type": "StringConcatenate", | |
| "pos": [ | |
| -1160, | |
| 2040 | |
| ], | |
| "size": [ | |
| 400, | |
| 250 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "string_a", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "string_a" | |
| }, | |
| "link": 502 | |
| }, | |
| { | |
| "name": "string_b", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "string_b" | |
| }, | |
| "link": 503 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 504 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "StringConcatenate", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "string_a": true, | |
| "string_b": true, | |
| "delimiter": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "", | |
| "", | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 215, | |
| "type": "BerniniConditioning", | |
| "pos": [ | |
| 400, | |
| 2070 | |
| ], | |
| "size": [ | |
| 310, | |
| 300 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 476 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 477 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 478 | |
| }, | |
| { | |
| "name": "source_video", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 500 | |
| }, | |
| { | |
| "name": "reference_video", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": null | |
| }, | |
| { | |
| "label": "reference_image_0", | |
| "name": "reference_images.reference_image_0", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 479 | |
| }, | |
| { | |
| "label": "reference_image_1", | |
| "name": "reference_images.reference_image_1", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": null | |
| }, | |
| { | |
| "name": "length", | |
| "type": "INT", | |
| "widget": { | |
| "name": "length" | |
| }, | |
| "link": 515 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 480, | |
| 483 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 481, | |
| 484 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "links": [ | |
| 482 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "BerniniConditioning", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 720, | |
| 480, | |
| 81, | |
| 1, | |
| 848 | |
| ] | |
| }, | |
| { | |
| "id": 227, | |
| "type": "PrimitiveStringMultiline", | |
| "pos": [ | |
| 300, | |
| 1570 | |
| ], | |
| "size": [ | |
| 420, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 503 | |
| ] | |
| } | |
| ], | |
| "title": "User Prompt", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "PrimitiveStringMultiline", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "change the atmosphere of the scene to a rainy one . maintain everything else as is." | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 231, | |
| "type": "Video Slice", | |
| "pos": [ | |
| -350, | |
| 2430 | |
| ], | |
| "size": [ | |
| 280, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 510 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "links": [ | |
| 506 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfy-core", | |
| "ver": "0.24.0", | |
| "Node name for S&R": "Video Slice" | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| 5, | |
| false | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 74, | |
| 38, | |
| 0, | |
| 6, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 75, | |
| 38, | |
| 0, | |
| 7, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 76, | |
| 39, | |
| 0, | |
| 8, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 113, | |
| 57, | |
| 0, | |
| 58, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 124, | |
| 58, | |
| 0, | |
| 8, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 147, | |
| 54, | |
| 0, | |
| 57, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 148, | |
| 55, | |
| 0, | |
| 58, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 198, | |
| 8, | |
| 0, | |
| 109, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 199, | |
| 109, | |
| 0, | |
| 61, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 476, | |
| 6, | |
| 0, | |
| 215, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 477, | |
| 7, | |
| 0, | |
| 215, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 478, | |
| 39, | |
| 0, | |
| 215, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 479, | |
| 62, | |
| 0, | |
| 215, | |
| 5, | |
| "IMAGE" | |
| ], | |
| [ | |
| 480, | |
| 215, | |
| 0, | |
| 57, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 481, | |
| 215, | |
| 1, | |
| 57, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 482, | |
| 215, | |
| 2, | |
| 57, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 483, | |
| 215, | |
| 0, | |
| 58, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 484, | |
| 215, | |
| 1, | |
| 58, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 495, | |
| 37, | |
| 0, | |
| 218, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 496, | |
| 218, | |
| 0, | |
| 54, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 497, | |
| 56, | |
| 0, | |
| 219, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 498, | |
| 219, | |
| 0, | |
| 55, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 499, | |
| 220, | |
| 0, | |
| 221, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 500, | |
| 221, | |
| 0, | |
| 215, | |
| 3, | |
| "IMAGE" | |
| ], | |
| [ | |
| 501, | |
| 226, | |
| 1, | |
| 224, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 502, | |
| 224, | |
| 0, | |
| 225, | |
| 0, | |
| "STRING" | |
| ], | |
| [ | |
| 503, | |
| 227, | |
| 0, | |
| 225, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 504, | |
| 225, | |
| 0, | |
| 6, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 506, | |
| 231, | |
| 0, | |
| 229, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 508, | |
| 233, | |
| 2, | |
| 232, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 509, | |
| 229, | |
| 0, | |
| 233, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 510, | |
| 220, | |
| 0, | |
| 231, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 511, | |
| 233, | |
| 2, | |
| 234, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 513, | |
| 229, | |
| 2, | |
| 236, | |
| 0, | |
| "FLOAT" | |
| ], | |
| [ | |
| 514, | |
| 236, | |
| 0, | |
| 237, | |
| 0, | |
| "FLOAT" | |
| ], | |
| [ | |
| 515, | |
| 234, | |
| 0, | |
| 215, | |
| 7, | |
| "INT" | |
| ], | |
| [ | |
| 516, | |
| 237, | |
| 0, | |
| 109, | |
| 2, | |
| "FLOAT" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 10, | |
| "title": "Bernini-R", | |
| "bounding": [ | |
| -370, | |
| 1160, | |
| 2570, | |
| 1150 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 1, | |
| "title": "Step1 - Load models", | |
| "bounding": [ | |
| -360, | |
| 1200, | |
| 371.0310363769531, | |
| 571.3974609375 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 2, | |
| "title": "Step2 - Upload video || images", | |
| "bounding": [ | |
| -350, | |
| 1800, | |
| 620, | |
| 490 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 3, | |
| "title": "Step4 - Prompt", | |
| "bounding": [ | |
| 290, | |
| 1500, | |
| 445.27801513671875, | |
| 464.2060852050781 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 4, | |
| "title": "Step5 - Video size & length", | |
| "bounding": [ | |
| 330, | |
| 1990, | |
| 440, | |
| 300 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 11, | |
| "title": "Step3 - select a task", | |
| "bounding": [ | |
| -1190, | |
| 1790, | |
| 800, | |
| 510 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| } | |
| ], | |
| "definitions": { | |
| "subgraphs": [ | |
| { | |
| "id": "62990b14-7dd4-4f4c-9179-60b2ef076047", | |
| "version": 1, | |
| "state": { | |
| "lastGroupId": 11, | |
| "lastNodeId": 237, | |
| "lastLinkId": 516, | |
| "lastRerouteId": 0 | |
| }, | |
| "revision": 0, | |
| "config": {}, | |
| "name": "Select Per-Line Text by Index", | |
| "description": "Selects one line from multiline text by zero-based index for batch or list-driven prompt workflows.", | |
| "inputNode": { | |
| "id": -10, | |
| "bounding": [ | |
| -990, | |
| 8595, | |
| 128, | |
| 88 | |
| ] | |
| }, | |
| "outputNode": { | |
| "id": -20, | |
| "bounding": [ | |
| 710, | |
| 8585, | |
| 128, | |
| 68 | |
| ] | |
| }, | |
| "inputs": [ | |
| { | |
| "id": "75417d82-a934-4ac9-b667-d8dcd5a3bfb3", | |
| "name": "text_per_line", | |
| "type": "STRING", | |
| "linkIds": [ | |
| 13 | |
| ], | |
| "localized_name": "text_per_line", | |
| "pos": [ | |
| -886, | |
| 8619 | |
| ] | |
| }, | |
| { | |
| "id": "46e69a73-1804-4ca6-9175-31445bf0be96", | |
| "name": "index", | |
| "type": "INT", | |
| "linkIds": [ | |
| 14 | |
| ], | |
| "localized_name": "index", | |
| "pos": [ | |
| -886, | |
| 8639 | |
| ] | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "id": "e34e8ad1-84d2-4bd2-a460-eb7de6067c10", | |
| "name": "selected_line", | |
| "type": "STRING", | |
| "linkIds": [ | |
| 10 | |
| ], | |
| "localized_name": "selected_line", | |
| "pos": [ | |
| 734, | |
| 8609 | |
| ] | |
| } | |
| ], | |
| "widgets": [], | |
| "nodes": [ | |
| { | |
| "id": 1, | |
| "type": "PreviewAny", | |
| "pos": [ | |
| -500, | |
| 8400 | |
| ], | |
| "size": [ | |
| 230, | |
| 180 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "source", | |
| "name": "source", | |
| "type": "*", | |
| "link": 1 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "STRING", | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 6 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.19.0", | |
| "Node name for S&R": "PreviewAny", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| null, | |
| null, | |
| null | |
| ] | |
| }, | |
| { | |
| "id": 2, | |
| "type": "RegexExtract", | |
| "pos": [ | |
| -240, | |
| 8740 | |
| ], | |
| "size": [ | |
| 470, | |
| 460 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "showAdvanced": false, | |
| "inputs": [ | |
| { | |
| "localized_name": "string", | |
| "name": "string", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "string" | |
| }, | |
| "link": 13 | |
| }, | |
| { | |
| "localized_name": "regex_pattern", | |
| "name": "regex_pattern", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "regex_pattern" | |
| }, | |
| "link": 9 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "STRING", | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 10 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.19.0", | |
| "Node name for S&R": "RegexExtract", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "You are a helpful assistant.\nYou are a helpful assistant specialized in text-to-image generation.\nYou are a helpful assistant specialized in text-to-video generation.\nYou are a helpful assistant specialized in image editing.\nYou are a helpful assistant specialized in subject-to-image generation.\nYou are a helpful assistant specialized in image-to-video generation.\nYou are a helpful assistant specialized in video editing.\nYou are a helpful assistant specialized in video editing on content propagation.\nYou are a helpful assistant specialized in video editing with reference.\nYou are a helpful assistant specialized in ads insertion.\nYou are a helpful assistant for editing. You may need to adjust the subject's action or position.\nYou are a helpful assistant for editing. You might need to adjust the video's style, lighting, colors, textures, and the subject's pose or action.", | |
| "", | |
| "First Group", | |
| false, | |
| false, | |
| false, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 222, | |
| "type": "PrimitiveInt", | |
| "pos": [ | |
| -810, | |
| 8400 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "value", | |
| "name": "value", | |
| "type": "INT", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": 14 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "INT", | |
| "name": "INT", | |
| "type": "INT", | |
| "links": [ | |
| 1 | |
| ] | |
| } | |
| ], | |
| "title": "Int (line index)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.19.0", | |
| "Node name for S&R": "Int (line index)", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| "fixed" | |
| ] | |
| }, | |
| { | |
| "id": 223, | |
| "type": "StringReplace", | |
| "pos": [ | |
| -240, | |
| 8400 | |
| ], | |
| "size": [ | |
| 400, | |
| 280 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "replace", | |
| "name": "replace", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "replace" | |
| }, | |
| "link": 6 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "STRING", | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 9 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.19.0", | |
| "Node name for S&R": "StringReplace", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "^(?:[^\\n]*\\n){index}([^\\n]*)(?:\\n|$)", | |
| "index", | |
| "" | |
| ] | |
| } | |
| ], | |
| "groups": [], | |
| "links": [ | |
| { | |
| "id": 1, | |
| "origin_id": 222, | |
| "origin_slot": 0, | |
| "target_id": 1, | |
| "target_slot": 0, | |
| "type": "INT" | |
| }, | |
| { | |
| "id": 9, | |
| "origin_id": 223, | |
| "origin_slot": 0, | |
| "target_id": 2, | |
| "target_slot": 1, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 6, | |
| "origin_id": 1, | |
| "origin_slot": 0, | |
| "target_id": 223, | |
| "target_slot": 0, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 10, | |
| "origin_id": 2, | |
| "origin_slot": 0, | |
| "target_id": -20, | |
| "target_slot": 0, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 13, | |
| "origin_id": -10, | |
| "origin_slot": 0, | |
| "target_id": 2, | |
| "target_slot": 0, | |
| "type": "STRING" | |
| }, | |
| { | |
| "id": 14, | |
| "origin_id": -10, | |
| "origin_slot": 1, | |
| "target_id": 222, | |
| "target_slot": 0, | |
| "type": "INT" | |
| } | |
| ], | |
| "extra": { | |
| "ue_links": [], | |
| "links_added_by_ue": [] | |
| } | |
| } | |
| ] | |
| }, | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.7513148009015777, | |
| "offset": [ | |
| 940.3113186101136, | |
| -934.2309093051564 | |
| ] | |
| }, | |
| "frontendVersion": "1.45.20", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true, | |
| "ue_links": [], | |
| "links_added_by_ue": [], | |
| "workflowRendererVersion": "LG" | |
| }, | |
| "version": 0.4 | |
| } |