File size: 1,740 Bytes
62eb1af d417bbe 62eb1af d417bbe 62eb1af d417bbe 62eb1af d417bbe 62eb1af cdbcfdb 62eb1af |
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
{
"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"
}
}
}
|