YiYiXu HF Staff commited on
Commit
d417bbe
·
verified ·
1 Parent(s): 62eb1af

Update mellon_pipeline_config.json

Browse files
Files changed (1) hide show
  1. mellon_pipeline_config.json +9 -116
mellon_pipeline_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "label": "Qwen Image Layered Auto Blocks",
3
- "default_repo": "",
4
- "default_dtype": "",
5
  "node_params": {
6
  "custom": {
7
  "params": {
@@ -16,8 +16,8 @@
16
  "display": "slider",
17
  "default": 640,
18
  "min": 640,
19
- "max": 640,
20
- "step": 1
21
  },
22
  "prompt": {
23
  "label": "Prompt",
@@ -25,43 +25,19 @@
25
  "display": "textarea",
26
  "default": ""
27
  },
28
- "use_en_prompt": {
29
- "label": "Use En Prompt",
30
- "type": "custom",
31
- "display": "input"
32
- },
33
  "negative_prompt": {
34
  "label": "Negative Prompt",
35
- "type": "custom",
36
- "display": "input"
37
- },
38
- "max_sequence_length": {
39
- "label": "Max Sequence Length",
40
- "type": "custom",
41
- "display": "input"
42
- },
43
- "generator": {
44
- "label": "Generator",
45
- "type": "custom",
46
- "display": "input"
47
- },
48
- "num_images_per_prompt": {
49
- "label": "Num Images Per Prompt",
50
- "type": "custom",
51
- "display": "input"
52
- },
53
- "latents": {
54
- "label": "Latents",
55
- "type": "custom",
56
- "display": "input"
57
  },
58
  "layers": {
59
  "label": "Layers",
60
  "type": "int",
61
  "display": "slider",
62
  "default": 4,
63
- "min": 4,
64
- "max": 4,
65
  "step": 1
66
  },
67
  "num_inference_steps": {
@@ -69,71 +45,6 @@
69
  "type": "int",
70
  "default": 50
71
  },
72
- "sigmas": {
73
- "label": "Sigmas",
74
- "type": "custom",
75
- "display": "input"
76
- },
77
- "attention_kwargs": {
78
- "label": "Attention Kwargs",
79
- "type": "custom",
80
- "display": "input"
81
- },
82
- "output_type": {
83
- "label": "Output Type",
84
- "type": "custom",
85
- "display": "input"
86
- },
87
- "image_resize_processor": {
88
- "label": "Image Resize Processor",
89
- "type": "diffusers_auto_model",
90
- "display": "input"
91
- },
92
- "text_encoder": {
93
- "label": "Text Encoder",
94
- "type": "diffusers_auto_model",
95
- "display": "input"
96
- },
97
- "processor": {
98
- "label": "Processor",
99
- "type": "diffusers_auto_model",
100
- "display": "input"
101
- },
102
- "tokenizer": {
103
- "label": "Tokenizer",
104
- "type": "diffusers_auto_model",
105
- "display": "input"
106
- },
107
- "guider": {
108
- "label": "Guider",
109
- "type": "diffusers_auto_model",
110
- "display": "input"
111
- },
112
- "image_processor": {
113
- "label": "Image Processor",
114
- "type": "diffusers_auto_model",
115
- "display": "input"
116
- },
117
- "vae": {
118
- "label": "Vae",
119
- "type": "diffusers_auto_model",
120
- "display": "input"
121
- },
122
- "pachifier": {
123
- "label": "Pachifier",
124
- "type": "diffusers_auto_model",
125
- "display": "input"
126
- },
127
- "scheduler": {
128
- "label": "Scheduler",
129
- "type": "diffusers_auto_model",
130
- "display": "input"
131
- },
132
- "transformer": {
133
- "label": "Transformer",
134
- "type": "diffusers_auto_model",
135
- "display": "input"
136
- },
137
  "images": {
138
  "label": "Images",
139
  "type": "image",
@@ -149,29 +60,11 @@
149
  "image",
150
  "resolution",
151
  "prompt",
152
- "use_en_prompt",
153
  "negative_prompt",
154
- "max_sequence_length",
155
- "generator",
156
- "num_images_per_prompt",
157
- "latents",
158
  "layers",
159
  "num_inference_steps",
160
- "sigmas",
161
- "attention_kwargs",
162
- "output_type"
163
  ],
164
  "model_input_names": [
165
- "image_resize_processor",
166
- "text_encoder",
167
- "processor",
168
- "tokenizer",
169
- "guider",
170
- "image_processor",
171
- "vae",
172
- "pachifier",
173
- "scheduler",
174
- "transformer"
175
  ],
176
  "output_names": [
177
  "images",
 
1
  {
2
  "label": "Qwen Image Layered Auto Blocks",
3
+ "default_repo": "diffusers/Qwen-Image-Layered-modular",
4
+ "default_dtype": "bfloat16",
5
  "node_params": {
6
  "custom": {
7
  "params": {
 
16
  "display": "slider",
17
  "default": 640,
18
  "min": 640,
19
+ "max": 1024,
20
+ "step": 640
21
  },
22
  "prompt": {
23
  "label": "Prompt",
 
25
  "display": "textarea",
26
  "default": ""
27
  },
 
 
 
 
 
28
  "negative_prompt": {
29
  "label": "Negative Prompt",
30
+ "type": "string",
31
+ "display": "textarea",
32
+ "default": ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  },
34
  "layers": {
35
  "label": "Layers",
36
  "type": "int",
37
  "display": "slider",
38
  "default": 4,
39
+ "min": 2,
40
+ "max": 100,
41
  "step": 1
42
  },
43
  "num_inference_steps": {
 
45
  "type": "int",
46
  "default": 50
47
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  "images": {
49
  "label": "Images",
50
  "type": "image",
 
60
  "image",
61
  "resolution",
62
  "prompt",
 
63
  "negative_prompt",
 
 
 
 
64
  "layers",
65
  "num_inference_steps",
 
 
 
66
  ],
67
  "model_input_names": [
 
 
 
 
 
 
 
 
 
 
68
  ],
69
  "output_names": [
70
  "images",