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

228 lines
3.8 KiB
JSON

{
"6": {
"inputs": {
"text": "snow at sunset oil painting",
"clip": [
"42",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "Positive"
}
},
"7": {
"inputs": {
"text": "",
"clip": [
"42",
0
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "Negative"
}
},
"8": {
"inputs": {
"samples": [
"37:8",
0
],
"vae": [
"43",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"41": {
"inputs": {
"unet_name": "hidream_e1_full_bf16.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"42": {
"inputs": {
"clip_name1": "clip_g_hidream.safetensors",
"clip_name2": "clip_l_hidream.safetensors",
"clip_name3": "t5xxl_fp8_e4m3fn_scaled.safetensors",
"clip_name4": "llama_3.1_8b_instruct_fp8_scaled.safetensors"
},
"class_type": "QuadrupleCLIPLoader",
"_meta": {
"title": "QuadrupleCLIPLoader"
}
},
"43": {
"inputs": {
"vae_name": "ae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"44": {
"inputs": {
"upscale_method": "bilinear",
"width": 768,
"height": 768,
"crop": "center",
"image": [
"45",
0
]
},
"class_type": "ImageScale",
"_meta": {
"title": "Upscale Image"
}
},
"45": {
"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"
}
},
"37:0": {
"inputs": {
"sampler_name": "euler"
},
"class_type": "KSamplerSelect",
"_meta": {
"title": "KSamplerSelect"
}
},
"37:1": {
"inputs": {
"noise_seed": 208742294852617
},
"class_type": "RandomNoise",
"_meta": {
"title": "RandomNoise"
}
},
"37:3": {
"inputs": {
"scheduler": "normal",
"steps": 1,
"denoise": 1,
"model": [
"41",
0
]
},
"class_type": "BasicScheduler",
"_meta": {
"title": "BasicScheduler"
}
},
"37:6": {
"inputs": {
"positive": [
"6",
0
],
"negative": [
"7",
0
],
"vae": [
"43",
0
],
"pixels": [
"44",
0
]
},
"class_type": "InstructPixToPixConditioning",
"_meta": {
"title": "InstructPixToPixConditioning"
}
},
"37:7": {
"inputs": {
"cfg_conds": 5,
"cfg_cond2_negative": 2,
"model": [
"41",
0
],
"cond1": [
"37:6",
0
],
"cond2": [
"37:6",
1
],
"negative": [
"7",
0
]
},
"class_type": "DualCFGGuider",
"_meta": {
"title": "DualCFGGuider"
}
},
"37:8": {
"inputs": {
"noise": [
"37:1",
0
],
"guider": [
"37:7",
0
],
"sampler": [
"37:0",
0
],
"sigmas": [
"37:3",
0
],
"latent_image": [
"37:6",
2
]
},
"class_type": "SamplerCustomAdvanced",
"_meta": {
"title": "SamplerCustomAdvanced"
}
}
}