qwen-txt2img
FeaturedBuild Qwen Image 2512 text-to-image workflows — QwenImageIntegratedKSampler, separate component loading, lightning LoRAs, and fine-tuned model variants
AI & Automation 455 stars
76 forks Updated today MIT
Install
Quality Score: 94/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": {
"m...
Details
- Author
- artokun
- Repository
- artokun/comfyui-mcp
- Created
- 5 months ago
- Last Updated
- today
- 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 — model loading, conditioning, LoRAs, prompt patterns, and XY plot testing
455 Updated today
artokun AI & Automation Featured
krea2-txt2img
Build Krea 2 Turbo txt2img workflows — native krea2 CLIPLoader, Qwen3-VL encoder, Qwen image VAE, 8-step turbo settings, and Ideogram-style JSON prompting
455 Updated today
artokun AI & Automation Featured
z-image-txt2img
Build Z-Image txt2img workflows — RedCraft checkpoint, Z-Image Turbo/Base LoRAs, ControlNet, and sampler presets
455 Updated today
artokun