9r4n4y's picture
Upload README.md
4a83a9c verified
|
Raw
History Blame
1.34 kB
# ComfyUi-Untwisting-RoPE (Training-Free Style Transfer)
This is a ComfyUi implementation of [Untwisting RoPE: Frequency Control for Shared Attention in DiTs](https://arxiv.org/abs/2602.05013)
https://untwisting-rope.github.io/
<img width="1280" alt="Image 4" src="https://github.com/user-attachments/assets/ea4b7f49-45b0-4812-845b-0bd58824f27c" />
You can see more examples [here](https://github.com/BigStationW/ComfyUi-Untwisting-RoPE/tree/main/Examples).
## Supported models
- Z-image and Z-image turbo
- Anima
- The whole Flux.2 family
- The whole Qwen-Image/Edit family
## Installation
Navigate to the **ComfyUI\custom_nodes** folder, [open cmd](https://www.youtube.com/watch?v=bgSSJQolR0E&t=47s) and run:
```bash
git clone https://github.com/BigStationW/ComfyUi-Untwisting-RoPE
```
Restart ComfyUI after installation.
## Usage
- Here's [some workflows](https://github.com/BigStationW/ComfyUi-Untwisting-RoPE/tree/main/workflows) for those interested.
- You also need these custom nodes to make those workflows work.
https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced
https://github.com/BigStationW/ComfyUi-TextEncodeEditAdvanced
Don't hesitate to consult [the documentation](https://github.com/BigStationW/ComfyUi-Untwisting-RoPE/tree/main/documentation) to better understand this repository.