mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-11-13 05:19:42 +00:00
- Add extraction logic for Qwen workflow metadata in PNG files - Improve OpenRouter model selection with validation and fallback to free/configured models - Remove outdated Flux workflow file - Update Qwen workflow configuration with new parameters and simplified structure
154 lines
2.8 KiB
JSON
154 lines
2.8 KiB
JSON
{
|
|
"3": {
|
|
"inputs": {
|
|
"seed": 367723847870487,
|
|
"steps": 8,
|
|
"cfg": 2.5,
|
|
"sampler_name": "euler",
|
|
"scheduler": "simple",
|
|
"denoise": 1,
|
|
"model": [
|
|
"66",
|
|
0
|
|
],
|
|
"positive": [
|
|
"6",
|
|
0
|
|
],
|
|
"negative": [
|
|
"7",
|
|
0
|
|
],
|
|
"latent_image": [
|
|
"58",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "KSampler",
|
|
"_meta": {
|
|
"title": "KSampler"
|
|
}
|
|
},
|
|
"6": {
|
|
"inputs": {
|
|
"text": "Cat sitting at desk, surrounded by taxidermied dinosaurs",
|
|
"clip": [
|
|
"38",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "Positive"
|
|
}
|
|
},
|
|
"7": {
|
|
"inputs": {
|
|
"text": "text, watermark, deformed Avoid flat colors, poor lighting, and artificial elements. No unrealistic elements, low resolution, or flat colors. Avoid generic objects, poor lighting, and inconsistent styles, blurry, low-quality, distorted faces, overexposed lighting, extra limbs, bad anatomy, low contrast",
|
|
"clip": [
|
|
"38",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {
|
|
"title": "Negative"
|
|
}
|
|
},
|
|
"8": {
|
|
"inputs": {
|
|
"samples": [
|
|
"3",
|
|
0
|
|
],
|
|
"vae": [
|
|
"39",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "VAEDecode",
|
|
"_meta": {
|
|
"title": "VAE Decode"
|
|
}
|
|
},
|
|
"38": {
|
|
"inputs": {
|
|
"clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
|
|
"type": "qwen_image",
|
|
"device": "default"
|
|
},
|
|
"class_type": "CLIPLoader",
|
|
"_meta": {
|
|
"title": "Load CLIP"
|
|
}
|
|
},
|
|
"39": {
|
|
"inputs": {
|
|
"vae_name": "qwen_image_vae.safetensors"
|
|
},
|
|
"class_type": "VAELoader",
|
|
"_meta": {
|
|
"title": "Load VAE"
|
|
}
|
|
},
|
|
"58": {
|
|
"inputs": {
|
|
"width": 720,
|
|
"height": 1088,
|
|
"batch_size": 1
|
|
},
|
|
"class_type": "EmptySD3LatentImage",
|
|
"_meta": {
|
|
"title": "CR Aspect Ratio"
|
|
}
|
|
},
|
|
"60": {
|
|
"inputs": {
|
|
"filename_prefix": "ComfyUI",
|
|
"images": [
|
|
"8",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "SaveImage",
|
|
"_meta": {
|
|
"title": "Save Image"
|
|
}
|
|
},
|
|
"66": {
|
|
"inputs": {
|
|
"shift": 3.1000000000000005,
|
|
"model": [
|
|
"73",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "ModelSamplingAuraFlow",
|
|
"_meta": {
|
|
"title": "ModelSamplingAuraFlow"
|
|
}
|
|
},
|
|
"73": {
|
|
"inputs": {
|
|
"lora_name": "Qwen-Image-Lightning-8steps-V1.0.safetensors",
|
|
"strength_model": 1,
|
|
"model": [
|
|
"80",
|
|
0
|
|
]
|
|
},
|
|
"class_type": "LoraLoaderModelOnly",
|
|
"_meta": {
|
|
"title": "LoraLoaderModelOnly"
|
|
}
|
|
},
|
|
"80": {
|
|
"inputs": {
|
|
"unet_name": "qwen-image-Q4_K_S.gguf"
|
|
},
|
|
"class_type": "UnetLoaderGGUF",
|
|
"_meta": {
|
|
"title": "Load Checkpoint"
|
|
}
|
|
}
|
|
} |