Text-to-Image
English
comfyui
comfyui-workflow
comfyui-custom-nodes
deno
deno-custom-nodes
workflow
workflow-json
ideogram
ideogram-4
ideogram4
ideogram-director
json-prompt
json-prompt-builder
bounding-box
layout-control
typography
text-rendering
prompt-engineering
local-llm
bernini
bytedance
bytedance-bernini
wan-video
image-to-video
video-generation
Add DENO ComfyUI workflow hub
Browse filesAdd IdeoGram Director and ByteDance Bernini workflow JSON files with setup notes.
MANIFEST.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "DENO ComfyUI Workflows",
|
| 3 |
+
"owner": "Deno2026",
|
| 4 |
+
"updatedAt": "2026-06-18",
|
| 5 |
+
"items": [
|
| 6 |
+
{
|
| 7 |
+
"name": "IdeoGram Director",
|
| 8 |
+
"version": "v1.0",
|
| 9 |
+
"baseModel": "Ideogram 4.0",
|
| 10 |
+
"civitaiModelId": 2703836,
|
| 11 |
+
"civitaiModelVersionId": 3036387,
|
| 12 |
+
"file": "workflows/ideogram-director/ideogramDirector_v10.json",
|
| 13 |
+
"sha256": "21EE6E8EEA54AAB3BA3B5877408FDF777959C5101B94504352715C4438CDA82E"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"name": "ByteDance Bernini workflow",
|
| 17 |
+
"version": "v1.0",
|
| 18 |
+
"baseModel": "Wan Video 2.2 I2V-A14B",
|
| 19 |
+
"civitaiModelId": 2671671,
|
| 20 |
+
"civitaiModelVersionId": 2999924,
|
| 21 |
+
"file": "workflows/bernini-preview/bytedanceBernini_v10.json",
|
| 22 |
+
"sha256": "957F7D8DE33EB6B0ABADA6B3CA02E883B379C8C729FCC75BFD0197C49C3DB374"
|
| 23 |
+
}
|
| 24 |
+
]
|
| 25 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: comfyui
|
| 4 |
+
tags:
|
| 5 |
+
- comfyui
|
| 6 |
+
- workflow
|
| 7 |
+
- deno
|
| 8 |
+
- ideogram
|
| 9 |
+
- ideogram-4
|
| 10 |
+
- bernini
|
| 11 |
+
- bytedance
|
| 12 |
+
- json-prompt
|
| 13 |
+
- text-to-image
|
| 14 |
+
- image-to-video
|
| 15 |
+
pretty_name: DENO ComfyUI Workflows
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# DENO ComfyUI Workflows
|
| 19 |
+
|
| 20 |
+
Curated ComfyUI workflow releases from DENO.
|
| 21 |
+
|
| 22 |
+
This repository is a lightweight workflow hub. It contains workflow JSON files and setup notes only. It does not contain model weights.
|
| 23 |
+
|
| 24 |
+
## Included Workflows
|
| 25 |
+
|
| 26 |
+
| Workflow | Base model | File | Civitai |
|
| 27 |
+
|---|---|---|---|
|
| 28 |
+
| IdeoGram Director v1.0 | Ideogram 4.0 | `workflows/ideogram-director/ideogramDirector_v10.json` | https://civitai.com/models/2703836 |
|
| 29 |
+
| ByteDance Bernini workflow v1.0 | Wan Video 2.2 I2V-A14B | `workflows/bernini-preview/bytedanceBernini_v10.json` | https://civitai.com/models/2671671 |
|
| 30 |
+
|
| 31 |
+
## IdeoGram Director
|
| 32 |
+
|
| 33 |
+
IdeoGram Director is a DENO ComfyUI workflow and custom-node setup for building structured Ideogram 4 prompts visually.
|
| 34 |
+
|
| 35 |
+
It is designed around:
|
| 36 |
+
|
| 37 |
+
- JSON prompt building for Ideogram 4
|
| 38 |
+
- visual bounding-box layout control
|
| 39 |
+
- text, logo, title, and signature placement
|
| 40 |
+
- safer JSON import and replacement flow
|
| 41 |
+
- optional connection with local LLM prompt drafting
|
| 42 |
+
|
| 43 |
+
Install DENO Custom Nodes first, then open:
|
| 44 |
+
|
| 45 |
+
`workflows/ideogram-director/ideogramDirector_v10.json`
|
| 46 |
+
|
| 47 |
+
## ByteDance Bernini Workflow
|
| 48 |
+
|
| 49 |
+
This is a preview/testing workflow for trying Bernini support in ComfyUI.
|
| 50 |
+
|
| 51 |
+
Important: this workflow may require a Bernini-capable ComfyUI backend branch before the feature lands in stable ComfyUI. Use a copied test ComfyUI folder first. Do not overwrite a production ComfyUI install just to test this workflow.
|
| 52 |
+
|
| 53 |
+
Open:
|
| 54 |
+
|
| 55 |
+
`workflows/bernini-preview/bytedanceBernini_v10.json`
|
| 56 |
+
|
| 57 |
+
## Requirements
|
| 58 |
+
|
| 59 |
+
- ComfyUI
|
| 60 |
+
- DENO Custom Nodes: https://github.com/Deno2026/comfyui-deno-custom-nodes
|
| 61 |
+
- Workflow-specific model files shown inside each workflow
|
| 62 |
+
- ComfyUI Manager is recommended for installing missing custom nodes
|
| 63 |
+
|
| 64 |
+
## Install
|
| 65 |
+
|
| 66 |
+
1. Install or update DENO Custom Nodes in ComfyUI.
|
| 67 |
+
2. Download the workflow JSON file you want to use.
|
| 68 |
+
3. Open the JSON in ComfyUI.
|
| 69 |
+
4. Use ComfyUI Manager to install missing custom nodes.
|
| 70 |
+
5. Download the required model files shown inside the workflow.
|
| 71 |
+
6. Restart ComfyUI before running the workflow.
|
| 72 |
+
|
| 73 |
+
## Links
|
| 74 |
+
|
| 75 |
+
- GitHub: https://github.com/Deno2026/comfyui-deno-custom-nodes
|
| 76 |
+
- Civitai profile: https://civitai.com/user/Deno2026
|
| 77 |
+
- YouTube: https://www.youtube.com/@Denoise-AI
|
| 78 |
+
|
workflows/bernini-preview/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ByteDance Bernini Workflow v1.0
|
| 2 |
+
|
| 3 |
+
Base model: Wan Video 2.2 I2V-A14B
|
| 4 |
+
|
| 5 |
+
File:
|
| 6 |
+
|
| 7 |
+
`bytedanceBernini_v10.json`
|
| 8 |
+
|
| 9 |
+
This is a preview/testing workflow for Bernini support in ComfyUI.
|
| 10 |
+
|
| 11 |
+
Important:
|
| 12 |
+
|
| 13 |
+
- Use a copied test ComfyUI folder first.
|
| 14 |
+
- This may require a Bernini-capable ComfyUI backend branch.
|
| 15 |
+
- Do not overwrite a production ComfyUI install just to test this workflow.
|
| 16 |
+
- Install missing custom nodes through ComfyUI Manager where possible.
|
| 17 |
+
|
| 18 |
+
Links:
|
| 19 |
+
|
| 20 |
+
- Civitai: https://civitai.com/models/2671671
|
| 21 |
+
- Bernini project: https://bernini-ai.github.io/
|
| 22 |
+
- ByteDance Bernini-R: https://huggingface.co/ByteDance/Bernini-R
|
| 23 |
+
- DENO Custom Nodes: https://github.com/Deno2026/comfyui-deno-custom-nodes
|
| 24 |
+
|
workflows/bernini-preview/bytedanceBernini_v10.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"id":"247ea069-731d-4b79-9d64-8807463de95c","revision":0,"last_node_id":79,"last_link_id":143,"nodes":[{"id":14,"type":"PathchSageAttentionKJ","pos":[745.8336811795332,4512.426006719604],"size":[270,82],"flags":{},"order":18,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":25},{"localized_name":"sage_attention","name":"sage_attention","type":"COMBO","widget":{"name":"sage_attention"},"link":null},{"localized_name":"allow_compile","name":"allow_compile","shape":7,"type":"BOOLEAN","widget":{"name":"allow_compile"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[58]}],"properties":{"cnr_id":"comfyui-kjnodes","ver":"1.4.1","Node name for S&R":"PathchSageAttentionKJ"},"widgets_values":["auto",false],"color":"#223","bgcolor":"#335"},{"id":54,"type":"SetNode","pos":[1801.2432216336354,4342.602145193691],"size":[210,60],"flags":{},"order":29,"mode":0,"inputs":[{"name":"MODEL","type":"MODEL","link":120}],"outputs":[{"name":"MODEL","type":"MODEL","links":null}],"title":"Set_High noise","properties":{"Node name for S&R":"SetNode","aux_id":"kijai/ComfyUI-KJNodes","previousName":"High noise"},"widgets_values":["High noise"],"color":"#223","bgcolor":"#335"},{"id":55,"type":"SetNode","pos":[1811.9401490724879,4522.87630315786],"size":[210,60],"flags":{},"order":30,"mode":0,"inputs":[{"name":"MODEL","type":"MODEL","link":121}],"outputs":[{"name":"MODEL","type":"MODEL","links":null}],"title":"Set_Low noise","properties":{"Node name for S&R":"SetNode","aux_id":"kijai/ComfyUI-KJNodes","previousName":"Low noise"},"widgets_values":["Low noise"],"color":"#223","bgcolor":"#335"},{"id":57,"type":"GetNode","pos":[1380.57023139283,5510.537876233642],"size":[210,60],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[123]}],"title":"Get_Low noise","properties":{"Node name for S&R":"GetNode","aux_id":"kijai/ComfyUI-KJNodes"},"widgets_values":["Low noise"],"color":"#223","bgcolor":"#335"},{"id":56,"type":"GetNode","pos":[1386.3972568774398,4904.475479310229],"size":[210,60],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[122]}],"title":"Get_High noise","properties":{"Node name for S&R":"GetNode","aux_id":"kijai/ComfyUI-KJNodes"},"widgets_values":["High noise"],"color":"#223","bgcolor":"#335"},{"id":13,"type":"PathchSageAttentionKJ","pos":[740.8868786222505,4337.341223896764],"size":[270,82],"flags":{},"order":17,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":24},{"localized_name":"sage_attention","name":"sage_attention","type":"COMBO","widget":{"name":"sage_attention"},"link":null},{"localized_name":"allow_compile","name":"allow_compile","shape":7,"type":"BOOLEAN","widget":{"name":"allow_compile"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[23]}],"properties":{"cnr_id":"comfyui-kjnodes","ver":"1.4.1","Node name for S&R":"PathchSageAttentionKJ"},"widgets_values":["auto",false],"color":"#223","bgcolor":"#335"},{"id":5,"type":"UNETLoader","pos":[183.19373877250578,4336.404006251178],"size":[497.8623848735085,82],"flags":{},"order":2,"mode":0,"inputs":[{"localized_name":"unet_name","name":"unet_name","type":"COMBO","widget":{"name":"unet_name"},"link":null},{"localized_name":"weight_dtype","name":"weight_dtype","type":"COMBO","widget":{"name":"weight_dtype"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[24]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"UNETLoader"},"widgets_values":["Wan22_Bernini_HIGH_mxfp8.safetensors","default"],"color":"#223","bgcolor":"#335"},{"id":69,"type":"GetNode","pos":[417.10655397971954,4958.359702248011],"size":[210,58],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[134]}],"title":"Get_VAE","properties":{"Node name for S&R":"GetNode","aux_id":"kijai/ComfyUI-KJNodes"},"widgets_values":["VAE"],"color":"#322","bgcolor":"#533"},{"id":12,"type":"UNETLoader","pos":[187.51616481423767,4515.061985201735],"size":[497.8623848735085,82],"flags":{},"order":4,"mode":0,"inputs":[{"localized_name":"unet_name","name":"unet_name","type":"COMBO","widget":{"name":"unet_name"},"link":null},{"localized_name":"weight_dtype","name":"weight_dtype","type":"COMBO","widget":{"name":"weight_dtype"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[25,34]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"UNETLoader"},"widgets_values":["Wan22_Bernini_LOW_mxfp8.safetensors","default"],"color":"#223","bgcolor":"#335"},{"id":62,"type":"GetNode","pos":[1939.6150874413402,5528.2904030435075],"size":[210,58],"flags":{"collapsed":false},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[127]}],"title":"Get_VAE","properties":{"Node name for S&R":"GetNode","aux_id":"kijai/ComfyUI-KJNodes"},"widgets_values":["VAE"],"color":"#322","bgcolor":"#533"},{"id":65,"type":"VHS_LoadVideo","pos":[-914.7434115347062,5128.686285280006],"size":[261.6533203125,750.2704532220497],"flags":{},"order":6,"mode":0,"inputs":[{"localized_name":"meta_batch","name":"meta_batch","shape":7,"type":"VHS_BatchManager","link":null},{"localized_name":"vae","name":"vae","shape":7,"type":"VAE","link":null},{"localized_name":"video","name":"video","type":"COMBO","widget":{"name":"video"},"link":null},{"localized_name":"force_rate","name":"force_rate","type":"FLOAT","widget":{"name":"force_rate"},"link":null},{"localized_name":"custom_width","name":"custom_width","type":"INT","widget":{"name":"custom_width"},"link":null},{"localized_name":"custom_height","name":"custom_height","type":"INT","widget":{"name":"custom_height"},"link":null},{"localized_name":"frame_load_cap","name":"frame_load_cap","type":"INT","widget":{"name":"frame_load_cap"},"link":null},{"localized_name":"skip_first_frames","name":"skip_first_frames","type":"INT","widget":{"name":"skip_first_frames"},"link":null},{"localized_name":"select_every_nth","name":"select_every_nth","type":"INT","widget":{"name":"select_every_nth"},"link":null},{"localized_name":"format","name":"format","shape":7,"type":"COMBO","widget":{"name":"format"},"link":null}],"outputs":[{"localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","links":[132]},{"localized_name":"frame_count","name":"frame_count","type":"INT","links":null},{"localized_name":"audio","name":"audio","type":"AUDIO","links":null},{"localized_name":"video_info","name":"video_info","type":"VHS_VIDEOINFO","links":[129]}],"properties":{"cnr_id":"comfyui-videohelpersuite","ver":"4ee72c065db22c9d96c2427954dc69e7b908444b","Node name for S&R":"VHS_LoadVideo"},"widgets_values":{"video":"09cf62aa-305b-42c0-a017-4d905c388428.mp4","force_rate":0,"custom_width":0,"custom_height":0,"frame_load_cap":0,"skip_first_frames":0,"select_every_nth":1,"format":"AnimateDiff","videopreview":{"hidden":false,"paused":false,"params":{"filename":"09cf62aa-305b-42c0-a017-4d905c388428.mp4","type":"input","format":"video/mp4","force_rate":0,"custom_width":0,"custom_height":0,"frame_load_cap":0,"skip_first_frames":0,"select_every_nth":1}}}},{"id":29,"type":"LoraLoaderModelOnly","pos":[1087.6285744989295,4511.598661357693],"size":[663.4872489871436,82],"flags":{},"order":25,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":58},{"localized_name":"lora_name","name":"lora_name","type":"COMBO","widget":{"name":"lora_name"},"link":null},{"localized_name":"strength_model","name":"strength_model","type":"FLOAT","widget":{"name":"strength_model"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[121]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"LoraLoaderModelOnly"},"widgets_values":["WanVideo\\Lightx2v\\lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16_.safetensors",1.5],"color":"#323","bgcolor":"#535"},{"id":27,"type":"KSamplerSelect","pos":[1067.4093880212233,5253.485328023869],"size":[270,58],"flags":{},"order":7,"mode":0,"inputs":[{"localized_name":"sampler_name","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null}],"outputs":[{"localized_name":"SAMPLER","name":"SAMPLER","type":"SAMPLER","links":[53,56]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"KSamplerSelect"},"widgets_values":["res_multistep"]},{"id":9,"type":"CLIPLoader","pos":[384.18276404201504,4778.015278471978],"size":[270,106],"flags":{},"order":8,"mode":0,"inputs":[{"localized_name":"clip_name","name":"clip_name","type":"COMBO","widget":{"name":"clip_name"},"link":null},{"localized_name":"type","name":"type","type":"COMBO","widget":{"name":"type"},"link":null},{"localized_name":"device","name":"device","shape":7,"type":"COMBO","widget":{"name":"device"},"link":null}],"outputs":[{"localized_name":"CLIP","name":"CLIP","type":"CLIP","links":[117]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"CLIPLoader"},"widgets_values":["umt5_xxl_fp8_e4m3fn_scaled.safetensors","wan","default"],"color":"#432","bgcolor":"#653"},{"id":59,"type":"SetNode","pos":[1809.536644227549,4662.922521377212],"size":[210,60],"flags":{},"order":22,"mode":0,"inputs":[{"name":"VAE","type":"VAE","link":124}],"outputs":[{"name":"VAE","type":"VAE","links":null}],"title":"Set_VAE","properties":{"Node name for S&R":"SetNode","aux_id":"kijai/ComfyUI-KJNodes","previousName":"VAE"},"widgets_values":["VAE"],"color":"#322","bgcolor":"#533"},{"id":7,"type":"VAELoader","pos":[1487.5162548524502,4662.364954368316],"size":[270,58],"flags":{},"order":9,"mode":0,"inputs":[{"localized_name":"vae_name","name":"vae_name","type":"COMBO","widget":{"name":"vae_name"},"link":null}],"outputs":[{"localized_name":"VAE","name":"VAE","type":"VAE","links":[124]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"VAELoader"},"widgets_values":["wan_2.1_vae.safetensors"],"color":"#322","bgcolor":"#533"},{"id":11,"type":"LoraLoaderModelOnly","pos":[1091.02908675371,4338.184740456177],"size":[653.5452318867297,82],"flags":{},"order":24,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":23},{"localized_name":"lora_name","name":"lora_name","type":"COMBO","widget":{"name":"lora_name"},"link":null},{"localized_name":"strength_model","name":"strength_model","type":"FLOAT","widget":{"name":"strength_model"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[120]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"LoraLoaderModelOnly"},"widgets_values":["WanVideo\\Lightx2v\\lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16_.safetensors",3],"color":"#323","bgcolor":"#535"},{"id":67,"type":"SetNode","pos":[-611.1618286873477,5341.705434481113],"size":[210,60],"flags":{"collapsed":false},"order":27,"mode":0,"inputs":[{"name":"FLOAT","type":"FLOAT","link":130}],"outputs":[{"name":"FLOAT","type":"FLOAT","links":null}],"title":"Set_Ref Video FPS","properties":{"Node name for S&R":"SetNode","aux_id":"kijai/ComfyUI-KJNodes","previousName":"Ref Video FPS"},"widgets_values":["Ref Video FPS"],"color":"#232","bgcolor":"#353"},{"id":66,"type":"VHS_VideoInfoSource","pos":[-628.1312065213523,5175.852231575262],"size":[253.4775390625,106],"flags":{"collapsed":false},"order":20,"mode":0,"inputs":[{"localized_name":"video_info","name":"video_info","type":"VHS_VIDEOINFO","link":129}],"outputs":[{"localized_name":"fps🟨","name":"fps🟨","type":"FLOAT","links":[130]},{"localized_name":"frame_count🟨","name":"frame_count🟨","type":"INT","links":null},{"localized_name":"duration🟨","name":"duration🟨","type":"FLOAT","links":null},{"localized_name":"width🟨","name":"width🟨","type":"INT","links":null},{"localized_name":"height🟨","name":"height🟨","type":"INT","links":null}],"properties":{"cnr_id":"comfyui-videohelpersuite","ver":"4ee72c065db22c9d96c2427954dc69e7b908444b","Node name for S&R":"VHS_VideoInfoSource"},"widgets_values":{}},{"id":15,"type":"SamplerCustom","pos":[1627.3909177866863,5510.741262466874],"size":[279.0552896530007,742.0313667775854],"flags":{},"order":32,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":123},{"localized_name":"positive","name":"positive","type":"CONDITIONING","link":79},{"localized_name":"negative","name":"negative","type":"CONDITIONING","link":74},{"localized_name":"sampler","name":"sampler","type":"SAMPLER","link":56},{"localized_name":"sigmas","name":"sigmas","type":"SIGMAS","link":42},{"localized_name":"latent_image","name":"latent_image","type":"LATENT","link":40},{"localized_name":"add_noise","name":"add_noise","type":"BOOLEAN","widget":{"name":"add_noise"},"link":null},{"localized_name":"noise_seed","name":"noise_seed","type":"INT","widget":{"name":"noise_seed"},"link":null},{"localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null}],"outputs":[{"localized_name":"output","name":"output","type":"LATENT","links":[31]},{"localized_name":"denoised_output","name":"denoised_output","type":"LATENT","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"SamplerCustom"},"widgets_values":[false,0,"fixed",1]},{"id":19,"type":"SamplerCustom","pos":[1646.2421728936677,4903.705291356254],"size":[255.93669014652892,442],"flags":{},"order":31,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":122},{"localized_name":"positive","name":"positive","type":"CONDITIONING","link":78},{"localized_name":"negative","name":"negative","type":"CONDITIONING","link":73},{"localized_name":"sampler","name":"sampler","type":"SAMPLER","link":53},{"localized_name":"sigmas","name":"sigmas","type":"SIGMAS","link":41},{"localized_name":"latent_image","name":"latent_image","type":"LATENT","link":75},{"localized_name":"add_noise","name":"add_noise","type":"BOOLEAN","widget":{"name":"add_noise"},"link":null},{"localized_name":"noise_seed","name":"noise_seed","type":"INT","widget":{"name":"noise_seed"},"link":null},{"localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null}],"outputs":[{"localized_name":"output","name":"output","type":"LATENT","links":[40]},{"localized_name":"denoised_output","name":"denoised_output","type":"LATENT","links":[52]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"SamplerCustom"},"widgets_values":[true,3,"fixed",1]},{"id":18,"type":"BasicScheduler","pos":[1064.9543384261265,5373.02945704162],"size":[270,106],"flags":{},"order":19,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":34},{"localized_name":"scheduler","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"localized_name":"steps","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"localized_name":"denoise","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"localized_name":"SIGMAS","name":"SIGMAS","type":"SIGMAS","links":[33]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"BasicScheduler"},"widgets_values":["simple",8,1]},{"id":17,"type":"SplitSigmas","pos":[1069.5705680178228,5525.6924267295835],"size":[270,78],"flags":{},"order":26,"mode":0,"inputs":[{"localized_name":"sigmas","name":"sigmas","type":"SIGMAS","link":33},{"localized_name":"step","name":"step","type":"INT","widget":{"name":"step"},"link":null}],"outputs":[{"localized_name":"high_sigmas","name":"high_sigmas","type":"SIGMAS","links":[41]},{"localized_name":"low_sigmas","name":"low_sigmas","type":"SIGMAS","links":[42]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"SplitSigmas"},"widgets_values":[4]},{"id":76,"type":"Fast Groups Bypasser (rgthree)","pos":[994.0038282688631,5689.49305329047],"size":[351.3956010156829,106],"flags":{},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":null}],"properties":{"matchColors":"","matchTitle":"noise","showNav":true,"showAllGraphs":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#323","bgcolor":"#535"},{"id":68,"type":"DenoResolutionSetup","pos":[251.93162743037834,5076.521353858332],"size":[362.32807664082134,525.9820018224573],"flags":{},"order":23,"mode":0,"inputs":[{"localized_name":"image","name":"image","shape":7,"type":"IMAGE","link":133},{"localized_name":"mode","name":"mode","type":"COMBO","widget":{"name":"mode"},"link":null},{"localized_name":"ratio_preset","name":"ratio_preset","type":"COMBO","widget":{"name":"ratio_preset"},"link":null},{"localized_name":"megapixels","name":"megapixels","type":"FLOAT","widget":{"name":"megapixels"},"link":null},{"localized_name":"width","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"localized_name":"height","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"localized_name":"divisible_by","name":"divisible_by","type":"COMBO","widget":{"name":"divisible_by"},"link":null},{"localized_name":"resize_method","name":"resize_method","type":"COMBO","widget":{"name":"resize_method"},"link":null},{"localized_name":"interpolation","name":"interpolation","type":"COMBO","widget":{"name":"interpolation"},"link":null}],"outputs":[{"localized_name":"image","name":"image","type":"IMAGE","links":null},{"localized_name":"width","name":"width","type":"INT","links":[140]},{"localized_name":"height","name":"height","type":"INT","links":[141]}],"properties":{"cnr_id":"deno-custom-nodes","ver":"0.7.26","Node name for S&R":"DenoResolutionSetup"},"widgets_values":["Keep Input Ratio","16:9",0.4,1024,1024,"16","Center Crop (Fill)","bicubic"]},{"id":61,"type":"GetNode","pos":[1945.1410469057869,4918.811350898788],"size":[210,60],"flags":{"collapsed":false},"order":11,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[126]}],"title":"Get_VAE","properties":{"Node name for S&R":"GetNode","aux_id":"kijai/ComfyUI-KJNodes"},"widgets_values":["VAE"],"color":"#322","bgcolor":"#533"},{"id":6,"type":"VAEDecode","pos":[1944.771972041859,5026.313883884421],"size":[140,46],"flags":{"collapsed":false},"order":33,"mode":0,"inputs":[{"localized_name":"samples","name":"samples","type":"LATENT","link":52},{"localized_name":"vae","name":"vae","type":"VAE","link":126}],"outputs":[{"localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","links":[125]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"VAEDecode"},"widgets_values":[],"color":"#322","bgcolor":"#533"},{"id":60,"type":"DenoVideoPreview","pos":[2213.7386224144284,4917.40080056597],"size":[258.7190064472484,501.7091786275132],"flags":{},"order":35,"mode":0,"inputs":[{"localized_name":"images","name":"images","type":"IMAGE","link":125},{"localized_name":"audio","name":"audio","shape":7,"type":"AUDIO","link":null},{"localized_name":"frame_rate","name":"frame_rate","type":"INT","widget":{"name":"frame_rate"},"link":null}],"outputs":[{"localized_name":"images","name":"images","type":"IMAGE","links":null}],"properties":{"cnr_id":"deno-custom-nodes","ver":"0.7.26","Node name for S&R":"DenoVideoPreview","__denoVideoPreviewManualSize":true},"widgets_values":[16,""]},{"id":16,"type":"VAEDecode","pos":[1940.1641999939202,5646.431702773336],"size":[140,46],"flags":{"collapsed":false},"order":34,"mode":0,"inputs":[{"localized_name":"samples","name":"samples","type":"LATENT","link":31},{"localized_name":"vae","name":"vae","type":"VAE","link":127}],"outputs":[{"localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","links":[128]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"VAEDecode"},"widgets_values":[],"color":"#322","bgcolor":"#533"},{"id":64,"type":"GetNode","pos":[1942.5270952790074,5740.695018582187],"size":[210,60],"flags":{"collapsed":false},"order":12,"mode":0,"inputs":[],"outputs":[{"name":"FLOAT","type":"FLOAT","links":[131]}],"title":"Get_Ref Video FPS","properties":{"Node name for S&R":"GetNode","aux_id":"kijai/ComfyUI-KJNodes"},"widgets_values":["Ref Video FPS"],"color":"#232","bgcolor":"#353"},{"id":63,"type":"VHS_VideoCombine","pos":[2217.012498038107,5528.9518792697945],"size":[226.5576171875,733.107421875],"flags":{},"order":36,"mode":0,"inputs":[{"localized_name":"images","name":"images","type":"IMAGE","link":128},{"localized_name":"audio","name":"audio","shape":7,"type":"AUDIO","link":null},{"localized_name":"meta_batch","name":"meta_batch","shape":7,"type":"VHS_BatchManager","link":null},{"localized_name":"vae","name":"vae","shape":7,"type":"VAE","link":null},{"localized_name":"frame_rate","name":"frame_rate","type":"FLOAT","widget":{"name":"frame_rate"},"link":131},{"localized_name":"loop_count","name":"loop_count","type":"INT","widget":{"name":"loop_count"},"link":null},{"localized_name":"filename_prefix","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null},{"localized_name":"format","name":"format","type":"COMBO","widget":{"name":"format"},"link":null},{"localized_name":"pingpong","name":"pingpong","type":"BOOLEAN","widget":{"name":"pingpong"},"link":null},{"localized_name":"save_output","name":"save_output","type":"BOOLEAN","widget":{"name":"save_output"},"link":null},{"name":"pix_fmt","type":["yuv420p","yuv420p10le"],"widget":{"name":"pix_fmt"},"link":null},{"name":"crf","type":"INT","widget":{"name":"crf"},"link":null},{"name":"save_metadata","type":"BOOLEAN","widget":{"name":"save_metadata"},"link":null},{"name":"trim_to_audio","type":"BOOLEAN","widget":{"name":"trim_to_audio"},"link":null}],"outputs":[{"localized_name":"Filenames","name":"Filenames","type":"VHS_FILENAMES","links":null}],"properties":{"cnr_id":"comfyui-videohelpersuite","ver":"4ee72c065db22c9d96c2427954dc69e7b908444b","Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":16,"loop_count":0,"filename_prefix":"AnimateDiff","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":false,"trim_to_audio":false,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"AnimateDiff_00041.mp4","subfolder":"","type":"output","format":"video/h264-mp4","frame_rate":16,"workflow":"AnimateDiff_00041.png","fullpath":"D:\\ComfyUI-Easy-Install - test\\ComfyUI-Easy-Install\\ComfyUI\\output\\AnimateDiff_00041.mp4"}}}},{"id":77,"type":"DenoLTXModelDownloader","pos":[-489.8717069444017,4300.952721020755],"size":[560,656],"flags":{},"order":13,"mode":0,"inputs":[{"localized_name":"model_root","name":"model_root","type":"STRING","widget":{"name":"model_root"},"link":null},{"localized_name":"presets_json","name":"presets_json","type":"STRING","widget":{"name":"presets_json"},"link":null}],"outputs":[],"properties":{"cnr_id":"deno-custom-nodes","ver":"0.7.26","Node name for S&R":"DenoLTXModelDownloader"},"widgets_values":["D:\\ComfyUI Model\\models","{\n \"active_preset_id\": \"bernini-wan22-mxfp8-lightx2v\",\n \"presets\": [\n {\n \"id\": \"bernini-wan22-mxfp8-lightx2v\",\n \"title\": \"Bernini Wan2.2 MXFP8 + Lightx2v\",\n \"description\": \"For the saved Deno Bernini workflow. Download these files, then keep the workflow model names unchanged.\",\n \"files\": [\n {\n \"id\": \"bernini_high_mxfp8\",\n \"label\": \"Bernini HIGH MXFP8\",\n \"url\": \"https://huggingface.co/Kijai/WanVideo_comfy_fp8_scaled/resolve/main/Bernini/Wan22_Bernini_HIGH_mxfp8.safetensors?download=true\",\n \"target_subdir\": \"diffusion_models\",\n \"filename\": \"Wan22_Bernini_HIGH_mxfp8.safetensors\",\n \"size\": 0\n },\n {\n \"id\": \"bernini_low_mxfp8\",\n \"label\": \"Bernini LOW MXFP8\",\n \"url\": \"https://huggingface.co/Kijai/WanVideo_comfy_fp8_scaled/resolve/main/Bernini/Wan22_Bernini_LOW_mxfp8.safetensors?download=true\",\n \"target_subdir\": \"diffusion_models\",\n \"filename\": \"Wan22_Bernini_LOW_mxfp8.safetensors\",\n \"size\": 0\n },\n {\n \"id\": \"wan_umt5_fp8\",\n \"label\": \"Wan UMT5 FP8 Text Encoder\",\n \"url\": \"https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true\",\n \"target_subdir\": \"text_encoders\",\n \"filename\": \"umt5_xxl_fp8_e4m3fn_scaled.safetensors\",\n \"size\": 0\n },\n {\n \"id\": \"wan_21_vae\",\n \"label\": \"Wan 2.1 VAE\",\n \"url\": \"https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors?download=true\",\n \"target_subdir\": \"vae\",\n \"filename\": \"wan_2.1_vae.safetensors\",\n \"size\": 0\n },\n {\n \"id\": \"lightx2v_t2v_rank64_lora\",\n \"label\": \"Lightx2v T2V Rank64 LoRA\",\n \"url\": \"https://huggingface.co/Kijai/WanVideo_comfy/resolve/bfcbcd071250eafe901e6593a28a69952e00fb53/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16_.safetensors?download=true\",\n \"target_subdir\": \"loras/WanVideo/Lightx2v\",\n \"filename\": \"lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16_.safetensors\",\n \"size\": 0\n }\n ]\n },\n {\n \"id\": \"ltx_23_8gb_vram\",\n \"title\": \"LTX 2.3 8GB VRAM\",\n \"description\": \"Open the official Hugging Face links, download with your browser, then move files into the shown target paths. No Python auto-download is used.\",\n \"files\": [\n {\n \"id\": \"gguf\",\n \"label\": \"GGUF model\",\n \"url\": \"https://huggingface.co/QuantStack/LTX-2.3-GGUF/resolve/main/LTX-2.3-distilled-1.1/LTX-2.3-22B-distilled-1.1-Q4_K_M.gguf?download=true\",\n \"target_subdir\": \"unet\",\n \"filename\": \"LTX-2.3-22B-distilled-1.1-Q4_K_M.gguf\",\n \"size\": 17763015328\n },\n {\n \"id\": \"gemma\",\n \"label\": \"Gemma text encoder\",\n \"url\": \"https://huggingface.co/Comfy-Org/ltx-2/resolve/main/split_files/text_encoders/gemma_3_12B_it_fp4_mixed.safetensors?download=true\",\n \"target_subdir\": \"text_encoders\",\n \"filename\": \"gemma_3_12B_it_fp4_mixed.safetensors\",\n \"size\": 9447702218\n },\n {\n \"id\": \"projection\",\n \"label\": \"Text projection\",\n \"url\": \"https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/text_encoders/ltx-2.3_text_projection_bf16.safetensors?download=true\",\n \"target_subdir\": \"text_encoders\",\n \"filename\": \"ltx-2.3_text_projection_bf16.safetensors\",\n \"size\": 2312149072\n },\n {\n \"id\": \"video_vae\",\n \"label\": \"Video VAE\",\n \"url\": \"https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_video_vae_bf16.safetensors?download=true\",\n \"target_subdir\": \"vae\",\n \"filename\": \"LTX23_video_vae_bf16.safetensors\",\n \"size\": 1452258578\n },\n {\n \"id\": \"audio_vae\",\n \"label\": \"Audio VAE\",\n \"url\": \"https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_audio_vae_bf16.safetensors?download=true\",\n \"target_subdir\": \"vae\",\n \"filename\": \"LTX23_audio_vae_bf16.safetensors\",\n \"size\": 364855188\n },\n {\n \"id\": \"spatial_upscaler\",\n \"label\": \"Spatial upscaler x2\",\n \"url\": \"https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors?download=true\",\n \"target_subdir\": \"latent_upscale_models\",\n \"filename\": \"ltx-2.3-spatial-upscaler-x2-1.1.safetensors\",\n \"size\": 995743560\n }\n ]\n }\n ]\n}",""]},{"id":51,"type":"DenoBerniniPromptGuide","pos":[680.6846730269033,4795.382255035792],"size":[660,398.56910782730125],"flags":{},"order":21,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":117},{"localized_name":"task_type","name":"task_type","type":"COMBO","widget":{"name":"task_type"},"link":null},{"localized_name":"positive_prompt","name":"positive_prompt","type":"STRING","widget":{"name":"positive_prompt"},"link":null},{"localized_name":"reference_prompt_helper","name":"reference_prompt_helper","type":"BOOLEAN","widget":{"name":"reference_prompt_helper"},"link":null},{"localized_name":"negative_preset","name":"negative_preset","type":"COMBO","widget":{"name":"negative_preset"},"link":null},{"localized_name":"show_negative_prompt","name":"show_negative_prompt","type":"BOOLEAN","widget":{"name":"show_negative_prompt"},"link":null},{"localized_name":"negative_prompt","name":"negative_prompt","type":"STRING","widget":{"name":"negative_prompt"},"link":null}],"outputs":[{"localized_name":"positive","name":"positive","type":"CONDITIONING","links":[118]},{"localized_name":"negative","name":"negative","type":"CONDITIONING","links":[119]}],"properties":{"cnr_id":"deno-custom-nodes","ver":"0.7.26","Node name for S&R":"DenoBerniniPromptGuide"},"widgets_values":["Reference Video Edit","","Please change the character to the woman in image0. Keep all other details unchanged.",true,"","Official Wan2.2",true,"色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"]},{"id":34,"type":"BerniniConditioning","pos":[727.5757415060011,5293.055608337242],"size":[271.8258055864335,254],"flags":{},"order":28,"mode":0,"inputs":[{"localized_name":"positive","name":"positive","type":"CONDITIONING","link":118},{"localized_name":"negative","name":"negative","type":"CONDITIONING","link":119},{"localized_name":"vae","name":"vae","type":"VAE","link":134},{"localized_name":"source_video","name":"source_video","shape":7,"type":"IMAGE","link":132},{"localized_name":"reference_video","name":"reference_video","shape":7,"type":"IMAGE","link":null},{"localized_name":"reference_images","name":"reference_images","shape":7,"type":"IMAGE","link":116},{"localized_name":"width","name":"width","type":"INT","widget":{"name":"width"},"link":140},{"localized_name":"height","name":"height","type":"INT","widget":{"name":"height"},"link":141},{"localized_name":"length","name":"length","type":"INT","widget":{"name":"length"},"link":null},{"localized_name":"batch_size","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null},{"localized_name":"ref_max_size","name":"ref_max_size","shape":7,"type":"INT","widget":{"name":"ref_max_size"},"link":null}],"outputs":[{"localized_name":"positive","name":"positive","type":"CONDITIONING","links":[78,79]},{"localized_name":"negative","name":"negative","type":"CONDITIONING","links":[73,74]},{"localized_name":"latent","name":"latent","type":"LATENT","links":[75]}],"properties":{"cnr_id":"comfy-core","ver":"0.23.0","Node name for S&R":"BerniniConditioning"},"widgets_values":[480,832,97,1,848],"color":"#332922","bgcolor":"#593930"},{"id":50,"type":"DenoMultiImageLoader","pos":[-345.97708680591967,5130.754811675417],"size":[400,530],"flags":{},"order":14,"mode":0,"inputs":[{"localized_name":"image_paths","name":"image_paths","type":"STRING","widget":{"name":"image_paths"},"link":null},{"localized_name":"mode","name":"mode","type":"COMBO","widget":{"name":"mode"},"link":null},{"localized_name":"ratio_preset","name":"ratio_preset","type":"COMBO","widget":{"name":"ratio_preset"},"link":null},{"localized_name":"megapixels","name":"megapixels","type":"FLOAT","widget":{"name":"megapixels"},"link":null},{"localized_name":"width","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"localized_name":"height","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"localized_name":"divisible_by","name":"divisible_by","type":"COMBO","widget":{"name":"divisible_by"},"link":null},{"localized_name":"interpolation","name":"interpolation","type":"COMBO","widget":{"name":"interpolation"},"link":null},{"localized_name":"resize_method","name":"resize_method","type":"COMBO","widget":{"name":"resize_method"},"link":null}],"outputs":[{"localized_name":"multi_output","name":"multi_output","type":"IMAGE","links":[116,133]},{"localized_name":"width","name":"width","type":"INT","links":null},{"localized_name":"height","name":"height","type":"INT","links":null}],"properties":{"cnr_id":"deno-custom-nodes","ver":"0.7.26","Node name for S&R":"DenoMultiImageLoader","__denoOutputImageSize":{"width":736,"height":1344}},"widgets_values":["seed_10101_00001_.png","Keep Input Ratio","16:9",1,1024,1024,"32","lanczos","Center Crop (Fill)",""]},{"id":78,"type":"MarkdownNote","pos":[290.2536669609385,5655.062979146123],"size":[277.49563057852174,88],"flags":{},"order":15,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Please make sure it’s divisible by 16."],"color":"#432","bgcolor":"#653"},{"id":79,"type":"MarkdownNote","pos":[-624.9299134772722,5961.366244241032],"size":[564.2257663277703,152.6060306350646],"flags":{},"order":15,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["Please enable or disable the video or image option, choose the settings you want, and proceed.\n\nPlease refer to the official pages for more details.\n\n\nhttps://bernini-ai.github.io/\n\nhttps://huggingface.co/ByteDance/Bernini-R\n\nhttps://github.com/Comfy-Org/ComfyUI/pull/14216"],"color":"#432","bgcolor":"#653"}],"links":[[23,13,0,11,0,"MODEL"],[24,5,0,13,0,"MODEL"],[25,12,0,14,0,"MODEL"],[31,15,0,16,0,"LATENT"],[33,18,0,17,0,"SIGMAS"],[34,12,0,18,0,"MODEL"],[40,19,0,15,5,"LATENT"],[41,17,0,19,4,"SIGMAS"],[42,17,1,15,4,"SIGMAS"],[52,19,1,6,0,"LATENT"],[53,27,0,19,3,"SAMPLER"],[56,27,0,15,3,"SAMPLER"],[58,14,0,29,0,"MODEL"],[73,34,1,19,2,"CONDITIONING"],[74,34,1,15,2,"CONDITIONING"],[75,34,2,19,5,"LATENT"],[78,34,0,19,1,"CONDITIONING"],[79,34,0,15,1,"CONDITIONING"],[116,50,0,34,5,"IMAGE"],[117,9,0,51,0,"CLIP"],[118,51,0,34,0,"CONDITIONING"],[119,51,1,34,1,"CONDITIONING"],[120,11,0,54,0,"MODEL"],[121,29,0,55,0,"MODEL"],[122,56,0,19,0,"MODEL"],[123,57,0,15,0,"MODEL"],[124,7,0,59,0,"VAE"],[125,6,0,60,0,"IMAGE"],[126,61,0,6,1,"VAE"],[127,62,0,16,1,"VAE"],[128,16,0,63,0,"IMAGE"],[129,65,3,66,0,"VHS_VIDEOINFO"],[130,66,0,67,0,"FLOAT"],[131,64,0,63,4,"FLOAT"],[132,65,0,34,3,"IMAGE"],[133,50,0,68,0,"IMAGE"],[134,69,0,34,2,"VAE"],[140,68,1,34,6,"INT"],[141,68,2,34,7,"INT"]],"groups":[{"id":1,"title":"High noise (Preview)","bounding":[1376.3972568774398,4833.705291356254,1415.2500111721433,605.7855431691123],"color":"#3f789e","flags":{}},{"id":3,"title":"Low noise (Final)","bounding":[1370.57023139283,5440.537876233642,1420.7589104273816,824.9162366585542],"color":"#3f789e","flags":{}},{"id":4,"title":"Group","bounding":[173.19373877250595,4266.404006251175,1865.3197116136184,468.8465593412802],"color":"#3f789e","flags":{}},{"id":6,"title":"Group","bounding":[-923.2370299836655,5048.141614422718,546.7066685159923,845.3342687324593],"color":"#3f789e","flags":{}},{"id":7,"title":"Group","bounding":[688.1815390663301,5215.745827516256,344.8515406764983,370.8240801545435],"color":"#3f789e","flags":{}},{"id":8,"title":"Group","bounding":[-366.7551632633469,5047.887881580144,546.7066685159923,845.3342687324593],"color":"#3f789e","flags":{}}],"config":{},"extra":{"ds":{"scale":1.176037371657831,"offset":[1043.3472634982595,-5586.599823815216]},"frontendVersion":"1.45.14","VHS_latentpreview":true,"VHS_latentpreviewrate":0,"VHS_MetadataImage":false,"VHS_KeepIntermediate":true},"version":0.4}
|
workflows/ideogram-director/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# IdeoGram Director v1.0
|
| 2 |
+
|
| 3 |
+
Base model: Ideogram 4.0
|
| 4 |
+
|
| 5 |
+
File:
|
| 6 |
+
|
| 7 |
+
`ideogramDirector_v10.json`
|
| 8 |
+
|
| 9 |
+
This workflow is for visually planning Ideogram 4 JSON prompts in ComfyUI with DENO Custom Nodes.
|
| 10 |
+
|
| 11 |
+
Main use cases:
|
| 12 |
+
|
| 13 |
+
- structured JSON prompt creation
|
| 14 |
+
- visual layout planning with bounding boxes
|
| 15 |
+
- exact text placement and preservation
|
| 16 |
+
- prompt drafting with optional local LLM support
|
| 17 |
+
|
| 18 |
+
Links:
|
| 19 |
+
|
| 20 |
+
- Civitai: https://civitai.com/models/2703836
|
| 21 |
+
- DENO Custom Nodes: https://github.com/Deno2026/comfyui-deno-custom-nodes
|
| 22 |
+
|
workflows/ideogram-director/ideogramDirector_v10.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|