ComfyUI/tests/inference/workflows/cosmos-2-0.json
doctorpangloss 7d1f840636 adding tests
2025-06-17 14:26:47 -07:00

170 lines
3.0 KiB
JSON

{
"3": {
"inputs": {
"seed": 788533681999051,
"steps": 1,
"cfg": 4,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1,
"model": [
"13",
0
],
"positive": [
"6",
0
],
"negative": [
"7",
0
],
"latent_image": [
"28",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"6": {
"inputs": {
"text": "camera moving quickly through the scene timelapse wind",
"clip": [
"10",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"7": {
"inputs": {
"text": "",
"clip": [
"10",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"8": {
"inputs": {
"samples": [
"3",
0
],
"vae": [
"15",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"10": {
"inputs": {
"clip_name": "oldt5_xxl_fp8_e4m3fn_scaled.safetensors",
"type": "cosmos",
"device": "default"
},
"class_type": "CLIPLoader",
"_meta": {
"title": "Load CLIP"
}
},
"13": {
"inputs": {
"unet_name": "cosmos_predict2_2B_video2world_480p_16fps.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"15": {
"inputs": {
"vae_name": "wan_2.1_vae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"28": {
"inputs": {
"width": 848,
"height": 480,
"length": 1,
"batch_size": 1,
"vae": [
"15",
0
],
"start_image": [
"33",
0
]
},
"class_type": "CosmosPredict2ImageToVideoLatent",
"_meta": {
"title": "CosmosPredict2ImageToVideoLatent"
}
},
"30": {
"inputs": {
"filename_prefix": "ComfyUI",
"fps": 16.000000000000004,
"lossless": false,
"quality": 85,
"method": "default",
"images": [
"8",
0
]
},
"class_type": "SaveAnimatedWEBP",
"_meta": {
"title": "SaveAnimatedWEBP"
}
},
"32": {
"inputs": {
"value": "https://upload.wikimedia.org/wikipedia/commons/1/1e/Max_Cornelius_-_Rocky_Mountains.jpg",
"name": "",
"title": "",
"description": "",
"__required": true
},
"class_type": "ImageRequestParameter",
"_meta": {
"title": "ImageRequestParameter"
}
},
"33": {
"inputs": {
"upscale_method": "bilinear",
"width": 848,
"height": 480,
"crop": "center",
"image": [
"32",
0
]
},
"class_type": "ImageScale",
"_meta": {
"title": "Upscale Image"
}
}
}