-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (99 loc) · 5.24 KB
/
Copy pathindex.html
File metadata and controls
104 lines (99 loc) · 5.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="W2GenAI Lab — Advancing the Frontiers of Generative AI: UltraFlux, LucidFlux, Kontext-Style, Nano-Banana-Figure.">
<title>W2GenAI Lab</title>
<link rel="canonical" href="https://w2genai-lab.github.io/">
<!-- Open Graph / Twitter for rich previews -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://w2genai-lab.github.io/">
<meta property="og:site_name" content="W2GenAI Lab">
<meta property="og:title" content="W2GenAI Lab">
<meta property="og:description" content="Advancing the Frontiers of Generative AI Research.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="W2GenAI Lab">
<meta name="twitter:description" content="Advancing the Frontiers of Generative AI Research.">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Montserrat:wght@400;700&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<!-- Top navigation bar for quick section access -->
<div class="navbar" role="navigation" aria-label="Main Navigation">
<a href="#home" class="brand" aria-label="W2GenAI homepage">W2GenAI</a>
<nav class="nav-links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</div>
<div class="container">
<div class="header" id="home">
<div class="logo-placeholder">
W2GenAI
</div>
<h1>W2GenAI Lab</h1>
<p>Advancing the Frontiers of Generative AI Research</p>
<a href="https://w2genai-lab.github.io/" style="color: #667eea; text-decoration: none;">🏠 Home</a>
</div>
<div class="section" id="about">
<h2>About Us</h2>
<p>W2GenAI Lab is a research laboratory dedicated to advancing the field of generative artificial intelligence. We focus on developing cutting-edge models and techniques for image generation, text-to-image synthesis, and multimodal AI systems.</p>
<p>Our mission is to push the boundaries of what's possible with generative AI while making these technologies accessible and useful for real-world applications.</p>
</div>
<div class="section" id="projects">
<h2>Projects</h2>
<div class="projects">
<a href="/LucidNFT/index.html" class="project-card">
<h3>🚀 LucidNFT</h3>
<p>LR-Anchored Multi-Reward Preference Optimization for Generative Real-World Super-Resolution</p>
</a>
<a href="/UltraFlux/index.html" class="project-card">
<h3>🚀 UltraFlux</h3>
<p>Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios</p>
</a>
<a href="/Kontext-Style/index.html" class="project-card">
<h3>🚀 Kontext Style</h3>
<p>High-quality LoRA adapters for FLUX.1 Kontext. Unleash your creativity with seamless artistic style transfer and exceptional image generation.</p>
</a>
<a href="/LucidFlux/index.html" class="project-card">
<h3>🚀 LucidFlux</h3>
<p>Universal Image Restoration with a Large-Scale Diffusion Transformer</p>
</a>
<a href="/Nano-Banana-Figure/index.html" class="project-card">
<h3>🚀 Nano-Banana-Figure</h3>
<p>Nano-Banana Figure-Edit LoRA (Real/Anime/Pet → Figure) for Qwen-Image-Edit</p>
</a>
</div>
</div>
<div class="section" id="contact">
<h2>Contact Us</h2>
<p>Interested in collaborating or learning more about our research? Get in touch!</p>
<div class="contact-info">
<div class="contact-item">
<h3>📧 Email</h3>
<div>
<a href="mailto:tye610@connect.hkust-gz.edu.cn">tye610@connect.hkust-gz.edu.cn</a><br>
<a href="mailto:sfei285@connect.hkust-gz.edu.cn">sfei285@connect.hkust-gz.edu.cn</a>
</div>
</div>
<div class="contact-item">
<h3>🐙 GitHub</h3>
<a href="https://github.com/W2GenAI-Lab" target="_blank" rel="noopener noreferrer">W2GenAI-Lab</a>
</div>
<div class="contact-item">
<h3>🤗 Hugging Face</h3>
<a href="https://huggingface.co/W2GenAI" target="_blank" rel="noopener noreferrer">W2GenAI-Lab</a>
</div>
</div>
</div>
<div class="footer">
<p>© 2025 W2GenAI Lab. All rights reserved.</p>
</div>
</div>
<script src="assets/js/main.js"></script>
</body>
</html>