Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,10 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
FlowChef introduces a novel approach to controlled image generation by leveraging rectified flow models (RFMs) for **efficient, training-free, inversion-free, and gradient-free steering of denoising trajectories**.
|
11 |
+
Unlike diffusion models, which demand extensive training and computational resources, FlowChef unifies tasks like **classifier guidance, inverse problems, and image editing** without extra training or backpropagation.
|
12 |
+
By model steering facilitated by gradient skipping, FlowChef sets new benchmarks in performance, memory, and efficiency, achieving state-of-the-art results across diverse tasks.
|
13 |
+
|
14 |
+
- [**Project page**] [https://flowchef.github.io/](https://flowchef.github.io/)
|
15 |
+
- [**Paper**] [https://flowchef.github.io/static/docs/FlowChef_ArXiv.pdf](https://flowchef.github.io/static/docs/FlowChef_ArXiv.pdf)
|
16 |
+
- [**Demos**] (find below)
|