{
|
|
"1": {
|
|
"inputs": {
|
|
"text": "<%= it.negativePrompt ||'bad ugly jpeg artifacts' %>",
|
|
"clip": [
|
|
"12",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "Negative Prompt"
|
|
}
|
|
},
|
|
"2": {
|
|
"inputs": {
|
|
"vae_name": "HiDream-ae.safetensors"
|
|
},
|
|
"class_type": "VAELoader",
|
|
"_meta": {
|
|
"title": "Load VAE"
|
|
}
|
|
},
|
|
"4": {
|
|
"inputs": {
|
|
"unet_name": "hidreamI1FP8Uncensored_fullV02AlphaNude.safetensors",
|
|
"weight_dtype": "default"
|
|
},
|
|
"class_type": "UNETLoader",
|
|
"_meta": {
|
|
"title": "Load Diffusion Model"
|
|
}
|
|
},
|
|
"5": {
|
|
"inputs": {
|
|
"shift": 3,
|
|
"model": [
|
|
"4",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "ModelSamplingSD3",
|
|
"_meta": {
|
|
"title": "ModelSamplingSD3"
|
|
}
|
|
},
|
|
"6": {
|
|
"inputs": {
|
|
"seed": <%= it.seed || it.randomSeed() %>,
|
|
"steps": <%= it.steps || 30 %>,
|
|
"cfg": <%= it.cfg || 5 %>,
|
|
"sampler_name": "<%= it.sampler || "euler" %>",
|
|
"scheduler": "<%= it.scheduler || 'beta' %>",
|
|
"denoise": 1,
|
|
"model": [
|
|
"5",
|
|
0
|
|
],
|
|
"positive": [
|
|
"10",
|
|
0
|
|
],
|
|
"negative": [
|
|
"1",
|
|
0
|
|
],
|
|
"latent_image": [
|
|
"11",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "KSampler",
|
|
"_meta": {
|
|
"title": "KSampler"
|
|
}
|
|
},
|
|
"7": {
|
|
"inputs": {
|
|
"samples": [
|
|
"6",
|
|
0
|
|
],
|
|
"vae": [
|
|
"2",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "VAEDecode",
|
|
"_meta": {
|
|
"title": "VAE Decode"
|
|
}
|
|
},
|
|
"8": {
|
|
"inputs": {
|
|
"images": [
|
|
"7",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "PreviewImage",
|
|
"_meta": {
|
|
"title": "Preview Image"
|
|
}
|
|
},
|
|
"9": {
|
|
"inputs": {
|
|
"filename_prefix": "HiDream_uncen_",
|
|
"images": [
|
|
"7",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "SaveImage",
|
|
"_meta": {
|
|
"title": "Save Image"
|
|
}
|
|
},
|
|
"10": {
|
|
"inputs": {
|
|
"text": "<%= it.prompt %>",
|
|
"clip": [
|
|
"12",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "Positive Prompt"
|
|
}
|
|
},
|
|
"11": {
|
|
"inputs": {
|
|
"batch_size": <%= it.batchSize || 1 %>,
|
|
"seed": <%= it.seed || it.randomSeed() %>
|
|
},
|
|
"class_type": "RandomEmptyLatentImageFromPresetsSDXL",
|
|
"_meta": {
|
|
"title": "Random Empty Latent Image From Presets (SDXL)"
|
|
}
|
|
},
|
|
"12": {
|
|
"inputs": {
|
|
"clip_name": "llama_3.1_8b_instruct_abli.safetensors",
|
|
"type": "hidream",
|
|
"device": "default"
|
|
},
|
|
"class_type": "CLIPLoader",
|
|
"_meta": {
|
|
"title": "Load CLIP"
|
|
}
|
|
},
|
|
"save_image_websocket_node": {
|
|
"inputs": {
|
|
"images": [
|
|
"7",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "SaveImageWebsocket",
|
|
"_meta": {
|
|
"title": "SaveImageWebsocket"
|
|
}
|
|
}
|
|
} |