Skip to content

Commit 7997d9e

Browse files
committed
update readme
1 parent 750eb81 commit 7997d9e

3 files changed

Lines changed: 36 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,22 @@ Our mission is to push the boundaries of what's possible with generative AI whil
2424
- 🌊 **Visual Quality**: Exploring visual challenges in photography to create images with superior quality.
2525

2626
## Our Projects
27-
28-
### [🚀 Kontext Style](https://huggingface.co/Kontext-Style) - High-quality LoRA adapters for FLUX.1 Kontext. Unleash your creativity with seamless artistic style transfer and exceptional image generation.
29-
### [🚀 LucidFlux](/LucidFlux/index.html) - Universal Image Restoration with a Large-Scale Diffusion Transformer
27+
## Projects
28+
- 🚀 UltraFlux — Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios
29+
- Page: [UltraFlux](/UltraFlux/index.html)
30+
- Code: https://github.com/W2GenAI-Lab/UltraFlux
31+
32+
- 🚀 Kontext-Style — High-quality LoRA adapters for FLUX.1 Kontext; seamless style transfer and creative generation
33+
- Page: [Kontext-Style](/Kontext-Style/index.html)
34+
- HF: https://huggingface.co/Kontext-Style
35+
36+
- 🚀 LucidFlux — Caption-Free Universal Image Restoration with a Large-Scale Diffusion Transformer
37+
- Page: [LucidFlux](/LucidFlux/index.html)
38+
- Code: https://github.com/W2GenAI-Lab/LucidFlux
39+
40+
- 🚀 Nano-Banana-Figure — LoRA for Qwen-Image-Edit (Real/Anime/Pet → Figure/Collectible)
41+
- Page: [Nano-Banana-Figure](/Nano-Banana-Figure/index.html)
42+
- HF: https://huggingface.co/W2GenAI/Nano-Banana-Figure-LoRA
3043

3144
## Contact Us
3245
Feel free to contact Tian Ye at tye610@connect.hkust-gz.edu.cn for cooperation, communication.

assets/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ html { scroll-behavior: smooth; }
3333
font-weight: 700;
3434
color: #667eea;
3535
letter-spacing: 0.5px;
36+
text-decoration: none; /* clickable brand without underline */
3637
}
3738

3839
.nav-links a {

index.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,26 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="W2GenAI Lab — Advancing the Frontiers of Generative AI: UltraFlux, LucidFlux, Kontext-Style, Nano-Banana-Figure.">
67
<title>W2GenAI Lab</title>
8+
<link rel="canonical" href="https://w2genai-lab.github.io/">
9+
<!-- Open Graph / Twitter for rich previews -->
10+
<meta property="og:type" content="website">
11+
<meta property="og:url" content="https://w2genai-lab.github.io/">
12+
<meta property="og:site_name" content="W2GenAI Lab">
13+
<meta property="og:title" content="W2GenAI Lab">
14+
<meta property="og:description" content="Advancing the Frontiers of Generative AI Research.">
15+
<meta name="twitter:card" content="summary">
16+
<meta name="twitter:title" content="W2GenAI Lab">
17+
<meta name="twitter:description" content="Advancing the Frontiers of Generative AI Research.">
718
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Montserrat:wght@400;700&display=swap">
819
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
920
<link rel="stylesheet" href="assets/css/main.css">
1021
</head>
1122
<body>
1223
<!-- Top navigation bar for quick section access -->
1324
<div class="navbar" role="navigation" aria-label="Main Navigation">
14-
<div class="brand">W2GenAI</div>
25+
<a href="#home" class="brand" aria-label="W2GenAI homepage">W2GenAI</a>
1526
<nav class="nav-links">
1627
<a href="#home">Home</a>
1728
<a href="#about">About</a>
@@ -40,7 +51,7 @@ <h2>Projects</h2>
4051
<div class="projects">
4152
<a href="/UltraFlux/index.html" class="project-card">
4253
<h3>🚀 UltraFlux</h3>
43-
<p>UltraFlux: Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios</p>
54+
<p>Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios</p>
4455
</a>
4556
<a href="/Kontext-Style/index.html" class="project-card">
4657
<h3>🚀 Kontext Style</h3>
@@ -63,15 +74,18 @@ <h2>Contact Us</h2>
6374
<div class="contact-info">
6475
<div class="contact-item">
6576
<h3>📧 Email</h3>
66-
<a href="mailto:tye610@connect.hkust-gz.edu.cn">tye610@connect.hkust-gz.edu.cn</a>
77+
<div>
78+
<a href="mailto:tye610@connect.hkust-gz.edu.cn">tye610@connect.hkust-gz.edu.cn</a><br>
79+
<a href="mailto:sfei285@connect.hkust-gz.edu.cn">sfei285@connect.hkust-gz.edu.cn</a>
80+
</div>
6781
</div>
6882
<div class="contact-item">
6983
<h3>🐙 GitHub</h3>
70-
<a href="https://github.com/W2GenAI-Lab" target="_blank">W2GenAI-Lab</a>
84+
<a href="https://github.com/W2GenAI-Lab" target="_blank" rel="noopener noreferrer">W2GenAI-Lab</a>
7185
</div>
7286
<div class="contact-item">
7387
<h3>🤗 Hugging Face</h3>
74-
<a href="https://huggingface.co/W2GenAI" target="_blank">W2GenAI-Lab</a>
88+
<a href="https://huggingface.co/W2GenAI" target="_blank" rel="noopener noreferrer">W2GenAI-Lab</a>
7589
</div>
7690
</div>
7791
</div>

0 commit comments

Comments
 (0)