Skip to content

Commit 9a32660

Browse files
author
rlan
committed
update readme
1 parent 63e748c commit 9a32660

File tree

9 files changed

+35
-1
lines changed

9 files changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FLUX-Text: A Simple and Advanced Diffusion Transformer Baseline for Scene Text E
2020

2121
## News
2222

23-
- **2025-07-08**: 🔥 ComfyUI Node is supported! You can now build an workflow based on FLUX-Text for editing posters.
23+
- **2025-07-08**: 🔥 ComfyUI Node is supported! You can now build an workflow based on FLUX-Text for editing posters. It is definitely worth trying to set up a workflow to automatically enhance product image service information and service scope. Meanwhile, utilizing the first and last frames enables the creation of video data with text effects. Thanks to the [community work](https://github.com/AMAP-ML/FluxText/issues/4), FLUX-Text was run on 8GB VRAM.
2424

2525
<div align="center">
2626
<table>
@@ -33,6 +33,40 @@ FLUX-Text: A Simple and Advanced Diffusion Transformer Baseline for Scene Text E
3333
</table>
3434
</div>
3535

36+
<div align="center">
37+
<table>
38+
<tr>
39+
<td><img src="assets/ori_img1.png" alt="assets/ori_img1.png" width="200"/></td>
40+
<td><img src="assets/new_img1.png" alt="assets/new_img1.png" width="200"/></td>
41+
<td><img src="assets/ori_img2.png" alt="assets/ori_img2.png" width="200"/></td>
42+
<td><img src="assets/new_img2.png" alt="assets/new_img2.png" width="200"/></td>
43+
</tr>
44+
<tr>
45+
<td align="center">original image</td>
46+
<td align="center">edited image</td>
47+
<td align="center">original image</td>
48+
<td align="center">edited image</td>
49+
</tr>
50+
</table>
51+
</div>
52+
53+
<div align="center">
54+
<table>
55+
<tr>
56+
<td><img src="assets/video_end1.png" alt="assets/video_end1.png" width="400"/></td>
57+
<td><img src="assets/video1.gif" alt="assets/video1.gif" width="400"/></td>
58+
</tr>
59+
<tr>
60+
<td><img src="assets/video_end2.png" alt="assets/video_end2.png" width="400"/></td>
61+
<td><img src="assets/video2.gif" alt="assets/video2.gif" width="400"/></td>
62+
</tr>
63+
<tr>
64+
<td align="center">last frame</td>
65+
<td align="center">video</td>
66+
</tr>
67+
</table>
68+
</div>
69+
3670
- **2025-07-04**: 🔥 We have released gradio demo! You can now try out FLUX-Text.
3771

3872
<div align="center">

assets/new_img1.png

597 KB
Loading

assets/new_img2.png

417 KB
Loading

assets/ori_img1.png

694 KB
Loading

assets/ori_img2.png

1.58 MB
Loading

assets/video1.gif

2.56 MB
Loading

assets/video2.gif

1.12 MB
Loading

assets/video_end1.png

932 KB
Loading

assets/video_end2.png

679 KB
Loading

0 commit comments

Comments
 (0)