返回 Pixelle-Video
image_qwen.json
根目录 / workflows / selfhost / image_qwen.json
1 {
2 "3": {
3 "inputs": {
4 "seed": 388600705609480,
5 "steps": 4,
6 "cfg": 1,
7 "sampler_name": "euler",
8 "scheduler": "beta",
9 "denoise": 1,
10 "model": [
11 "86",
12 0
13 ],
14 "positive": [
15 "6",
16 0
17 ],
18 "negative": [
19 "7",
20 0
21 ],
22 "latent_image": [
23 "58",
24 0
25 ]
26 },
27 "class_type": "KSampler",
28 "_meta": {
29 "title": "KSampler"
30 }
31 },
32 "6": {
33 "inputs": {
34 "text": "",
35 "clip": [
36 "67",
37 1
38 ]
39 },
40 "class_type": "CLIPTextEncode",
41 "_meta": {
42 "title": "$prompt.text"
43 }
44 },
45 "7": {
46 "inputs": {
47 "text": "NSFW",
48 "clip": [
49 "67",
50 1
51 ]
52 },
53 "class_type": "CLIPTextEncode",
54 "_meta": {
55 "title": "CLIP Text Encode (Negative Prompt)"
56 }
57 },
58 "8": {
59 "inputs": {
60 "samples": [
61 "3",
62 0
63 ],
64 "vae": [
65 "39",
66 0
67 ]
68 },
69 "class_type": "VAEDecode",
70 "_meta": {
71 "title": "VAE Decode"
72 }
73 },
74 "37": {
75 "inputs": {
76 "unet_name": "qwen_image_fp8_e4m3fn.safetensors",
77 "weight_dtype": "default"
78 },
79 "class_type": "UNETLoader",
80 "_meta": {
81 "title": "Load Diffusion Model"
82 }
83 },
84 "38": {
85 "inputs": {
86 "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
87 "type": "qwen_image",
88 "device": "default"
89 },
90 "class_type": "CLIPLoader",
91 "_meta": {
92 "title": "Load CLIP"
93 }
94 },
95 "39": {
96 "inputs": {
97 "vae_name": "qwen_image_vae.safetensors"
98 },
99 "class_type": "VAELoader",
100 "_meta": {
101 "title": "Load VAE"
102 }
103 },
104 "58": {
105 "inputs": {
106 "width": [
107 "90",
108 0
109 ],
110 "height": [
111 "91",
112 0
113 ],
114 "batch_size": 1
115 },
116 "class_type": "EmptySD3LatentImage",
117 "_meta": {
118 "title": "EmptySD3LatentImage"
119 }
120 },
121 "60": {
122 "inputs": {
123 "filename_prefix": "ComfyUI",
124 "images": [
125 "8",
126 0
127 ]
128 },
129 "class_type": "SaveImage",
130 "_meta": {
131 "title": "Save Image"
132 }
133 },
134 "67": {
135 "inputs": {
136 "lora_name": "Qwen-Image-Lightning-4steps-V1.0.safetensors",
137 "strength_model": 1.0000000000000002,
138 "strength_clip": 1,
139 "model": [
140 "37",
141 0
142 ],
143 "clip": [
144 "38",
145 0
146 ]
147 },
148 "class_type": "LoraLoader",
149 "_meta": {
150 "title": "Load LoRA"
151 }
152 },
153 "86": {
154 "inputs": {
155 "shift": 3.1000000000000005,
156 "model": [
157 "67",
158 0
159 ]
160 },
161 "class_type": "ModelSamplingAuraFlow",
162 "_meta": {
163 "title": "ModelSamplingAuraFlow"
164 }
165 },
166 "90": {
167 "inputs": {
168 "value": 768
169 },
170 "class_type": "easy int",
171 "_meta": {
172 "title": "$width.value"
173 }
174 },
175 "91": {
176 "inputs": {
177 "value": 1024
178 },
179 "class_type": "easy int",
180 "_meta": {
181 "title": "$height.value"
182 }
183 }
184 }
184 lines JSON