1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > LucidFlux - High-Resolution Image Generation</ title >
7+ < link rel ="stylesheet " href ="/assets/css/lucidflux.css ">
8+ </ head >
9+ < body >
10+ < div class ="lucidflux-hero ">
11+ < div class ="lucidflux-section ">
12+ < h1 > LucidFlux</ h1 >
13+ < p > High-Resolution Image Generation with Flow Matching</ p >
14+ </ div >
15+ </ div >
16+
17+ < div class ="lucidflux-section ">
18+ < h2 > What is LucidFlux?</ h2 >
19+ < p style ="text-align: center; font-size: 1.2rem; max-width: 800px; margin: 0 auto; ">
20+ From your prompts to high-resolution images, LucidFlux excels in flow matching for high-quality image generation with advanced diffusion models.
21+ </ p >
22+ </ div >
23+
24+ < div class ="lucidflux-section ">
25+ < h2 > Technical Framework</ h2 >
26+ < p style ="text-align: center; max-width: 800px; margin: 0 auto 2rem; ">
27+ LucidFlux utilizes advanced flow matching techniques combined with diffusion models to generate high-quality images with superior resolution and detail.
28+ </ p >
29+
30+ < div class ="demo-grid ">
31+ < div class ="demo-card ">
32+ < img src ="https://via.placeholder.com/400x300/667eea/ffffff?text=Flow+Matching " alt ="Flow Matching ">
33+ < div class ="demo-card-content ">
34+ < h3 > Flow Matching</ h3 >
35+ < p > Advanced flow matching algorithms for stable and efficient image generation.</ p >
36+ </ div >
37+ </ div >
38+
39+ < div class ="demo-card ">
40+ < img src ="https://via.placeholder.com/400x300/764ba2/ffffff?text=High+Resolution " alt ="High Resolution ">
41+ < div class ="demo-card-content ">
42+ < h3 > High Resolution</ h3 >
43+ < p > Generate images with superior detail and clarity at high resolutions.</ p >
44+ </ div >
45+ </ div >
46+
47+ < div class ="demo-card ">
48+ < img src ="https://via.placeholder.com/400x300/667eea/ffffff?text=Diffusion+Models " alt ="Diffusion Models ">
49+ < div class ="demo-card-content ">
50+ < h3 > Diffusion Models</ h3 >
51+ < p > State-of-the-art diffusion models for realistic image synthesis.</ p >
52+ </ div >
53+ </ div >
54+ </ div >
55+ </ div >
56+
57+ < div class ="lucidflux-section ">
58+ < h2 > Gallery</ h2 >
59+ < div class ="mosaic-grid ">
60+ < div class ="mosaic-item ">
61+ < img src ="https://via.placeholder.com/300x300/667eea/ffffff?text=Sample+1 " alt ="Sample 1 ">
62+ </ div >
63+ < div class ="mosaic-item ">
64+ < img src ="https://via.placeholder.com/300x300/764ba2/ffffff?text=Sample+2 " alt ="Sample 2 ">
65+ </ div >
66+ < div class ="mosaic-item ">
67+ < img src ="https://via.placeholder.com/300x300/667eea/ffffff?text=Sample+3 " alt ="Sample 3 ">
68+ </ div >
69+ < div class ="mosaic-item ">
70+ < img src ="https://via.placeholder.com/300x300/764ba2/ffffff?text=Sample+4 " alt ="Sample 4 ">
71+ </ div >
72+ </ div >
73+ </ div >
74+
75+ < div class ="lucidflux-section ">
76+ < h2 > Resources</ h2 >
77+ < div style ="text-align: center; ">
78+ < a href ="# " class ="btn " style ="margin: 0.5rem; "> GitHub</ a >
79+ < a href ="# " class ="btn " style ="margin: 0.5rem; "> Paper</ a >
80+ < a href ="# " class ="btn " style ="margin: 0.5rem; "> Demo</ a >
81+ </ div >
82+ </ div >
83+
84+ < footer style ="background: #f8f9fa; text-align: center; padding: 2rem 0; border-top: 1px solid #e9ecef; color: #6c757d; ">
85+ < div class ="lucidflux-section ">
86+ < p > © 2024 W2GenAI Lab. All rights reserved.</ p >
87+ </ div >
88+ </ footer >
89+ </ body >
90+ </ html >
0 commit comments