ComfyUI/tests/inference/workflows/ovis-0.json

141 lines
2.4 KiB
JSON

{
"9": {
"inputs": {
"filename_prefix": "Ovis_2.5",
"images": [
"57:43",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"57:43": {
"inputs": {
"samples": [
"57:44",
0
],
"vae": [
"57:40",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"57:46": {
"inputs": {
"unet_name": "ovis_image_bf16.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"57:39": {
"inputs": {
"clip_name": "ovis_2.5.safetensors",
"type": "ovis",
"device": "default"
},
"class_type": "CLIPLoader",
"_meta": {
"title": "Load CLIP"
}
},
"57:41": {
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
},
"class_type": "EmptySD3LatentImage",
"_meta": {
"title": "EmptySD3LatentImage"
}
},
"57:49": {
"inputs": {
"text": "",
"clip": [
"57:39",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"57:47": {
"inputs": {
"shift": 3,
"model": [
"57:46",
0
]
},
"class_type": "ModelSamplingAuraFlow",
"_meta": {
"title": "ModelSamplingAuraFlow"
}
},
"57:45": {
"inputs": {
"text": "Child lying on bed with balloons, streamers, and plush toys, surreal dreamlike scene. Close-up, centered on the child and surrounding objects. Soft, diffused lighting.",
"clip": [
"57:39",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"57:44": {
"inputs": {
"seed": 775709856082329,
"steps": 1,
"cfg": 5,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1,
"model": [
"57:47",
0
],
"positive": [
"57:45",
0
],
"negative": [
"57:49",
0
],
"latent_image": [
"57:41",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"57:40": {
"inputs": {
"vae_name": "ae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
}
}