LTX.io
comfyui
quantization
int4
convrot
diffusion
image-generation
video-generation
upscaling
krea
seedvr2
Instructions to use milo01/INT4-Convrot-Comfy-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LTX.io
How to use milo01/INT4-Convrot-Comfy-Models with LTX.io:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --frozen
# Download the weights from this repo, plus the Gemma text encoder hf download milo01/INT4-Convrot-Comfy-Models --local-dir models/INT4-Convrot-Comfy-Models hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
# Fast pipeline (distilled model, no distilled LoRA needed) uv run python -m ltx_pipelines.distilled \ --distilled-checkpoint-path models/INT4-Convrot-Comfy-Models/<distilled-checkpoint>.safetensors \ --spatial-upsampler-path models/INT4-Convrot-Comfy-Models/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8# HQ pipeline (two-stage, higher quality) uv run python -m ltx_pipelines.ti2vid_two_stages_hq \ --checkpoint-path models/INT4-Convrot-Comfy-Models/<checkpoint>.safetensors \ --distilled-lora models/INT4-Convrot-Comfy-Models/<distilled-lora>.safetensors 0.8 \ --spatial-upsampler-path models/INT4-Convrot-Comfy-Models/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Notebooks
- Google Colab
- Kaggle
| { | |
| "id": "163ec137-2b5c-4530-a8fb-acc942d50362", | |
| "revision": 0, | |
| "last_node_id": 61, | |
| "last_link_id": 85, | |
| "nodes": [ | |
| { | |
| "id": 2, | |
| "type": "KSampler", | |
| "pos": [ | |
| 507.83537644490235, | |
| 459.8563187628542 | |
| ], | |
| "size": [ | |
| 270, | |
| 560 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 28 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 5 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 50 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 11 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 2 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "KSampler", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "seed": true, | |
| "steps": true, | |
| "cfg": true, | |
| "sampler_name": true, | |
| "scheduler": true, | |
| "denoise": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 597679251776822, | |
| "randomize", | |
| 8, | |
| 1, | |
| "euler_ancestral", | |
| "bong_tangent", | |
| 1 | |
| ], | |
| "color": "#009933" | |
| }, | |
| { | |
| "id": 3, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 542.095364013684, | |
| 214.3674498592929 | |
| ], | |
| "size": [ | |
| 225, | |
| 72.15625 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 2 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 3 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 77, | |
| 82, | |
| 83, | |
| 84 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "VAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 4, | |
| "type": "VAELoader", | |
| "pos": [ | |
| 71.7797915739168, | |
| 653.4091995976137 | |
| ], | |
| "size": [ | |
| 270, | |
| 80.15625 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 3 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "VAELoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "vae_name": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "qwen_image_vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 5, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 884.1510510278291, | |
| -173.24276630316393 | |
| ], | |
| "size": [ | |
| 488.75, | |
| 369.09375 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 82 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "PreviewImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 130.2728436828988, | |
| 6.0170833553336704 | |
| ], | |
| "size": [ | |
| 400, | |
| 341.25 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 14 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 5, | |
| 49 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "text": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "A gritty, 1990s grunge rock portrait features Astrochan with messy, electric-blue hair winking playfully with a sly, misbehaving smirk. She rests her chin on her hand, wearing a dark, shredded mesh-knit sweater patterned with chaotic, abstract white graphics that evoke an underground goth aesthetic. The dark, high-contrast composition is coated in a heavy layer of vintage film grain and low-fidelity distortion, perfectly capturing the raw, unpolished energy of a late-night rock zine cover.Shattering this dark mood is a surreal explosion of metallic, liquid-chrome shards that erupt like a crown around her head and frame the edges of the shot. These sharp, futuristic glass-like spikes glow with a iridescent holographic sheen, catching faint trails of rainbow light against the stark black background. This fusion of industrial, futuristic metallic textures with a rebellious, messy alternative rock style creates a striking cyber-goth hybrid scene. <lora:Purple_Graphics_KR2:1.3>" | |
| ] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "EmptyLatentImage", | |
| "pos": [ | |
| -244.20352766583179, | |
| 611.1969434544516 | |
| ], | |
| "size": [ | |
| 270, | |
| 144.109375 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 39 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 40 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 11 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "EmptyLatentImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "width": true, | |
| "height": true, | |
| "batch_size": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 1024, | |
| 1024, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 13, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -390.2997674332985, | |
| 367.02293392019556 | |
| ], | |
| "size": [ | |
| 335.15625, | |
| 140.109375 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 14 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "CLIPLoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "clip_name": true, | |
| "type": true, | |
| "device": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Krea 2\\qwen3vl_4b_uncensored_int8_convrot.safetensors", | |
| "krea2", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 21, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -1350.5583193662294, | |
| -359.39290953633525 | |
| ], | |
| "size": [ | |
| 622.84375, | |
| 944.59375 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Winnougan's Note", | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "# Winnougan's 10 Toes V1.3\n\n## **You can download all the models from the links below.**\n\n## All of my INT4 models can be found here:\n\n---\n## 👉 **[Winnougan/Krea-2-Base-Turbo-NVFP4-FP8-INT8](https://huggingface.co/Winnougan/Krea-2-Base-Turbo-NVFP4-FP8-INT8)**\n\n## 👉 **[Winnougan's INT4 Collection](https://huggingface.co/Winnougan/INT4-Convrot-Comfy-Models)**\n\n---\n## My custom Krea 2 finetunes can be found here (INT8 Convrot, INT4 Convrot, GGUF Q8 and Q4, FP8, BF16)\n## 👉 **[Winnougan's 10 Toes Krea 2 Turbo Finetune](https://civitai.red/models/2760322/winnougan-10-toes-int8-convrot-and-fp8)**\n## 👉 **[Winnougan's 10 Toes Krea 2 RAW Finetune](https://civitai.red/models/2766027/winnougans-10-toes-krea-2-raw-v13)**\n\n---\n\n## Required Downloads\n\n## **Text Encoder Uncensored** — Comfy now supports INT8 Convrot text encoders! Load with CLIPLoader: \n## 👉 [qwen3vl_4b_uncensored_INT8_convrot.safetensors](https://huggingface.co/Winnougan/Krea-2-Base-Turbo-NVFP4-FP8-INT8/resolve/main/Text%20Encoder/qwen3vl_4b_uncensored_int8_convrot.safetensors)\n\n## **VAE** — Qwen Image: \n## 👉 [qwen_image_vae.safetensors](https://huggingface.co/Comfy-Org/Krea-2/resolve/main/vae/qwen_image_vae.safetensors)\n\n---\n\n## Recommended Settings\n\n| Model | Steps | CFG | Resolution |\n|-------|-------|-----|------------|\n| Turbo | 8 | 0.0 | 1024–2048px |\n| Raw | 52 | 3.5 | up to 1024px |" | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 24, | |
| "type": "FantasticLoraLoader", | |
| "pos": [ | |
| -664.3717593142405, | |
| -299.4979764541599 | |
| ], | |
| "size": [ | |
| 605.9375, | |
| 338 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 56 | |
| }, | |
| { | |
| "name": "clip", | |
| "shape": 7, | |
| "type": "CLIP", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 28 | |
| ] | |
| }, | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": null | |
| }, | |
| { | |
| "name": "lora_stack", | |
| "type": "LORA_STACK", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-fantastic-loras", | |
| "ver": "d891ad1635f675369786a7219c5fb8e38ad4d048", | |
| "Node name for S&R": "FantasticLoraLoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "{\"loras\":[{\"on\":true,\"name\":\"Astrochan_LoRA_Krea2/Astrochan_Krea2_epoch_10.safetensors\",\"model\":1,\"clip\":1},{\"on\":true,\"name\":\"Krea2/Detailer-KREA2.safetensors\",\"model\":1,\"clip\":1},{\"on\":true,\"name\":\"Krea2/WeightSlider-KREA2_v2.safetensors\",\"model\":-1,\"clip\":-1},{\"on\":true,\"name\":\"Krea2/krea2_turbo_lora_rank_64_bf16.safetensors\",\"model\":1,\"clip\":1},{\"on\":false,\"name\":\"Krea2/Krea%202%20-%20Sofia%20Vergara.safetensors\",\"model\":1,\"clip\":1},{\"on\":false,\"name\":\"Krea2/AltushkaHolod.safetensors\",\"model\":1,\"clip\":1},{\"on\":true,\"name\":\"Krea2/realism_engine_krea2_v3.1.safetensors\",\"model\":1,\"clip\":1}],\"enabledFolders\":null}", | |
| null, | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 32, | |
| "type": "ResolutionSelector", | |
| "pos": [ | |
| -627.1499086930254, | |
| 699.0085060589029 | |
| ], | |
| "size": [ | |
| 270, | |
| 190 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": [ | |
| 39 | |
| ] | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": [ | |
| 40 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "ResolutionSelector", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "3:4 (Portrait Standard)", | |
| 2, | |
| 12 | |
| ] | |
| }, | |
| { | |
| "id": 34, | |
| "type": "Image Save", | |
| "pos": [ | |
| 1557.253191635907, | |
| -182.20325233564446 | |
| ], | |
| "size": [ | |
| 314.0625, | |
| 819.75 | |
| ], | |
| "flags": {}, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 83 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": null | |
| }, | |
| { | |
| "name": "files", | |
| "type": "STRING", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "was-ns", | |
| "ver": "3.0.1", | |
| "Node name for S&R": "Image Save", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Astrochan_Krea2", | |
| "Astrochan_Krea2", | |
| "_", | |
| 4, | |
| "false", | |
| "webp", | |
| 300, | |
| 100, | |
| "true", | |
| "false", | |
| "false", | |
| "false", | |
| "true", | |
| "true", | |
| "true" | |
| ], | |
| "color": "#009933" | |
| }, | |
| { | |
| "id": 37, | |
| "type": "ConditioningZeroOut", | |
| "pos": [ | |
| 122.07470072080187, | |
| 392.363953675222 | |
| ], | |
| "size": [ | |
| 225, | |
| 48.171875 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 49 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 50 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "ConditioningZeroOut", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "PatchFlashAttentionKJ", | |
| "pos": [ | |
| -542.7376402122723, | |
| -485.37397453158314 | |
| ], | |
| "size": [ | |
| 270, | |
| 100.15625 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 78 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 56 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "e27a505b3ba6ce42687fe00500deda103d9d6071", | |
| "Node name for S&R": "PatchFlashAttentionKJ", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "ResizeImageMaskNode", | |
| "pos": [ | |
| 2465.0900566021937, | |
| 442.1403271061677 | |
| ], | |
| "size": [ | |
| 270, | |
| 144.109375 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "input", | |
| "type": "IMAGE,MASK", | |
| "link": 77 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "resized", | |
| "type": "IMAGE", | |
| "links": [ | |
| 70, | |
| 71 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "ResizeImageMaskNode", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "resize_type": true, | |
| "resize_type.multiplier": true, | |
| "scale_method": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "scale by multiplier", | |
| 2, | |
| "lanczos" | |
| ] | |
| }, | |
| { | |
| "id": 44, | |
| "type": "VAEEncodeTiled", | |
| "pos": [ | |
| 2479.6120373652257, | |
| 763.8489937212152 | |
| ], | |
| "size": [ | |
| 247.5, | |
| 150 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 61 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 62 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 66, | |
| 68 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "VAEEncodeTiled", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "tile_size": true, | |
| "overlap": true, | |
| "temporal_size": true, | |
| "temporal_overlap": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 1024, | |
| 128, | |
| 64, | |
| 8 | |
| ] | |
| }, | |
| { | |
| "id": 45, | |
| "type": "KSampler", | |
| "pos": [ | |
| 2874.815616023874, | |
| 420.86802414681307 | |
| ], | |
| "size": [ | |
| 369.84375, | |
| 342.03125 | |
| ], | |
| "flags": {}, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 63 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 64 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 65 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 66 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 72 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "KSampler", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "seed": true, | |
| "steps": true, | |
| "cfg": true, | |
| "sampler_name": true, | |
| "scheduler": true, | |
| "denoise": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 846428431760025, | |
| "fixed", | |
| 2, | |
| 1, | |
| "er_sde", | |
| "bong_tangent", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 46, | |
| "type": "SeedVR2Conditioning", | |
| "pos": [ | |
| 2888.186174650252, | |
| 300.678883120776 | |
| ], | |
| "size": [ | |
| 231.5625, | |
| 72.15625 | |
| ], | |
| "flags": {}, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 67 | |
| }, | |
| { | |
| "label": "latent", | |
| "name": "vae_conditioning", | |
| "type": "LATENT", | |
| "link": 68 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 64 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 65 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "SeedVR2Conditioning", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 47, | |
| "type": "SeedVR2PostProcessing", | |
| "pos": [ | |
| 2865.867065264914, | |
| 165.73529846252308 | |
| ], | |
| "size": [ | |
| 305.625, | |
| 104.140625 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 69 | |
| }, | |
| { | |
| "name": "original_resized_images", | |
| "type": "IMAGE", | |
| "link": 70 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 75, | |
| 76, | |
| 85 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "SeedVR2PostProcessing", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "color_correction_method": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "lab" | |
| ] | |
| }, | |
| { | |
| "id": 48, | |
| "type": "VAELoader", | |
| "pos": [ | |
| 2440.180154244371, | |
| 290.69951585090035 | |
| ], | |
| "size": [ | |
| 348.4375, | |
| 80.15625 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 62, | |
| 73 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "VAELoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "vae_name": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Seedvr2\\ema_vae_fp16.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 49, | |
| "type": "SeedVR2Preprocess", | |
| "pos": [ | |
| 2477.0562299662247, | |
| 643.7195968825166 | |
| ], | |
| "size": [ | |
| 248.4375, | |
| 48.171875 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "resized_images", | |
| "type": "IMAGE", | |
| "link": 71 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": [ | |
| 61 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "SeedVR2Preprocess", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 50, | |
| "type": "VAEDecodeTiled", | |
| "pos": [ | |
| 2885.9226443416337, | |
| 832.5725154621649 | |
| ], | |
| "size": [ | |
| 247.5, | |
| 150 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 72 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 73 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 69 | |
| ] | |
| } | |
| ], | |
| "title": "⚡VAE Decode (Tiled)⚡", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "VAEDecodeTiled", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "tile_size": true, | |
| "overlap": true, | |
| "temporal_size": true, | |
| "temporal_overlap": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 1024, | |
| 128, | |
| 64, | |
| 8 | |
| ], | |
| "color": "#009933" | |
| }, | |
| { | |
| "id": 51, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 2278.6016153922246, | |
| -125.74512834408284 | |
| ], | |
| "size": [ | |
| 522.8125, | |
| 108.90625 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 74 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "UNETLoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "unet_name": true, | |
| "weight_dtype": true | |
| }, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "seedvr2_7b-int4_convrot.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 53, | |
| "type": "PatchFlashAttentionKJ", | |
| "pos": [ | |
| 2475.79048103683, | |
| 129.7222866422848 | |
| ], | |
| "size": [ | |
| 270, | |
| 100.15625 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 74 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 63, | |
| 67 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "e27a505b3ba6ce42687fe00500deda103d9d6071", | |
| "Node name for S&R": "PatchFlashAttentionKJ", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 54, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 3319.4369072705294, | |
| -15.485539335390808 | |
| ], | |
| "size": [ | |
| 488.75, | |
| 369.0625 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 75 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.25.0", | |
| "Node name for S&R": "PreviewImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 55, | |
| "type": "Image Save", | |
| "pos": [ | |
| 3322.416753011317, | |
| 423.26683453233915 | |
| ], | |
| "size": [ | |
| 470.78125, | |
| 819.75 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 76 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "links": null | |
| }, | |
| { | |
| "name": "files", | |
| "type": "STRING", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "was-ns", | |
| "ver": "3.0.1", | |
| "Node name for S&R": "Image Save", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "SeedVR_SeedVR", | |
| "SeedVR_SeedVR", | |
| "_", | |
| 4, | |
| "false", | |
| "webp", | |
| 300, | |
| 100, | |
| "true", | |
| "false", | |
| "false", | |
| "false", | |
| "true", | |
| "true", | |
| "true" | |
| ] | |
| }, | |
| { | |
| "id": 56, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -548.7614495806413, | |
| -681.9163753254561 | |
| ], | |
| "size": [ | |
| 625.328125, | |
| 123.3125 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 78 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.27.0", | |
| "Node name for S&R": "UNETLoader", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Krea 2\\Winnougan_10_Toes_Raw_V1.3-int4_convrot.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 61, | |
| "type": "Image Comparer (rgthree)", | |
| "pos": [ | |
| 4129.276436457341, | |
| -125.39724642483426 | |
| ], | |
| "size": [ | |
| 498.27022128044916, | |
| 732.1755364389733 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "dir": 3, | |
| "name": "image_a", | |
| "type": "IMAGE", | |
| "link": 84 | |
| }, | |
| { | |
| "dir": 3, | |
| "name": "image_b", | |
| "type": "IMAGE", | |
| "link": 85 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "dir": 4, | |
| "name": "images", | |
| "shape": 3, | |
| "type": "IMAGE", | |
| "links": null | |
| } | |
| ], | |
| "title": "Image Comparer (Image A = Original, Image B = SeedVR)", | |
| "properties": { | |
| "cnr_id": "rgthree-comfy", | |
| "ver": "27b4f4cdcf3b127c29d5d8135ac1536ecbd4c383", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {} | |
| }, | |
| "comparer_mode": "Slide" | |
| }, | |
| "widgets_values": [ | |
| [ | |
| { | |
| "name": "A", | |
| "selected": true, | |
| "url": "/api/view?filename=rgthree.compare._temp_pgrcr_00007_.png&type=temp&subfolder=&rand=0.8879866636269468" | |
| }, | |
| { | |
| "name": "B", | |
| "selected": true, | |
| "url": "/api/view?filename=rgthree.compare._temp_pgrcr_00008_.png&type=temp&subfolder=&rand=0.955135296941367" | |
| } | |
| ] | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 2, | |
| 2, | |
| 0, | |
| 3, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 3, | |
| 4, | |
| 0, | |
| 3, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 5, | |
| 6, | |
| 0, | |
| 2, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 11, | |
| 10, | |
| 0, | |
| 2, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 14, | |
| 13, | |
| 0, | |
| 6, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 28, | |
| 24, | |
| 0, | |
| 2, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 39, | |
| 32, | |
| 0, | |
| 10, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 40, | |
| 32, | |
| 1, | |
| 10, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 49, | |
| 6, | |
| 0, | |
| 37, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 50, | |
| 37, | |
| 0, | |
| 2, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 56, | |
| 40, | |
| 0, | |
| 24, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 61, | |
| 49, | |
| 0, | |
| 44, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 62, | |
| 48, | |
| 0, | |
| 44, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 63, | |
| 53, | |
| 0, | |
| 45, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 64, | |
| 46, | |
| 0, | |
| 45, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 65, | |
| 46, | |
| 1, | |
| 45, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 66, | |
| 44, | |
| 0, | |
| 45, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 67, | |
| 53, | |
| 0, | |
| 46, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 68, | |
| 44, | |
| 0, | |
| 46, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 69, | |
| 50, | |
| 0, | |
| 47, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 70, | |
| 43, | |
| 0, | |
| 47, | |
| 1, | |
| "IMAGE" | |
| ], | |
| [ | |
| 71, | |
| 43, | |
| 0, | |
| 49, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 72, | |
| 45, | |
| 0, | |
| 50, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 73, | |
| 48, | |
| 0, | |
| 50, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 74, | |
| 51, | |
| 0, | |
| 53, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 75, | |
| 47, | |
| 0, | |
| 54, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 76, | |
| 47, | |
| 0, | |
| 55, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 77, | |
| 3, | |
| 0, | |
| 43, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 78, | |
| 56, | |
| 0, | |
| 40, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 82, | |
| 3, | |
| 0, | |
| 5, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 83, | |
| 3, | |
| 0, | |
| 34, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 84, | |
| 3, | |
| 0, | |
| 61, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 85, | |
| 47, | |
| 0, | |
| 61, | |
| 1, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 1, | |
| "title": "SeedVR Upscale", | |
| "bounding": [ | |
| 1934.8867996096003, | |
| -195.74512834408284, | |
| 2031.8800951759642, | |
| 1474.6075003149383 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| }, | |
| { | |
| "id": 2, | |
| "title": "Krea 2", | |
| "bounding": [ | |
| -682.3311088916622, | |
| -751.9163753254561, | |
| 2563.724925527569, | |
| 1781.7726940883103 | |
| ], | |
| "color": "#3f789e", | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.573085533011683, | |
| "offset": [ | |
| 1721.8663181102922, | |
| 727.9686476257993 | |
| ] | |
| }, | |
| "frontendVersion": "1.45.20", | |
| "ue_links": [], | |
| "links_added_by_ue": [], | |
| "anomalous_hashes": { | |
| "31_Krea 2\\krea2_turbo_int8_convrot.safetensors": { | |
| "hash": "", | |
| "size": 13624473578 | |
| } | |
| }, | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true | |
| }, | |
| "version": 0.4 | |
| } |