File size: 5,694 Bytes
cb899ac | 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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | {
"7": {
"inputs": {
"text": "",
"clip": [
"2",
0
]
},
"_meta": {
"title": "CLIP Text Encode (Negative)"
},
"class_type": "CLIPTextEncode"
},
"9": {
"inputs": {
"samples": [
"8",
0
],
"vae": [
"3",
0
]
},
"_meta": {
"title": "VAE Decode"
},
"class_type": "VAEDecode"
},
"3": {
"inputs": {
"vae_name": "qwen_image_vae.safetensors"
},
"_meta": {
"title": "Load VAE"
},
"class_type": "VAELoader"
},
"5": {
"inputs": {
"batch_size": 1,
"width": 1080,
"height": 1080
},
"_meta": {
"title": "Empty Latent (1080x1080)"
},
"class_type": "EmptySD3LatentImage"
},
"2": {
"inputs": {
"device": "default",
"clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
"type": "qwen_image"
},
"_meta": {
"title": "Load CLIP"
},
"class_type": "CLIPLoader"
},
"1": {
"inputs": {
"weight_dtype": "default",
"unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
},
"_meta": {
"title": "Load Diffusion Model"
},
"class_type": "UNETLoader"
},
"4": {
"inputs": {
"model": [
"1",
0
],
"strength_model": 1,
"lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
},
"_meta": {
"title": "Load Lightning LoRA"
},
"class_type": "LoraLoaderModelOnly"
},
"6": {
"inputs": {
"clip": [
"2",
0
],
"text": "futuristic product photography of AI Personal Assistant Orb with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
},
"_meta": {
"title": "CLIP Text Encode (Positive)"
},
"class_type": "CLIPTextEncode"
},
"10": {
"inputs": {
"images": [
"9",
0
],
"filename_prefix": "ad_AI_Personal_Assistant_Orb"
},
"_meta": {
"title": "Save Ad Image"
},
"class_type": "SaveImage"
},
"8": {
"inputs": {
"denoise": 1,
"seed": 1,
"negative": [
"7",
0
],
"sampler_name": "euler",
"latent_image": [
"5",
0
],
"positive": [
"6",
0
],
"cfg": 1,
"model": [
"4",
0
],
"steps": 4,
"scheduler": "simple"
},
"_meta": {
"title": "KSampler"
},
"class_type": "KSampler"
}
}
|