File size: 1,038 Bytes
c049b62 b577843 c049b62 62ac375 b577843 c049b62 1018b88 c049b62 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | {
"label": "Flux2 Klein Auto Blocks",
"default_repo": "",
"default_dtype": "",
"node_params": {
"custom": {
"params": {
"prompt": {
"label": "Prompt",
"type": "string",
"display": "textarea",
"default": ""
},
"image": {
"label": "Image",
"type": "image",
"display": "input"
},
"num_inference_steps": {
"label": "Num Inference Steps",
"type": "int",
"default": 4
},
"images": {
"label": "Images",
"type": "image",
"display": "output"
},
"doc": {
"label": "Doc",
"type": "string",
"display": "output"
}
},
"input_names": [
"prompt",
"image",
"num_inference_steps"
],
"model_input_names": [
],
"output_names": [
"images",
"doc"
],
"block_name": "custom",
"node_type": "custom"
}
}
}
|