smthem commited on
Commit
120c875
·
verified ·
1 Parent(s): a165fd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,9 +1,40 @@
1
  ---
2
  license: mit
3
  ---
4
- TEST of twinflow
5
 
6
  # Example
7
 
8
  ![](./example.png)
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # ComfyUI of [twinflow](https://github.com/inclusionAI/TwinFlow)
5
 
6
  # Example
7
 
8
  ![](./example.png)
9
 
10
+
11
+ # Citation
12
+ ```
13
+ @article{cheng2025twinflow,
14
+ title={TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows},
15
+ author={Cheng, Zhenglin and Sun, Peng and Li, Jianguo and Lin, Tao},
16
+ journal={arXiv preprint arXiv:2512.05150},
17
+ year={2025}
18
+ }
19
+
20
+ @misc{sun2025anystep,
21
+ author = {Sun, Peng and Lin, Tao},
22
+ note = {GitHub repository},
23
+ title = {Any-step Generation via N-th Order Recursive Consistent Velocity Field Estimation},
24
+ url = {https://github.com/LINs-lab/RCGM},
25
+ year = {2025}
26
+ }
27
+
28
+ @article{sun2025unified,
29
+ title = {Unified continuous generative models},
30
+ author = {Sun, Peng and Jiang, Yi and Lin, Tao},
31
+ journal = {arXiv preprint arXiv:2505.07447},
32
+ year = {2025},
33
+ url = {https://arxiv.org/abs/2505.07447},
34
+ archiveprefix = {arXiv},
35
+ eprint = {2505.07447},
36
+ primaryclass = {cs.LG}
37
+ }
38
+ ```
39
+
40
+