qwen-txt2img
FeaturedBuild Qwen Image 2512 text-to-image workflows with QwenImageIntegratedKSampler, separate component loading, lightning LoRAs, and fine-tuned model variants
AI & Automation 738 stars
120 forks Updated yesterday MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Qwen Image 2512 Text-to-Image Workflows
## Overview
Qwen Image 2512 is the latest (December 2025) text-to-image model from the Qwen family. It uses a vision-language model (Qwen2.5-VL) as the text encoder and generates high-quality images from natural language prompts. Two workflow approaches:
1. **QwenImageIntegratedKSampler**: All-in-one node (recommended for simplicity)
2. **Separate component loading**: UNETLoader + CLIPLoader + VAELoader + standard KSampler (more flexible)
## Models
### Standard Components
| Component | Node | Model | Notes |
|-----------|------|-------|-------|
| **UNET** | `UNETLoader` | `qwen_image_2512_fp8_e4m3fn.safetensors` | FP8, not currently installed — download if needed |
| **CLIP** | `CLIPLoader` (type=`qwen_image`) | `qwen_2.5_vl_7b_fp8_scaled.safetensors` | Shared across all Qwen models, in clip/ |
| **VAE** | `VAELoader` | `qwen_image_vae.safetensors` | Qwen-specific VAE (242MB) |
### Fine-tuned Variants (Installed)
| Model | Path | Focus |
|-------|------|-------|
| `qwenImageEditRemix_v10` | `diffusion_models/qwenImageEditRemix_v10.safetensors` | General-purpose remix |
| `qwenUltimateRealism_v11` | UNETLoader path | Product photography, hyper-realistic |
| `copaxTimeless` | UNETLoader path | Ultra-realistic portraits |
| `qwnImageEdit_v16Bf16` | UNETLoader path | Abliterated (uncensored) |
## Lightning LoRAs
### 4-Step Lightning (General Qwen / txt2img)
```json
{
"class_type": "LoraLoaderModelOnly",
"inputs": {
"mod...
Details
- Author
- artokun
- Repository
- artokun/comfyui-mcp
- Created
- 6 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
qwen-image-edit
Build Qwen Image Edit workflows covering model loading, conditioning, LoRAs, prompt patterns, and XY plot testing
738 Updated yesterday
artokun AI & Automation Featured
krea2-txt2img
Build Krea 2 Turbo txt2img workflows with the native krea2 CLIPLoader, Qwen3-VL encoder, Qwen image VAE, 8-step turbo settings, and Ideogram-style JSON prompting
738 Updated yesterday
artokun AI & Automation Featured
wan-t2v-video
Build WAN 2.2 Text-to-Video workflows. Dual hi-lo models, lightning LoRAs, VACE modules, and KSamplerAdvanced two-pass
738 Updated yesterday
artokun