Update README.md
Browse files
README.md
CHANGED
@@ -7,160 +7,55 @@ sdk: static
|
|
7 |
pinned: false
|
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 |
-
margin: 0;
|
63 |
-
text-shadow: 0 0 10px cyan;
|
64 |
-
}
|
65 |
-
|
66 |
-
.org-description {
|
67 |
-
font-size: 1.2em;
|
68 |
-
margin: 10px 0;
|
69 |
-
}
|
70 |
-
|
71 |
-
.org-specialties {
|
72 |
-
margin: 20px 0;
|
73 |
-
}
|
74 |
-
|
75 |
-
.org-specialties h3 {
|
76 |
-
color: cyan;
|
77 |
-
margin-bottom: 10px;
|
78 |
-
}
|
79 |
-
|
80 |
-
.org-specialties ul {
|
81 |
-
list-style-type: none;
|
82 |
-
padding: 0;
|
83 |
-
}
|
84 |
-
|
85 |
-
.org-specialties li {
|
86 |
-
margin: 5px 0;
|
87 |
-
padding-left: 20px;
|
88 |
-
position: relative;
|
89 |
-
}
|
90 |
-
|
91 |
-
.org-specialties li::before {
|
92 |
-
content: 'â–¶';
|
93 |
-
position: absolute;
|
94 |
-
left: 0;
|
95 |
-
color: cyan;
|
96 |
-
}
|
97 |
-
|
98 |
-
.org-stats {
|
99 |
-
display: flex;
|
100 |
-
justify-content: space-around;
|
101 |
-
margin-top: 20px;
|
102 |
-
}
|
103 |
-
|
104 |
-
.stat {
|
105 |
-
text-align: center;
|
106 |
-
}
|
107 |
-
|
108 |
-
.stat-value {
|
109 |
-
font-size: 2em;
|
110 |
-
color: cyan;
|
111 |
-
}
|
112 |
-
|
113 |
-
.org-link {
|
114 |
-
display: inline-block;
|
115 |
-
margin-top: 20px;
|
116 |
-
padding: 10px 20px;
|
117 |
-
background: cyan;
|
118 |
-
color: #000;
|
119 |
-
text-decoration: none;
|
120 |
-
border-radius: 5px;
|
121 |
-
transition: all 0.3s ease;
|
122 |
-
}
|
123 |
-
|
124 |
-
.org-link:hover {
|
125 |
-
background: #fff;
|
126 |
-
color: #000;
|
127 |
-
box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
|
128 |
-
}
|
129 |
-
</style>
|
130 |
-
</head>
|
131 |
-
<body>
|
132 |
-
<div class="org-card">
|
133 |
-
<div class="org-content">
|
134 |
-
<div>
|
135 |
-
<h2>AIXON Lab</h2>
|
136 |
-
<p class="org-description">Creators of amazing AI-based models and tools</p>
|
137 |
-
|
138 |
-
<div class="org-specialties">
|
139 |
-
<h3>Specialties:</h3>
|
140 |
-
<ul>
|
141 |
-
<li>LoRAs for Flux SDXL</li>
|
142 |
-
<li>LLM Finetuning</li>
|
143 |
-
<li>LLM Merging</li>
|
144 |
-
<li>ComfyUI Nodes</li>
|
145 |
-
</ul>
|
146 |
-
</div>
|
147 |
-
</div>
|
148 |
-
|
149 |
-
<div>
|
150 |
-
<div class="org-stats">
|
151 |
-
<div class="stat">
|
152 |
-
<div class="stat-value">16</div>
|
153 |
-
<div>Models</div>
|
154 |
-
</div>
|
155 |
-
<div class="stat">
|
156 |
-
<div class="stat-value">1</div>
|
157 |
-
<div>Likes</div>
|
158 |
-
</div>
|
159 |
-
</div>
|
160 |
-
|
161 |
-
<a href="https://huggingface.co/aixonlab" class="org-link">View on Hugging Face</a>
|
162 |
-
</div>
|
163 |
-
</div>
|
164 |
-
</div>
|
165 |
-
</body>
|
166 |
-
</html>
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<div align="center">
|
11 |
+
<img src="https://i.imgur.com/YourLogoHere.png" alt="AIXON Lab Logo" width="200"/>
|
12 |
+
|
13 |
+
# AIXON Lab
|
14 |
+
|
15 |
+
*Creators of Amazing AI-based Models and Tools*
|
16 |
+
|
17 |
+
<a href="https://huggingface.co/aixonlab">
|
18 |
+
<img src="https://img.shields.io/badge/🤗%20Hugging%20Face-AIXON%20Lab-blue" alt="Hugging Face"/>
|
19 |
+
</a>
|
20 |
+
<a href="https://github.com/yourgithubhere">
|
21 |
+
<img src="https://img.shields.io/badge/GitHub-AIXON%20Lab-black" alt="GitHub"/>
|
22 |
+
</a>
|
23 |
+
|
24 |
+
---
|
25 |
+
|
26 |
+
## 🚀 Our Specialties
|
27 |
+
|
28 |
+
- **LoRAs for Flux SDXL**
|
29 |
+
- **LLM Finetuning**
|
30 |
+
- **LLM Merging**
|
31 |
+
- **ComfyUI Custom Nodes**
|
32 |
+
|
33 |
+
---
|
34 |
+
|
35 |
+
<table>
|
36 |
+
<tr>
|
37 |
+
<td align="center"><b>16</b><br>Models</td>
|
38 |
+
<td align="center"><b>1</b><br>Likes</td>
|
39 |
+
</tr>
|
40 |
+
</table>
|
41 |
+
|
42 |
+
---
|
43 |
+
|
44 |
+
<details>
|
45 |
+
<summary>🌟 Featured Projects</summary>
|
46 |
+
<br>
|
47 |
+
|
48 |
+
- [Project 1](link-to-project1): Brief description
|
49 |
+
- [Project 2](link-to-project2): Brief description
|
50 |
+
- [Project 3](link-to-project3): Brief description
|
51 |
+
</details>
|
52 |
+
|
53 |
+
---
|
54 |
+
|
55 |
+
<h3>🔮 Pushing the Boundaries of AI</h3>
|
56 |
+
|
57 |
+
At AIXON Lab, we're dedicated to creating cutting-edge AI models and tools. Our work spans from advanced language models to innovative image generation techniques.
|
58 |
+
|
59 |
+
[Explore our repositories](https://huggingface.co/aixonlab) to discover the future of AI!
|
60 |
+
|
61 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|