TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows,you can use it in comfyUI
Python
110
37 commits
updated Feb 2, 2026
TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows - use it in ComfyUI
clip: Only unload ComfyUI CLIP (recommended for most cases)none: Don't unload anything (use if running many prompts repeatedly)all: Unload all modelsIn the ./ComfyUI/custom_nodes directory, run:
git clone https://github.com/smthemex/ComfyUI_TwinFlow
pip install -r requirements.txt
├── ComfyUI/models/gguf
| ├── TwinFlow-Qwen-Image-diffusers-Q6_K.gguf # or Q8_0、 BF16
| ├── TwinFlow-Z-Image-Turbo-diffuser-Q8_0.gguf # or Q6-k,BF16
├── ComfyUI/models/vae
| ├──qwen_image_vae.safetensors
| ├──ae.safetensors #z-image use flux vae
├── ComfyUI/models/clip
| ├──qwen_2.5_vl_7b_fp8_scaled.safetensors # or bf16
| ├──qwen_3_4b.safetensors # z image
z-image dype

qwen-image lora

z-image lora

@article{cheng2025twinflow,
title={TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows},
author={Cheng, Zhenglin and Sun, Peng and Li, Jianguo and Lin, Tao},
journal={arXiv preprint arXiv:2512.05150},
year={2025}
}
Python
99.7%
TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows,you can use it in comfyUI
Python
110
37 commits
updated Feb 2, 2026
TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows - use it in ComfyUI
clip: Only unload ComfyUI CLIP (recommended for most cases)none: Don't unload anything (use if running many prompts repeatedly)all: Unload all modelsIn the ./ComfyUI/custom_nodes directory, run:
git clone https://github.com/smthemex/ComfyUI_TwinFlow
pip install -r requirements.txt
├── ComfyUI/models/gguf
| ├── TwinFlow-Qwen-Image-diffusers-Q6_K.gguf # or Q8_0、 BF16
| ├── TwinFlow-Z-Image-Turbo-diffuser-Q8_0.gguf # or Q6-k,BF16
├── ComfyUI/models/vae
| ├──qwen_image_vae.safetensors
| ├──ae.safetensors #z-image use flux vae
├── ComfyUI/models/clip
| ├──qwen_2.5_vl_7b_fp8_scaled.safetensors # or bf16
| ├──qwen_3_4b.safetensors # z image
z-image dype

qwen-image lora

z-image lora

@article{cheng2025twinflow,
title={TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows},
author={Cheng, Zhenglin and Sun, Peng and Li, Jianguo and Lin, Tao},
journal={arXiv preprint arXiv:2512.05150},
year={2025}
}
Python
99.7%