Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ComfyUi-Untwisting-RoPE (Training-Free Style Transfer)
|
| 2 |
+
|
| 3 |
+
This is a ComfyUi implementation of [Untwisting RoPE: Frequency Control for Shared Attention in DiTs](https://arxiv.org/abs/2602.05013)
|
| 4 |
+
|
| 5 |
+
https://untwisting-rope.github.io/
|
| 6 |
+
|
| 7 |
+
<img width="1280" alt="Image 4" src="https://github.com/user-attachments/assets/ea4b7f49-45b0-4812-845b-0bd58824f27c" />
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
You can see more examples [here](https://github.com/BigStationW/ComfyUi-Untwisting-RoPE/tree/main/Examples).
|
| 11 |
+
|
| 12 |
+
## Supported models
|
| 13 |
+
- Z-image and Z-image turbo
|
| 14 |
+
- Anima
|
| 15 |
+
- The whole Flux.2 family
|
| 16 |
+
- The whole Qwen-Image/Edit family
|
| 17 |
+
|
| 18 |
+
## Installation
|
| 19 |
+
|
| 20 |
+
Navigate to the **ComfyUI\custom_nodes** folder, [open cmd](https://www.youtube.com/watch?v=bgSSJQolR0E&t=47s) and run:
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
git clone https://github.com/BigStationW/ComfyUi-Untwisting-RoPE
|
| 24 |
+
```
|
| 25 |
+
Restart ComfyUI after installation.
|
| 26 |
+
|
| 27 |
+
## Usage
|
| 28 |
+
|
| 29 |
+
- Here's [some workflows](https://github.com/BigStationW/ComfyUi-Untwisting-RoPE/tree/main/workflows) for those interested.
|
| 30 |
+
- You also need these custom nodes to make those workflows work.
|
| 31 |
+
|
| 32 |
+
https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced
|
| 33 |
+
|
| 34 |
+
https://github.com/BigStationW/ComfyUi-TextEncodeEditAdvanced
|
| 35 |
+
|
| 36 |
+
Don't hesitate to consult [the documentation](https://github.com/BigStationW/ComfyUi-Untwisting-RoPE/tree/main/documentation) to better understand this repository.
|