{ "label": "Qwen Image Layered Auto Blocks", "default_repo": "diffusers/Qwen-Image-Layered-modular", "default_dtype": "bfloat16", "node_params": { "custom": { "params": { "image": { "label": "Image", "type": "image", "display": "input" }, "resolution": { "label": "Resolution", "type": "int", "display": "slider", "default": 640, "min": 640, "max": 1024, "step": 640 }, "prompt": { "label": "Prompt", "type": "string", "display": "textarea", "default": "" }, "negative_prompt": { "label": "Negative Prompt", "type": "string", "display": "textarea", "default": "" }, "layers": { "label": "Layers", "type": "int", "display": "slider", "default": 4, "min": 2, "max": 100, "step": 1 }, "num_inference_steps": { "label": "Num Inference Steps", "type": "int", "default": 50 }, "images": { "label": "Images", "type": "image", "display": "output" }, "doc": { "label": "Doc", "type": "string", "display": "output" } }, "input_names": [ "image", "resolution", "prompt", "negative_prompt", "layers", "num_inference_steps" ], "model_input_names": [ ], "output_names": [ "images", "doc" ], "block_name": "custom", "node_type": "custom" } } }