| { | |
| "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" | |
| } | |
| } | |
| } | |