메인 콘텐츠로 건너뛰기
Qwen-Image-2512는 Qwen-Image의 텍스트-to-image 기반 모델의 12월 업데이트입니다. 지난 8월에 출시된 기본 Qwen-Image 모델과 비교해 Qwen-Image-2512는 이미지 품질과 사실성이 크게 향상되었습니다. Qwen-Image-2512의 주요 개선 사항:
  • 향상된 인간의 사실성: ‘AI 생성’ 느낌을 크게 줄이고, 특히 인물의 경우 전반적인 이미지 사실성을 대폭 향상시켰습니다.
  • 더 세밀한 자연 디테일: 풍경, 동물의 털 등 자연 요소를 눈에 띄게 더 세밀하게 표현합니다.
  • 개선된 텍스트 렌더링: 텍스트 요소의 정확성과 품질을 높여, 더 나은 레이아웃과 더욱 충실한 멀티모달(텍스트 + 이미지) 구성이 가능합니다.
공식 링크:

지원되는 종횡비

종횡비해상도
1:11328x1328
16:91664x928
9:16928x1664
4:31472x1104
3:41104x1472
3:21584x1056
2:31056x1584

Qwen-Image-2512 ComfyUI 네이티브 워크플로우 예시

Make sure your ComfyUI is updated.Workflows in this guide can be found in the Workflow Templates. If you can’t find them in the template, your ComfyUI may be outdated. (Desktop version’s update will delay sometime)If nodes are missing when loading a workflow, possible reasons:
  1. You are not using the latest ComfyUI version (Nightly version)
  2. Some nodes failed to import at startup
Comfy Cloud에서 실행하기

1. 워크플로우 파일

ComfyUI를 업데이트한 후, 템플릿에서 워크플로우 파일을 찾거나 아래 워크플로우를 ComfyUI로 드래그하여 불러올 수 있습니다. 워크플로우에는 두 개의 서브그래프가 포함되어 있습니다:
  • 텍스트 to 이미지 (Qwen-Image 2512): 표준 50단계 생성
  • 텍스트 to 이미지 (Qwen-Image 2512 4단계): Lightning LoRA를 사용한 가속화된 4단계 생성

JSON 워크플로우 다운로드

2. 모델 다운로드

텍스트 인코더 LoRA (선택사항 - 4단계 Lightning 가속화용) 디퓨전 모델 VAE 모델 저장 위치
📂 ComfyUI/
├── 📂 models/
│   ├── 📂 text_encoders/
│   │      └── qwen_2.5_vl_7b_fp8_scaled.safetensors
│   ├── 📂 loras/
│   │      └── Qwen-Image-Lightning-4steps-V1.0.safetensors
│   ├── 📂 diffusion_models/
│   │      ├── qwen_image_2512_bf16.safetensors
│   │      └── qwen_image_2512_fp8_e4m3fn.safetensors
│   └── 📂 vae/
│          └── qwen_image_vae.safetensors