liyangbing commited on
Commit
aaef88a
Β·
verified Β·
1 Parent(s): 1130c6a

update index.html

Browse files
Files changed (1) hide show
  1. index.html +77 -18
index.html CHANGED
@@ -1,19 +1,78 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
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>QwenImage - Advanced Text-to-Image Generation by Alibaba Tongyi Lab</title>
7
+ <meta name="description" content="QwenImage: Open and Advanced Text-to-Image Generative Model by Alibaba Tongyi Lab. Create stunning images from text prompts with high-quality rendering, artistic style control, and exceptional detail." />
8
+ <meta name="keywords" content="QwenImage, Alibaba, Tongyi Lab, Text-to-Image, AI Models, Prompt Engineering, WaveSpeedAI, Image Generation, AI Art, Generative AI, Image Synthesis" />
9
+
10
+ <!-- Open Graph / Social Media Meta Tags -->
11
+ <meta property="og:title" content="QwenImage - Advanced Text-to-Image Generation by Alibaba Tongyi Lab" />
12
+ <meta property="og:description" content="Transform your text into stunning images with QwenImage, the advanced text-to-image model developed by Alibaba Tongyi Lab" />
13
+ <meta property="og:type" content="website" />
14
+ <meta property="og:url" content="https://wavespeed.ai/models/wavespeed-ai/qwen-image/text-to-image" />
15
+
16
+ <!-- Additional Meta Information -->
17
+ <meta name="author" content="Alibaba Tongyi Lab" />
18
+ <meta name="robots" content="index, follow" />
19
+ <link rel="canonical" href="https://wavespeed.ai/models/wavespeed-ai/qwen-image/text-to-image" />
20
+
21
+ <link rel="stylesheet" href="style.css" />
22
+ <meta http-equiv="refresh" content="30;url=https://wavespeed.ai/models/wavespeed-ai/qwen-image/text-to-image" />
23
+ </head>
24
+ <body>
25
+ <nav class="top-nav">
26
+ <div class="nav-content">
27
+ <div class="nav-logo">QWEN</div>
28
+ <div class="nav-links">
29
+ <a href="https://wavespeed.ai/models/wavespeed-ai/qwen-image/text-to-image" class="nav-link" target="_blank" rel="noopener noreferrer">Home</a>
30
+ <a href="https://wavespeed.ai/docs" class="nav-link" target="_blank" rel="noopener noreferrer">Documentation</a>
31
+ <a href="https://wavespeed.ai/blog" class="nav-link" target="_blank" rel="noopener noreferrer">Blog</a>
32
+ <a href="https://wavespeed.ai/models/wavespeed-ai/qwen-image/text-to-image" class="nav-button" target="_blank" rel="noopener noreferrer">Visit WaveSpeedAI β†’</a>
33
+ </div>
34
+ </div>
35
+ </nav>
36
+
37
+ <div class="container">
38
+ <div class="content">
39
+ <div class="logo-section">
40
+ <h1>QwenImage</h1>
41
+ <p class="subtitle">By Alibaba Tongyi Lab</p>
42
+ </div>
43
+
44
+ <div class="announcement-section">
45
+ <p class="announcement">QwenImage is now available on WaveSpeedAI!</p>
46
+ <div class="divider"></div>
47
+ <p class="description">Open and Advanced Text-to-Image Generative Model</p>
48
+ </div>
49
+
50
+ <div class="features-section">
51
+ <div class="feature">
52
+ <h3>πŸš€ Powerful Text-to-Image Conversion</h3>
53
+ <p>Advanced architecture that transforms text descriptions into high-quality, detailed images with exceptional understanding of complex prompts</p>
54
+ </div>
55
+ <div class="feature">
56
+ <h3>🎯 Precise Prompt Understanding</h3>
57
+ <p>Meticulously trained to understand nuanced text prompts, allowing for detailed control over artistic styles, lighting, composition, and visual elements</p>
58
+ </div>
59
+ <div class="feature">
60
+ <h3>🌟 Creative Text Interpretation</h3>
61
+ <p>Trained on millions of text-image pairs, capable of interpreting creative descriptions and generating images that accurately reflect complex concepts and ideas</p>
62
+ </div>
63
+ </div>
64
+
65
+ <div class="redirect-section">
66
+ <p class="redirect-text">Redirecting to QwenImage Text-to-Image on WaveSpeedAI in 30 seconds...</p>
67
+ <div class="progress-bar">
68
+ <div class="progress"></div>
69
+ </div>
70
+ <a href="https://wavespeed.ai/models/wavespeed-ai/qwen-image/text-to-image" class="cta-button" target="_blank" rel="noopener noreferrer">Visit Now β†’</a>
71
+ <p class="huggingface-link">
72
+ Also available on <a href="https://huggingface.co/Qwen" target="_blank" rel="noopener noreferrer">Hugging Face</a>
73
+ </p>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </body>
78
  </html>