openfree commited on
Commit
f050949
·
verified ·
1 Parent(s): 852d2f5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +395 -147
index.html CHANGED
@@ -2,7 +2,7 @@
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>Timeline Template</title>
7
  <style>
8
  body {
@@ -15,22 +15,22 @@
15
 
16
  .timeline-container {
17
  width: 100%;
18
- overflow-x: auto;
 
19
  overflow-y: hidden;
20
  padding: 20px;
21
  box-sizing: border-box;
22
  }
23
 
 
24
  .timeline {
25
- display: flex;
26
- flex-direction: row;
27
  gap: 20px;
28
- min-width: min-content;
29
  padding-bottom: 10px;
30
  }
31
 
32
  .event {
33
- flex: 0 0 300px;
34
  background: white;
35
  border-radius: 8px;
36
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
@@ -38,16 +38,17 @@
38
  transition: all 0.3s ease;
39
  }
40
 
 
41
  .event:has(.tag.best) {
42
  background-color: #fff8e1;
43
  border-left: 4px solid #ffd700;
44
  }
45
-
46
  .event:has(.tag.new) {
47
  background-color: #fce4ec;
48
  border-left: 4px solid #ff4081;
49
  }
50
-
51
  .event:hover {
52
  transform: translateY(-5px);
53
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
@@ -120,23 +121,22 @@
120
  .github-link a:hover {
121
  text-decoration: underline;
122
  }
123
-
 
124
  .timeline-container::-webkit-scrollbar {
125
  height: 8px;
126
  }
127
-
128
  .timeline-container::-webkit-scrollbar-track {
129
  background: #f1f1f1;
130
  }
131
-
132
  .timeline-container::-webkit-scrollbar-thumb {
133
  background: #888;
134
  border-radius: 4px;
135
  }
136
-
137
  .timeline-container::-webkit-scrollbar-thumb:hover {
138
  background: #555;
139
  }
 
140
 
141
  .filter-group {
142
  display: flex;
@@ -229,6 +229,7 @@
229
  <div class="github-link">
230
  <a href="https://discord.gg/openfreeai" target="_blank">Community</a>
231
  </div>
 
232
  <div class="filter-group">
233
  <div class="toggle-container">
234
  <button class="toggle-button active" data-filter="all">All Models</button>
@@ -248,6 +249,7 @@
248
  <button class="toggle-button" data-filter="education">Education</button>
249
  </div>
250
  </div>
 
251
  <div class="counter-container">
252
  <span class="counter-item">
253
  <span id="best-count">0</span> BEST
@@ -257,770 +259,1019 @@
257
  <span id="new-count">0</span> NEW
258
  </span>
259
  </div>
 
260
  <h2 class="section-title">Latest Models</h2>
 
261
  <div class="timeline-container">
262
  <div class="timeline">
263
 
264
-
265
  <div class="event">
266
  <h4>aiqcamp/diagram</h4>
267
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/diagram" target="_blank">link</a>).</p>
268
  <span class="tag utility">Utility</span>
269
- <span class="tag multimodal">BEST</span>
270
  </div>
271
-
 
272
  <div class="event">
273
  <h4>openfree/korea-president-yoon</h4>
274
  <p>Link (<a href="https://huggingface.co/spaces/openfree/korea-president-yoon" target="_blank">link</a>).</p>
275
  <span class="tag text">Text</span>
276
- <span class="tag multimodal">NEW/span>
277
  </div>
278
-
 
279
  <div class="event">
280
  <h4>VIDraft/PaperImpact</h4>
281
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/PaperImpact" target="_blank">link</a>).</p>
282
  <span class="tag education">Education</span>
 
283
  </div>
284
-
 
285
  <div class="event">
286
  <h4>openfree/CryptoVision</h4>
287
  <p>Link (<a href="https://huggingface.co/spaces/openfree/CryptoVision" target="_blank">link</a>).</p>
288
  <span class="tag predict">Predict</span>
 
289
  </div>
290
-
 
291
  <div class="event">
292
  <h4>gunship999/Gunship-3D-FPS</h4>
293
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Gunship-3D-FPS" target="_blank">link</a>).</p>
294
  <span class="tag game">Game</span>
 
295
  </div>
296
-
 
297
  <div class="event">
298
  <h4>fantos/VoiceClone</h4>
299
  <p>Link (<a href="https://huggingface.co/spaces/fantos/VoiceClone" target="_blank">link</a>).</p>
300
  <span class="tag audio">Audio</span>
 
301
  </div>
302
-
 
303
  <div class="event">
304
  <h4>VIDraft/ChemGenesis</h4>
305
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/ChemGenesis" target="_blank">link</a>).</p>
306
  <span class="tag education">Education</span>
 
307
  </div>
308
-
 
309
  <div class="event">
310
  <h4>seawolf2357/ocrlatex</h4>
311
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/ocrlatex" target="_blank">link</a>).</p>
312
  <span class="tag text">Text</span>
 
313
  </div>
314
-
 
315
  <div class="event">
316
  <h4>seawolf2357/img2vid</h4>
317
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/img2vid" target="_blank">link</a>).</p>
318
  <span class="tag video">Video</span>
 
319
  </div>
320
-
 
321
  <div class="event">
322
  <h4>seawolf2357/sd-prompt-gen</h4>
323
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/sd-prompt-gen" target="_blank">link</a>).</p>
324
  <span class="tag image">Image</span>
 
325
  </div>
326
-
 
327
  <div class="event">
328
  <h4>openfree/badassgi</h4>
329
  <p>Link (<a href="https://huggingface.co/spaces/openfree/badassgi" target="_blank">link</a>).</p>
330
  <span class="tag text">Text</span>
 
331
  </div>
332
-
 
333
  <div class="event">
334
  <h4>openfree/tarotcard</h4>
335
  <p>Link (<a href="https://huggingface.co/spaces/openfree/tarotcard" target="_blank">link</a>).</p>
336
  <span class="tag predict">Predict</span>
 
337
  </div>
338
-
 
339
  <div class="event">
340
  <h4>openfree/drqxab</h4>
341
  <p>Link (<a href="https://huggingface.co/spaces/openfree/drqxab" target="_blank">link</a>).</p>
342
  <span class="tag utility">Utility</span>
 
343
  </div>
344
-
 
345
  <div class="event">
346
  <h4>aiqcamp/Polaroid</h4>
347
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/Polaroid" target="_blank">link</a>).</p>
348
  <span class="tag image">Image</span>
 
349
  </div>
350
-
 
351
  <div class="event">
352
  <h4>ginigen/cartoon</h4>
353
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/cartoon" target="_blank">link</a>).</p>
354
  <span class="tag image">Image</span>
 
355
  </div>
356
-
 
357
  <div class="event">
358
  <h4>ginigen/Book-Cover</h4>
359
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Book-Cover" target="_blank">link</a>).</p>
360
  <span class="tag image">Image</span>
 
361
  </div>
362
-
 
363
  <div class="event">
364
  <h4>aiqcamp/fash</h4>
365
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/fash" target="_blank">link</a>).</p>
366
  <span class="tag image">Image</span>
 
367
  </div>
368
-
 
369
  <div class="event">
370
  <h4>gunship999/Korea-Daily-News</h4>
371
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Korea-Daily-News" target="_blank">link</a>).</p>
372
  <span class="tag text">Text</span>
 
373
  </div>
374
-
 
375
  <div class="event">
376
  <h4>kolaslab/Quantum</h4>
377
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Quantum" target="_blank">link</a>).</p>
378
  <span class="tag education">Education</span>
 
379
  </div>
380
-
 
381
  <div class="event">
382
  <h4>openfree/webtoon</h4>
383
  <p>Link (<a href="https://huggingface.co/spaces/openfree/webtoon" target="_blank">link</a>).</p>
384
  <span class="tag image">Image</span>
 
385
  </div>
386
-
 
387
  <div class="event">
388
  <h4>immunobiotech/ChicagoGallery</h4>
389
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/ChicagoGallery" target="_blank">link</a>).</p>
390
  <span class="tag image">Image</span>
 
391
  </div>
392
-
 
393
  <div class="event">
394
  <h4>immunobiotech/MetropolitanMuseum</h4>
395
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/MetropolitanMuseum" target="_blank">link</a>).</p>
396
  <span class="tag image">Image</span>
 
397
  </div>
398
-
 
399
  <div class="event">
400
  <h4>immunobiotech/opensky</h4>
401
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/opensky" target="_blank">link</a>).</p>
402
  <span class="tag image">Image</span>
 
403
  </div>
404
-
 
405
  <div class="event">
406
  <h4>kolaslab/Audio-Visualizer</h4>
407
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Audio-Visualizer" target="_blank">link</a>).</p>
408
  <span class="tag audio">Audio</span>
 
409
  </div>
410
-
 
411
  <div class="event">
412
  <h4>kolaslab/Radio-Learning</h4>
413
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Radio-Learning" target="_blank">link</a>).</p>
414
  <span class="tag audio">Audio</span>
 
415
  </div>
416
-
 
417
  <div class="event">
418
  <h4>kolaslab/Future-Gallaxy</h4>
419
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Future-Gallaxy" target="_blank">link</a>).</p>
420
  <span class="tag vision">Vision</span>
 
421
  </div>
422
-
 
423
  <div class="event">
424
  <h4>openfree/ProteinGenesis</h4>
425
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ProteinGenesis" target="_blank">link</a>).</p>
426
  <span class="tag education">Education</span>
 
427
  </div>
428
-
 
429
  <div class="event">
430
  <h4>openfree/2025saju</h4>
431
  <p>Link (<a href="https://huggingface.co/spaces/openfree/2025saju" target="_blank">link</a>).</p>
432
  <span class="tag predict">Predict</span>
 
433
  </div>
434
-
 
435
  <div class="event">
436
  <h4>ginigen/Dokdo-membership</h4>
437
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Dokdo-membership" target="_blank">link</a>).</p>
438
  <span class="tag text">Text</span>
 
439
  </div>
440
-
 
441
  <div class="event">
442
  <h4>VIDraft/eum</h4>
443
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/eum" target="_blank">link</a>).</p>
444
  <span class="tag audio">Audio</span>
 
445
  </div>
446
-
 
447
  <div class="event">
448
  <h4>kolaslab/VisionART</h4>
449
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/VisionART" target="_blank">link</a>).</p>
450
  <span class="tag vision">Vision</span>
 
451
  </div>
452
-
 
453
  <div class="event">
454
  <h4>aiqtech/FLUX-military</h4>
455
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-military" target="_blank">link</a>).</p>
456
  <span class="tag image">Image</span>
 
457
  </div>
458
-
 
459
  <div class="event">
460
  <h4>fantaxy/Rolls-Royce</h4>
461
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Rolls-Royce" target="_blank">link</a>).</p>
462
  <span class="tag image">Image</span>
 
463
  </div>
464
-
 
465
  <div class="event">
466
  <h4>seawolf2357/flux-korea-hanbok-lora</h4>
467
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-hanbok-lora" target="_blank">link</a>).</p>
468
  <span class="tag image">Image</span>
 
469
  </div>
470
-
 
471
  <div class="event">
472
  <h4>seawolf2357/flux-korea-palace-lora</h4>
473
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-palace-lora" target="_blank">link</a>).</p>
474
  <span class="tag image">Image</span>
 
475
  </div>
476
-
 
477
  <div class="event">
478
  <h4>aiqcamp/flux-cat-lora</h4>
479
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/flux-cat-lora" target="_blank">link</a>).</p>
480
  <span class="tag image">Image</span>
 
481
  </div>
482
-
 
483
  <div class="event">
484
  <h4>gunship999/SexyImages</h4>
485
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/SexyImages" target="_blank">link</a>).</p>
486
  <span class="tag image">Image</span>
 
487
  </div>
488
-
 
489
  <div class="event">
490
  <h4>aiqtech/flux-claude-monet-lora</h4>
491
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flux-claude-monet-lora" target="_blank">link</a>).</p>
492
  <span class="tag image">Image</span>
 
493
  </div>
494
-
 
495
  <div class="event">
496
  <h4>ginigen/CANVAS-o3</h4>
497
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/CANVAS-o3" target="_blank">link</a>).</p>
498
  <span class="tag image">Image</span>
 
499
  </div>
500
-
 
501
  <div class="event">
502
  <h4>kolaslab/world-sdr</h4>
503
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/world-sdr" target="_blank">link</a>).</p>
504
  <span class="tag audio">Audio</span>
 
505
  </div>
506
-
 
507
  <div class="event">
508
  <h4>seawolf2357/3D-Avatar-Generator</h4>
509
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/3D-Avatar-Generator" target="_blank">link</a>).</p>
510
  <span class="tag image">Image</span>
 
511
  </div>
512
-
 
513
  <div class="event">
514
  <h4>fantaxy/playground25</h4>
515
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/playground25" target="_blank">link</a>).</p>
516
  <span class="tag game">Game</span>
 
517
  </div>
518
-
 
519
  <div class="event">
520
  <h4>openfree/ultpixgen</h4>
521
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ultpixgen" target="_blank">link</a>).</p>
522
  <span class="tag image">Image</span>
 
523
  </div>
524
-
 
525
  <div class="event">
526
  <h4>kolaslab/VISION-NIGHT</h4>
527
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/VISION-NIGHT" target="_blank">link</a>).</p>
528
  <span class="tag vision">Vision</span>
 
529
  </div>
530
-
 
531
  <div class="event">
532
  <h4>kolaslab/FLUX-WEB</h4>
533
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/FLUX-WEB" target="_blank">link</a>).</p>
534
  <span class="tag utility">Utility</span>
 
535
  </div>
536
-
 
537
  <div class="event">
538
  <h4>seawolf2357/REALVISXL-V5</h4>
539
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/REALVISXL-V5" target="_blank">link</a>).</p>
540
  <span class="tag vision">Vision</span>
 
541
  </div>
542
-
 
543
  <div class="event">
544
  <h4>ginipick/Dokdo-multimodal</h4>
545
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/Dokdo-multimodal" target="_blank">link</a>).</p>
546
  <span class="tag multimodal">Multimodal</span>
 
547
  </div>
548
-
 
549
  <div class="event">
550
  <h4>ginigen/theater</h4>
551
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">link</a>).</p>
552
  <span class="tag video">Video</span>
 
553
  </div>
554
-
 
555
  <div class="event">
556
  <h4>VIDraft/stock</h4>
557
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/stock" target="_blank">link</a>).</p>
558
  <span class="tag predict">Predict</span>
 
559
  </div>
560
-
 
561
  <div class="event">
562
  <h4>fantos/flxcontrol</h4>
563
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxcontrol" target="_blank">link</a>).</p>
564
  <span class="tag utility">Utility</span>
 
565
  </div>
566
-
 
567
  <div class="event">
568
  <h4>fantos/textcutobject</h4>
569
  <p>Link (<a href="https://huggingface.co/spaces/fantos/textcutobject" target="_blank">link</a>).</p>
570
  <span class="tag image">Image</span>
 
571
  </div>
572
-
 
573
  <div class="event">
574
  <h4>ginipick/FLUX-Prompt-Generator</h4>
575
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUX-Prompt-Generator" target="_blank">link</a>).</p>
576
  <span class="tag text">Text</span>
 
577
  </div>
578
-
 
579
  <div class="event">
580
  <h4>fantaxy/flxloraexp</h4>
581
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flxloraexp" target="_blank">link</a>).</p>
582
  <span class="tag image">Image</span>
 
583
  </div>
584
-
 
585
  <div class="event">
586
  <h4>fantos/flxloraexp</h4>
587
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxloraexp" target="_blank">link</a>).</p>
588
  <span class="tag image">Image</span>
 
589
  </div>
590
-
 
591
  <div class="event">
592
  <h4>seawolf2357/flxloraexp</h4>
593
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flxloraexp" target="_blank">link</a>).</p>
594
  <span class="tag image">Image</span>
 
595
  </div>
596
-
 
597
  <div class="event">
598
  <h4>ginipick/flxloraexp</h4>
599
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/flxloraexp" target="_blank">link</a>).</p>
600
  <span class="tag image">Image</span>
 
601
  </div>
602
-
 
603
  <div class="event">
604
  <h4>ginipick/FLUX-Prompt-Generator</h4>
605
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUX-Prompt-Generator" target="_blank">link</a>).</p>
606
  <span class="tag text">Text</span>
 
607
  </div>
608
-
 
609
  <div class="event">
610
  <h4>ginigen/Dokdo</h4>
611
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Dokdo" target="_blank">link</a>).</p>
612
  <span class="tag image">Image</span>
 
613
  </div>
614
-
 
615
  <div class="event">
616
  <h4>aiqcamp/imagemagic</h4>
617
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/imagemagic" target="_blank">link</a>).</p>
618
  <span class="tag image">Image</span>
 
619
  </div>
620
-
 
621
  <div class="event">
622
  <h4>openfree/ColorRevive</h4>
623
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ColorRevive" target="_blank">link</a>).</p>
624
  <span class="tag image">Image</span>
 
625
  </div>
626
-
 
627
  <div class="event">
628
  <h4>VIDraft/RAGOndevice</h4>
629
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/RAGOndevice" target="_blank">link</a>).</p>
630
  <span class="tag text">Text</span>
 
631
  </div>
632
-
 
633
  <div class="event">
634
  <h4>gunship999/Radar-Bluetooth</h4>
635
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Radar-Bluetooth" target="_blank">link</a>).</p>
636
  <span class="tag utility">Utility</span>
 
637
  </div>
638
-
 
639
  <div class="event">
640
  <h4>gunship999/WiFi-VISION</h4>
641
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/WiFi-VISION" target="_blank">link</a>).</p>
642
  <span class="tag vision">Vision</span>
 
643
  </div>
644
-
 
645
  <div class="event">
646
  <h4>gunship999/SONAR-Radar</h4>
647
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/SONAR-Radar" target="_blank">link</a>).</p>
648
  <span class="tag utility">Utility</span>
 
649
  </div>
650
-
 
651
  <div class="event">
652
  <h4>aiqcamp/AudioLlama</h4>
653
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/AudioLlama" target="_blank">link</a>).</p>
654
  <span class="tag audio">Audio</span>
 
655
  </div>
656
-
 
657
  <div class="event">
658
  <h4>ginigen/FLUXllama-Multilingual</h4>
659
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/FLUXllama-Multilingual" target="_blank">link</a>).</p>
660
  <span class="tag text">Text</span>
 
661
  </div>
662
-
 
663
  <div class="event">
664
  <h4>ginipick/ginimedi</h4>
665
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/ginimedi" target="_blank">link</a>).</p>
666
  <span class="tag education">Education</span>
 
667
  </div>
668
-
 
669
  <div class="event">
670
  <h4>ginipick/ginilaw</h4>
671
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/ginilaw" target="_blank">link</a>).</p>
672
  <span class="tag education">Education</span>
 
673
  </div>
674
-
 
675
  <div class="event">
676
  <h4>ginipick/ginipharm</h4>
677
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/ginipharm" target="_blank">link</a>).</p>
678
  <span class="tag education">Education</span>
 
679
  </div>
680
-
 
681
  <div class="event">
682
  <h4>ginipick/FitGen</h4>
683
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FitGen" target="_blank">link</a>).</p>
684
  <span class="tag utility">Utility</span>
 
685
  </div>
686
-
 
687
  <div class="event">
688
  <h4>fantaxy/FLUX-Animations</h4>
689
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/FLUX-Animations" target="_blank">link</a>).</p>
690
  <span class="tag video">Video</span>
 
691
  </div>
692
-
 
693
  <div class="event">
694
  <h4>fantaxy/Remove-Video-Background</h4>
695
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Remove-Video-Background" target="_blank">link</a>).</p>
696
  <span class="tag video">Video</span>
 
697
  </div>
698
-
 
699
  <div class="event">
700
  <h4>fantaxy/ofai-flx-logo</h4>
701
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/ofai-flx-logo" target="_blank">link</a>).</p>
702
  <span class="tag image">Image</span>
 
703
  </div>
704
-
 
705
  <div class="event">
706
  <h4>fantaxy/flx-pulid</h4>
707
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-pulid" target="_blank">link</a>).</p>
708
  <span class="tag image">Image</span>
 
709
  </div>
710
-
 
711
  <div class="event">
712
  <h4>fantaxy/flx-upscale</h4>
713
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-upscale" target="_blank">link</a>).</p>
714
  <span class="tag image">Image</span>
 
715
  </div>
716
-
 
717
  <div class="event">
718
  <h4>aiqcamp/Fashion-FLUX</h4>
719
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/Fashion-FLUX" target="_blank">link</a>).</p>
720
  <span class="tag image">Image</span>
 
721
  </div>
722
-
 
723
  <div class="event">
724
  <h4>ginipick/StyleGen</h4>
725
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/StyleGen" target="_blank">link</a>).</p>
726
  <span class="tag image">Image</span>
 
727
  </div>
728
-
 
729
  <div class="event">
730
  <h4>openfree/StoryStar</h4>
731
  <p>Link (<a href="https://huggingface.co/spaces/openfree/StoryStar" target="_blank">link</a>).</p>
732
  <span class="tag text">Text</span>
 
733
  </div>
734
-
 
735
  <div class="event">
736
  <h4>fantos/x-mas</h4>
737
  <p>Link (<a href="https://huggingface.co/spaces/fantos/x-mas" target="_blank">link</a>).</p>
738
  <span class="tag image">Image</span>
 
739
  </div>
740
-
 
741
  <div class="event">
742
  <h4>openfree/Korean-Leaderboard</h4>
743
  <p>Link (<a href="https://huggingface.co/spaces/openfree/Korean-Leaderboard" target="_blank">link</a>).</p>
744
  <span class="tag text">Text</span>
 
745
  </div>
746
-
 
747
  <div class="event">
748
  <h4>ginipick/FLUXllama</h4>
749
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUXllama" target="_blank">link</a>).</p>
750
  <span class="tag text">Text</span>
 
751
  </div>
752
-
 
753
  <div class="event">
754
  <h4>ginipick/SORA-3D</h4>
755
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/SORA-3D" target="_blank">link</a>).</p>
756
  <span class="tag image">Image</span>
 
757
  </div>
758
-
 
759
  <div class="event">
760
  <h4>fantaxy/Sound-AI-SFX</h4>
761
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Sound-AI-SFX" target="_blank">link</a>).</p>
762
  <span class="tag audio">Audio</span>
 
763
  </div>
764
-
 
765
  <div class="event">
766
  <h4>fantos/flx8lora</h4>
767
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flx8lora" target="_blank">link</a>).</p>
768
  <span class="tag image">Image</span>
 
769
  </div>
770
-
 
771
  <div class="event">
772
  <h4>ginigen/Canvas</h4>
773
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Canvas" target="_blank">link</a>).</p>
774
  <span class="tag image">Image</span>
 
775
  </div>
776
-
 
777
  <div class="event">
778
  <h4>fantaxy/erotica</h4>
779
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/erotica" target="_blank">link</a>).</p>
780
  <span class="tag image">Image</span>
 
781
  </div>
782
-
 
783
  <div class="event">
784
  <h4>ginipick/time-machine</h4>
785
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/time-machine" target="_blank">link</a>).</p>
786
  <span class="tag predict">Predict</span>
 
787
  </div>
788
-
 
789
  <div class="event">
790
  <h4>aiqcamp/FLUX-VisionReply</h4>
791
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/FLUX-VisionReply" target="_blank">link</a>).</p>
792
  <span class="tag vision">Vision</span>
 
793
  </div>
794
-
 
795
  <div class="event">
796
  <h4>openfree/Tetris-Game</h4>
797
  <p>Link (<a href="https://huggingface.co/spaces/openfree/Tetris-Game" target="_blank">link</a>).</p>
798
  <span class="tag game">Game</span>
 
799
  </div>
800
-
 
801
  <div class="event">
802
  <h4>openfree/everychat</h4>
803
  <p>Link (<a href="https://huggingface.co/spaces/openfree/everychat" target="_blank">link</a>).</p>
804
  <span class="tag text">Text</span>
 
805
  </div>
806
-
 
807
  <div class="event">
808
  <h4>VIDraft/mouse1</h4>
809
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/mouse1" target="_blank">link</a>).</p>
810
  <span class="tag utility">Utility</span>
 
811
  </div>
812
-
 
813
  <div class="event">
814
  <h4>kolaslab/alpha-go</h4>
815
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/alpha-go" target="_blank">link</a>).</p>
816
  <span class="tag game">Game</span>
 
817
  </div>
818
-
 
819
  <div class="event">
820
  <h4>ginipick/text3d</h4>
821
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/text3d" target="_blank">link</a>).</p>
822
  <span class="tag text">Text</span>
 
823
  </div>
824
-
 
825
  <div class="event">
826
  <h4>openfree/trending-board</h4>
827
  <p>Link (<a href="https://huggingface.co/spaces/openfree/trending-board" target="_blank">link</a>).</p>
828
  <span class="tag utility">Utility</span>
 
829
  </div>
830
-
 
831
  <div class="event">
832
  <h4>cutechicken/tankwar</h4>
833
  <p>Link (<a href="https://huggingface.co/spaces/cutechicken/tankwar" target="_blank">link</a>).</p>
834
  <span class="tag game">Game</span>
 
835
  </div>
836
-
 
837
  <div class="event">
838
  <h4>openfree/game-jewel</h4>
839
  <p>Link (<a href="https://huggingface.co/spaces/openfree/game-jewel" target="_blank">link</a>).</p>
840
  <span class="tag game">Game</span>
 
841
  </div>
842
-
 
843
  <div class="event">
844
  <h4>VIDraft/mouse-chat</h4>
845
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/mouse-chat" target="_blank">link</a>).</p>
846
  <span class="tag text">Text</span>
 
847
  </div>
848
-
 
849
  <div class="event">
850
  <h4>ginipick/AccDiffusion</h4>
851
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/AccDiffusion" target="_blank">link</a>).</p>
852
  <span class="tag image">Image</span>
 
853
  </div>
854
-
 
855
  <div class="event">
856
  <h4>aiqtech/Particle-Accelerator-Simulation</h4>
857
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/Particle-Accelerator-Simulation" target="_blank">link</a>).</p>
858
  <span class="tag education">Education</span>
 
859
  </div>
860
-
 
861
  <div class="event">
862
  <h4>openfree/GiniGEN</h4>
863
  <p>Link (<a href="https://huggingface.co/spaces/openfree/GiniGEN" target="_blank">link</a>).</p>
864
  <span class="tag utility">Utility</span>
 
865
  </div>
866
-
 
867
  <div class="event">
868
  <h4>kolaslab/3DAudio-Spectrum-Analyzer</h4>
869
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/3DAudio-Spectrum-Analyzer" target="_blank">link</a>).</p>
870
  <span class="tag audio">Audio</span>
 
871
  </div>
872
-
 
873
  <div class="event">
874
  <h4>openfree/trending-news-24</h4>
875
  <p>Link (<a href="https://huggingface.co/spaces/openfree/trending-news-24" target="_blank">link</a>).</p>
876
  <span class="tag text">Text</span>
 
877
  </div>
878
-
 
879
  <div class="event">
880
  <h4>ginipick/Realtime-FLUX</h4>
881
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/Realtime-FLUX" target="_blank">link</a>).</p>
882
  <span class="tag video">Video</span>
 
883
  </div>
884
-
 
885
  <div class="event">
886
  <h4>VIDraft/prime-number</h4>
887
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/prime-number" target="_blank">link</a>).</p>
888
  <span class="tag education">Education</span>
 
889
  </div>
890
-
 
891
  <div class="event">
892
  <h4>kolaslab/zombie-game</h4>
893
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/zombie-game" target="_blank">link</a>).</p>
894
  <span class="tag game">Game</span>
 
895
  </div>
896
-
 
897
  <div class="event">
898
  <h4>fantos/miro-game</h4>
899
  <p>Link (<a href="https://huggingface.co/spaces/fantos/miro-game" target="_blank">link</a>).</p>
900
  <span class="tag game">Game</span>
 
901
  </div>
902
-
 
903
  <div class="event">
904
  <h4>kolaslab/shooting</h4>
905
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/shooting" target="_blank">link</a>).</p>
906
  <span class="tag game">Game</span>
 
907
  </div>
908
-
 
909
  <div class="event">
910
  <h4>VIDraft/Mouse-Hackathon</h4>
911
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/Mouse-Hackathon" target="_blank">link</a>).</p>
912
  <span class="tag utility">Utility</span>
 
913
  </div>
914
-
 
915
  <div class="event">
916
  <h4>aiqmaster/stocksimulation</h4>
917
  <p>Link (<a href="https://huggingface.co/spaces/aiqmaster/stocksimulation" target="_blank">link</a>).</p>
918
  <span class="tag predict">Predict</span>
 
919
  </div>
920
-
 
921
  <div class="event">
922
  <h4>aiqmaster/assetai</h4>
923
  <p>Link (<a href="https://huggingface.co/spaces/aiqmaster/assetai" target="_blank">link</a>).</p>
924
  <span class="tag predict">Predict</span>
 
925
  </div>
926
-
 
927
  <div class="event">
928
  <h4>aiqmaster/stockai</h4>
929
  <p>Link (<a href="https://huggingface.co/spaces/aiqmaster/stockai" target="_blank">link</a>).</p>
930
  <span class="tag predict">Predict</span>
 
931
  </div>
932
-
 
933
  <div class="event">
934
  <h4>cutechicken/TankWar3D</h4>
935
  <p>Link (<a href="https://huggingface.co/spaces/cutechicken/TankWar3D" target="_blank">link</a>).</p>
936
  <span class="tag game">Game</span>
 
937
  </div>
938
-
 
939
  <div class="event">
940
  <h4>kolaslab/RC4-EnDecoder</h4>
941
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/RC4-EnDecoder" target="_blank">link</a>).</p>
942
  <span class="tag utility">Utility</span>
 
943
  </div>
944
-
 
945
  <div class="event">
946
  <h4>kolaslab/simulator</h4>
947
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/simulator" target="_blank">link</a>).</p>
948
  <span class="tag utility">Utility</span>
 
949
  </div>
950
-
 
951
  <div class="event">
952
  <h4>kolaslab/calculator</h4>
953
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/calculator" target="_blank">link</a>).</p>
954
  <span class="tag utility">Utility</span>
 
955
  </div>
956
-
 
957
  <div class="event">
958
  <h4>aiqtech/kofaceid</h4>
959
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/kofaceid" target="_blank">link</a>).</p>
960
  <span class="tag vision">Vision</span>
 
961
  </div>
962
-
 
963
  <div class="event">
964
  <h4>fantaxy/fastvideogen</h4>
965
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/fastvideogen" target="_blank">link</a>).</p>
966
  <span class="tag video">Video</span>
 
967
  </div>
968
-
 
969
  <div class="event">
970
  <h4>fantos/cogvidx</h4>
971
  <p>Link (<a href="https://huggingface.co/spaces/fantos/cogvidx" target="_blank">link</a>).</p>
972
  <span class="tag video">Video</span>
 
973
  </div>
974
-
 
975
  <div class="event">
976
  <h4>fantos/flxfashmodel</h4>
977
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxfashmodel" target="_blank">link</a>).</p>
978
  <span class="tag image">Image</span>
 
979
  </div>
980
-
 
981
  <div class="event">
982
  <h4>fantos/kolcontrl</h4>
983
  <p>Link (<a href="https://huggingface.co/spaces/fantos/kolcontrl" target="_blank">link</a>).</p>
984
  <span class="tag utility">Utility</span>
 
985
  </div>
986
-
 
987
  <div class="event">
988
  <h4>fantos/EveryText</h4>
989
  <p>Link (<a href="https://huggingface.co/spaces/fantos/EveryText" target="_blank">link</a>).</p>
990
  <span class="tag text">Text</span>
 
991
  </div>
992
-
 
993
  <div class="event">
994
  <h4>aiqtech/cinevid</h4>
995
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/cinevid" target="_blank">link</a>).</p>
996
  <span class="tag video">Video</span>
 
997
  </div>
998
-
 
999
  <div class="event">
1000
  <h4>aiqtech/FLUX-Ghibli-Studio-LoRA</h4>
1001
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA" target="_blank">link</a>).</p>
1002
  <span class="tag image">Image</span>
 
1003
  </div>
1004
-
 
1005
  <div class="event">
1006
  <h4>aiqtech/flxgif</h4>
1007
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flxgif" target="_blank">link</a>).</p>
1008
  <span class="tag video">Video</span>
 
1009
  </div>
1010
-
 
1011
  <div class="event">
1012
  <h4>aiqtech/imaginpaint</h4>
1013
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/imaginpaint" target="_blank">link</a>).</p>
1014
  <span class="tag image">Image</span>
 
1015
  </div>
1016
-
1017
  </div>
1018
  </div>
 
1019
  <script>
1020
  function updateCounts() {
1021
  const bestCount = document.querySelectorAll('.tag.best').length;
1022
  const newCount = document.querySelectorAll('.tag.new').length;
1023
-
1024
  document.getElementById('best-count').textContent = bestCount;
1025
  document.getElementById('new-count').textContent = newCount;
1026
  }
@@ -1037,21 +1288,18 @@
1037
  button.classList.add('active');
1038
  }
1039
  });
1040
-
1041
  currentFilters.category = category;
1042
  applyFilters();
1043
  }
1044
 
1045
  function applyFilters() {
1046
  const events = document.querySelectorAll('.event');
1047
-
1048
  events.forEach(event => {
1049
- const matchesCategory = currentFilters.category === 'all' ||
 
1050
  event.querySelector(`.tag.${currentFilters.category}`);
1051
-
1052
  event.style.display = matchesCategory ? 'block' : 'none';
1053
  });
1054
-
1055
  updateCounts();
1056
  }
1057
 
@@ -1066,4 +1314,4 @@
1066
  });
1067
  </script>
1068
  </body>
1069
- </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>Timeline Template</title>
7
  <style>
8
  body {
 
15
 
16
  .timeline-container {
17
  width: 100%;
18
+ /* 가로 스크롤 대신 그리드 배치를 위해 overflow 제거 또는 hidden */
19
+ overflow-x: hidden;
20
  overflow-y: hidden;
21
  padding: 20px;
22
  box-sizing: border-box;
23
  }
24
 
25
+ /* Flex -> Grid로 변경. repeat(4,1fr)로 4칸 그리드 */
26
  .timeline {
27
+ display: grid;
28
+ grid-template-columns: repeat(4, 1fr);
29
  gap: 20px;
 
30
  padding-bottom: 10px;
31
  }
32
 
33
  .event {
 
34
  background: white;
35
  border-radius: 8px;
36
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 
38
  transition: all 0.3s ease;
39
  }
40
 
41
+ /* BEST 태그가 있는 카드 스타일 */
42
  .event:has(.tag.best) {
43
  background-color: #fff8e1;
44
  border-left: 4px solid #ffd700;
45
  }
46
+ /* NEW 태그가 있는 카드 스타일 */
47
  .event:has(.tag.new) {
48
  background-color: #fce4ec;
49
  border-left: 4px solid #ff4081;
50
  }
51
+
52
  .event:hover {
53
  transform: translateY(-5px);
54
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 
121
  .github-link a:hover {
122
  text-decoration: underline;
123
  }
124
+
125
+ /* 스크롤바 스타일은 사용하지 않으므로 주석처리하거나 그대로 둠
126
  .timeline-container::-webkit-scrollbar {
127
  height: 8px;
128
  }
 
129
  .timeline-container::-webkit-scrollbar-track {
130
  background: #f1f1f1;
131
  }
 
132
  .timeline-container::-webkit-scrollbar-thumb {
133
  background: #888;
134
  border-radius: 4px;
135
  }
 
136
  .timeline-container::-webkit-scrollbar-thumb:hover {
137
  background: #555;
138
  }
139
+ */
140
 
141
  .filter-group {
142
  display: flex;
 
229
  <div class="github-link">
230
  <a href="https://discord.gg/openfreeai" target="_blank">Community</a>
231
  </div>
232
+
233
  <div class="filter-group">
234
  <div class="toggle-container">
235
  <button class="toggle-button active" data-filter="all">All Models</button>
 
249
  <button class="toggle-button" data-filter="education">Education</button>
250
  </div>
251
  </div>
252
+
253
  <div class="counter-container">
254
  <span class="counter-item">
255
  <span id="best-count">0</span> BEST
 
259
  <span id="new-count">0</span> NEW
260
  </span>
261
  </div>
262
+
263
  <h2 class="section-title">Latest Models</h2>
264
+
265
  <div class="timeline-container">
266
  <div class="timeline">
267
 
268
+ <!-- 1) aiqcamp/diagram -->
269
  <div class="event">
270
  <h4>aiqcamp/diagram</h4>
271
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/diagram" target="_blank">link</a>).</p>
272
  <span class="tag utility">Utility</span>
273
+ <span class="tag best">BEST</span>
274
  </div>
275
+
276
+ <!-- 2) openfree/korea-president-yoon -->
277
  <div class="event">
278
  <h4>openfree/korea-president-yoon</h4>
279
  <p>Link (<a href="https://huggingface.co/spaces/openfree/korea-president-yoon" target="_blank">link</a>).</p>
280
  <span class="tag text">Text</span>
281
+ <span class="tag new">NEW</span>
282
  </div>
283
+
284
+ <!-- 3) VIDraft/PaperImpact -->
285
  <div class="event">
286
  <h4>VIDraft/PaperImpact</h4>
287
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/PaperImpact" target="_blank">link</a>).</p>
288
  <span class="tag education">Education</span>
289
+ <span class="tag new">NEW</span>
290
  </div>
291
+
292
+ <!-- 4) openfree/CryptoVision -->
293
  <div class="event">
294
  <h4>openfree/CryptoVision</h4>
295
  <p>Link (<a href="https://huggingface.co/spaces/openfree/CryptoVision" target="_blank">link</a>).</p>
296
  <span class="tag predict">Predict</span>
297
+ <span class="tag new">NEW</span>
298
  </div>
299
+
300
+ <!-- 5) gunship999/Gunship-3D-FPS -->
301
  <div class="event">
302
  <h4>gunship999/Gunship-3D-FPS</h4>
303
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Gunship-3D-FPS" target="_blank">link</a>).</p>
304
  <span class="tag game">Game</span>
305
+ <span class="tag new">NEW</span>
306
  </div>
307
+
308
+ <!-- 6) fantos/VoiceClone -->
309
  <div class="event">
310
  <h4>fantos/VoiceClone</h4>
311
  <p>Link (<a href="https://huggingface.co/spaces/fantos/VoiceClone" target="_blank">link</a>).</p>
312
  <span class="tag audio">Audio</span>
313
+ <span class="tag new">NEW</span>
314
  </div>
315
+
316
+ <!-- 7) VIDraft/ChemGenesis -->
317
  <div class="event">
318
  <h4>VIDraft/ChemGenesis</h4>
319
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/ChemGenesis" target="_blank">link</a>).</p>
320
  <span class="tag education">Education</span>
321
+ <span class="tag new">NEW</span>
322
  </div>
323
+
324
+ <!-- 8) seawolf2357/ocrlatex -->
325
  <div class="event">
326
  <h4>seawolf2357/ocrlatex</h4>
327
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/ocrlatex" target="_blank">link</a>).</p>
328
  <span class="tag text">Text</span>
329
+ <span class="tag new">NEW</span>
330
  </div>
331
+
332
+ <!-- 9) seawolf2357/img2vid -->
333
  <div class="event">
334
  <h4>seawolf2357/img2vid</h4>
335
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/img2vid" target="_blank">link</a>).</p>
336
  <span class="tag video">Video</span>
337
+ <span class="tag new">NEW</span>
338
  </div>
339
+
340
+ <!-- 10) seawolf2357/sd-prompt-gen -->
341
  <div class="event">
342
  <h4>seawolf2357/sd-prompt-gen</h4>
343
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/sd-prompt-gen" target="_blank">link</a>).</p>
344
  <span class="tag image">Image</span>
345
+ <span class="tag new">NEW</span>
346
  </div>
347
+
348
+ <!-- 11) openfree/badassgi -->
349
  <div class="event">
350
  <h4>openfree/badassgi</h4>
351
  <p>Link (<a href="https://huggingface.co/spaces/openfree/badassgi" target="_blank">link</a>).</p>
352
  <span class="tag text">Text</span>
353
+ <span class="tag new">NEW</span>
354
  </div>
355
+
356
+ <!-- 12) openfree/tarotcard -->
357
  <div class="event">
358
  <h4>openfree/tarotcard</h4>
359
  <p>Link (<a href="https://huggingface.co/spaces/openfree/tarotcard" target="_blank">link</a>).</p>
360
  <span class="tag predict">Predict</span>
361
+ <span class="tag new">NEW</span>
362
  </div>
363
+
364
+ <!-- 13) openfree/drqxab -->
365
  <div class="event">
366
  <h4>openfree/drqxab</h4>
367
  <p>Link (<a href="https://huggingface.co/spaces/openfree/drqxab" target="_blank">link</a>).</p>
368
  <span class="tag utility">Utility</span>
369
+ <span class="tag new">NEW</span>
370
  </div>
371
+
372
+ <!-- 14) aiqcamp/Polaroid -->
373
  <div class="event">
374
  <h4>aiqcamp/Polaroid</h4>
375
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/Polaroid" target="_blank">link</a>).</p>
376
  <span class="tag image">Image</span>
377
+ <span class="tag new">NEW</span>
378
  </div>
379
+
380
+ <!-- 15) ginigen/cartoon -->
381
  <div class="event">
382
  <h4>ginigen/cartoon</h4>
383
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/cartoon" target="_blank">link</a>).</p>
384
  <span class="tag image">Image</span>
385
+ <span class="tag new">NEW</span>
386
  </div>
387
+
388
+ <!-- 16) ginigen/Book-Cover -->
389
  <div class="event">
390
  <h4>ginigen/Book-Cover</h4>
391
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Book-Cover" target="_blank">link</a>).</p>
392
  <span class="tag image">Image</span>
393
+ <span class="tag new">NEW</span>
394
  </div>
395
+
396
+ <!-- 17) aiqcamp/fash -->
397
  <div class="event">
398
  <h4>aiqcamp/fash</h4>
399
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/fash" target="_blank">link</a>).</p>
400
  <span class="tag image">Image</span>
401
+ <span class="tag new">NEW</span>
402
  </div>
403
+
404
+ <!-- 18) gunship999/Korea-Daily-News -->
405
  <div class="event">
406
  <h4>gunship999/Korea-Daily-News</h4>
407
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Korea-Daily-News" target="_blank">link</a>).</p>
408
  <span class="tag text">Text</span>
409
+ <span class="tag new">NEW</span>
410
  </div>
411
+
412
+ <!-- 19) kolaslab/Quantum -->
413
  <div class="event">
414
  <h4>kolaslab/Quantum</h4>
415
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Quantum" target="_blank">link</a>).</p>
416
  <span class="tag education">Education</span>
417
+ <span class="tag new">NEW</span>
418
  </div>
419
+
420
+ <!-- 20) openfree/webtoon -->
421
  <div class="event">
422
  <h4>openfree/webtoon</h4>
423
  <p>Link (<a href="https://huggingface.co/spaces/openfree/webtoon" target="_blank">link</a>).</p>
424
  <span class="tag image">Image</span>
425
+ <span class="tag new">NEW</span>
426
  </div>
427
+
428
+ <!-- 21) immunobiotech/ChicagoGallery -->
429
  <div class="event">
430
  <h4>immunobiotech/ChicagoGallery</h4>
431
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/ChicagoGallery" target="_blank">link</a>).</p>
432
  <span class="tag image">Image</span>
433
+ <span class="tag new">NEW</span>
434
  </div>
435
+
436
+ <!-- 22) immunobiotech/MetropolitanMuseum -->
437
  <div class="event">
438
  <h4>immunobiotech/MetropolitanMuseum</h4>
439
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/MetropolitanMuseum" target="_blank">link</a>).</p>
440
  <span class="tag image">Image</span>
441
+ <span class="tag new">NEW</span>
442
  </div>
443
+
444
+ <!-- 23) immunobiotech/opensky -->
445
  <div class="event">
446
  <h4>immunobiotech/opensky</h4>
447
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/opensky" target="_blank">link</a>).</p>
448
  <span class="tag image">Image</span>
449
+ <span class="tag new">NEW</span>
450
  </div>
451
+
452
+ <!-- 24) kolaslab/Audio-Visualizer -->
453
  <div class="event">
454
  <h4>kolaslab/Audio-Visualizer</h4>
455
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Audio-Visualizer" target="_blank">link</a>).</p>
456
  <span class="tag audio">Audio</span>
457
+ <span class="tag new">NEW</span>
458
  </div>
459
+
460
+ <!-- 25) kolaslab/Radio-Learning -->
461
  <div class="event">
462
  <h4>kolaslab/Radio-Learning</h4>
463
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Radio-Learning" target="_blank">link</a>).</p>
464
  <span class="tag audio">Audio</span>
465
+ <span class="tag new">NEW</span>
466
  </div>
467
+
468
+ <!-- 26) kolaslab/Future-Gallaxy -->
469
  <div class="event">
470
  <h4>kolaslab/Future-Gallaxy</h4>
471
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/Future-Gallaxy" target="_blank">link</a>).</p>
472
  <span class="tag vision">Vision</span>
473
+ <span class="tag new">NEW</span>
474
  </div>
475
+
476
+ <!-- 27) openfree/ProteinGenesis -->
477
  <div class="event">
478
  <h4>openfree/ProteinGenesis</h4>
479
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ProteinGenesis" target="_blank">link</a>).</p>
480
  <span class="tag education">Education</span>
481
+ <span class="tag new">NEW</span>
482
  </div>
483
+
484
+ <!-- 28) openfree/2025saju -->
485
  <div class="event">
486
  <h4>openfree/2025saju</h4>
487
  <p>Link (<a href="https://huggingface.co/spaces/openfree/2025saju" target="_blank">link</a>).</p>
488
  <span class="tag predict">Predict</span>
489
+ <span class="tag new">NEW</span>
490
  </div>
491
+
492
+ <!-- 29) ginigen/Dokdo-membership -->
493
  <div class="event">
494
  <h4>ginigen/Dokdo-membership</h4>
495
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Dokdo-membership" target="_blank">link</a>).</p>
496
  <span class="tag text">Text</span>
497
+ <span class="tag new">NEW</span>
498
  </div>
499
+
500
+ <!-- 30) VIDraft/eum -->
501
  <div class="event">
502
  <h4>VIDraft/eum</h4>
503
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/eum" target="_blank">link</a>).</p>
504
  <span class="tag audio">Audio</span>
505
+ <span class="tag new">NEW</span>
506
  </div>
507
+
508
+ <!-- 31) kolaslab/VisionART -->
509
  <div class="event">
510
  <h4>kolaslab/VisionART</h4>
511
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/VisionART" target="_blank">link</a>).</p>
512
  <span class="tag vision">Vision</span>
513
+ <span class="tag new">NEW</span>
514
  </div>
515
+
516
+ <!-- 32) aiqtech/FLUX-military -->
517
  <div class="event">
518
  <h4>aiqtech/FLUX-military</h4>
519
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-military" target="_blank">link</a>).</p>
520
  <span class="tag image">Image</span>
521
+ <span class="tag new">NEW</span>
522
  </div>
523
+
524
+ <!-- 33) fantaxy/Rolls-Royce -->
525
  <div class="event">
526
  <h4>fantaxy/Rolls-Royce</h4>
527
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Rolls-Royce" target="_blank">link</a>).</p>
528
  <span class="tag image">Image</span>
529
+ <span class="tag new">NEW</span>
530
  </div>
531
+
532
+ <!-- 34) seawolf2357/flux-korea-hanbok-lora -->
533
  <div class="event">
534
  <h4>seawolf2357/flux-korea-hanbok-lora</h4>
535
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-hanbok-lora" target="_blank">link</a>).</p>
536
  <span class="tag image">Image</span>
537
+ <span class="tag new">NEW</span>
538
  </div>
539
+
540
+ <!-- 35) seawolf2357/flux-korea-palace-lora -->
541
  <div class="event">
542
  <h4>seawolf2357/flux-korea-palace-lora</h4>
543
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-palace-lora" target="_blank">link</a>).</p>
544
  <span class="tag image">Image</span>
545
+ <span class="tag new">NEW</span>
546
  </div>
547
+
548
+ <!-- 36) aiqcamp/flux-cat-lora -->
549
  <div class="event">
550
  <h4>aiqcamp/flux-cat-lora</h4>
551
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/flux-cat-lora" target="_blank">link</a>).</p>
552
  <span class="tag image">Image</span>
553
+ <span class="tag new">NEW</span>
554
  </div>
555
+
556
+ <!-- 37) gunship999/SexyImages -->
557
  <div class="event">
558
  <h4>gunship999/SexyImages</h4>
559
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/SexyImages" target="_blank">link</a>).</p>
560
  <span class="tag image">Image</span>
561
+ <span class="tag new">NEW</span>
562
  </div>
563
+
564
+ <!-- 38) aiqtech/flux-claude-monet-lora -->
565
  <div class="event">
566
  <h4>aiqtech/flux-claude-monet-lora</h4>
567
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flux-claude-monet-lora" target="_blank">link</a>).</p>
568
  <span class="tag image">Image</span>
569
+ <span class="tag new">NEW</span>
570
  </div>
571
+
572
+ <!-- 39) ginigen/CANVAS-o3 -->
573
  <div class="event">
574
  <h4>ginigen/CANVAS-o3</h4>
575
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/CANVAS-o3" target="_blank">link</a>).</p>
576
  <span class="tag image">Image</span>
577
+ <span class="tag new">NEW</span>
578
  </div>
579
+
580
+ <!-- 40) kolaslab/world-sdr -->
581
  <div class="event">
582
  <h4>kolaslab/world-sdr</h4>
583
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/world-sdr" target="_blank">link</a>).</p>
584
  <span class="tag audio">Audio</span>
585
+ <span class="tag new">NEW</span>
586
  </div>
587
+
588
+ <!-- 41) seawolf2357/3D-Avatar-Generator -->
589
  <div class="event">
590
  <h4>seawolf2357/3D-Avatar-Generator</h4>
591
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/3D-Avatar-Generator" target="_blank">link</a>).</p>
592
  <span class="tag image">Image</span>
593
+ <span class="tag new">NEW</span>
594
  </div>
595
+
596
+ <!-- 42) fantaxy/playground25 -->
597
  <div class="event">
598
  <h4>fantaxy/playground25</h4>
599
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/playground25" target="_blank">link</a>).</p>
600
  <span class="tag game">Game</span>
601
+ <span class="tag new">NEW</span>
602
  </div>
603
+
604
+ <!-- 43) openfree/ultpixgen -->
605
  <div class="event">
606
  <h4>openfree/ultpixgen</h4>
607
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ultpixgen" target="_blank">link</a>).</p>
608
  <span class="tag image">Image</span>
609
+ <span class="tag new">NEW</span>
610
  </div>
611
+
612
+ <!-- 44) kolaslab/VISION-NIGHT -->
613
  <div class="event">
614
  <h4>kolaslab/VISION-NIGHT</h4>
615
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/VISION-NIGHT" target="_blank">link</a>).</p>
616
  <span class="tag vision">Vision</span>
617
+ <span class="tag new">NEW</span>
618
  </div>
619
+
620
+ <!-- 45) kolaslab/FLUX-WEB -->
621
  <div class="event">
622
  <h4>kolaslab/FLUX-WEB</h4>
623
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/FLUX-WEB" target="_blank">link</a>).</p>
624
  <span class="tag utility">Utility</span>
625
+ <span class="tag new">NEW</span>
626
  </div>
627
+
628
+ <!-- 46) seawolf2357/REALVISXL-V5 -->
629
  <div class="event">
630
  <h4>seawolf2357/REALVISXL-V5</h4>
631
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/REALVISXL-V5" target="_blank">link</a>).</p>
632
  <span class="tag vision">Vision</span>
633
+ <span class="tag new">NEW</span>
634
  </div>
635
+
636
+ <!-- 47) ginipick/Dokdo-multimodal -->
637
  <div class="event">
638
  <h4>ginipick/Dokdo-multimodal</h4>
639
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/Dokdo-multimodal" target="_blank">link</a>).</p>
640
  <span class="tag multimodal">Multimodal</span>
641
+ <span class="tag new">NEW</span>
642
  </div>
643
+
644
+ <!-- 48) ginigen/theater -->
645
  <div class="event">
646
  <h4>ginigen/theater</h4>
647
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">link</a>).</p>
648
  <span class="tag video">Video</span>
649
+ <span class="tag new">NEW</span>
650
  </div>
651
+
652
+ <!-- 49) VIDraft/stock -->
653
  <div class="event">
654
  <h4>VIDraft/stock</h4>
655
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/stock" target="_blank">link</a>).</p>
656
  <span class="tag predict">Predict</span>
657
+ <span class="tag new">NEW</span>
658
  </div>
659
+
660
+ <!-- 50) fantos/flxcontrol -->
661
  <div class="event">
662
  <h4>fantos/flxcontrol</h4>
663
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxcontrol" target="_blank">link</a>).</p>
664
  <span class="tag utility">Utility</span>
665
+ <span class="tag new">NEW</span>
666
  </div>
667
+
668
+ <!-- 51) fantos/textcutobject -->
669
  <div class="event">
670
  <h4>fantos/textcutobject</h4>
671
  <p>Link (<a href="https://huggingface.co/spaces/fantos/textcutobject" target="_blank">link</a>).</p>
672
  <span class="tag image">Image</span>
673
+ <span class="tag new">NEW</span>
674
  </div>
675
+
676
+ <!-- 52) ginipick/FLUX-Prompt-Generator -->
677
  <div class="event">
678
  <h4>ginipick/FLUX-Prompt-Generator</h4>
679
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUX-Prompt-Generator" target="_blank">link</a>).</p>
680
  <span class="tag text">Text</span>
681
+ <span class="tag new">NEW</span>
682
  </div>
683
+
684
+ <!-- 53) fantaxy/flxloraexp -->
685
  <div class="event">
686
  <h4>fantaxy/flxloraexp</h4>
687
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flxloraexp" target="_blank">link</a>).</p>
688
  <span class="tag image">Image</span>
689
+ <span class="tag new">NEW</span>
690
  </div>
691
+
692
+ <!-- 54) fantos/flxloraexp -->
693
  <div class="event">
694
  <h4>fantos/flxloraexp</h4>
695
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxloraexp" target="_blank">link</a>).</p>
696
  <span class="tag image">Image</span>
697
+ <span class="tag new">NEW</span>
698
  </div>
699
+
700
+ <!-- 55) seawolf2357/flxloraexp -->
701
  <div class="event">
702
  <h4>seawolf2357/flxloraexp</h4>
703
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flxloraexp" target="_blank">link</a>).</p>
704
  <span class="tag image">Image</span>
705
+ <span class="tag new">NEW</span>
706
  </div>
707
+
708
+ <!-- 56) ginipick/flxloraexp -->
709
  <div class="event">
710
  <h4>ginipick/flxloraexp</h4>
711
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/flxloraexp" target="_blank">link</a>).</p>
712
  <span class="tag image">Image</span>
713
+ <span class="tag new">NEW</span>
714
  </div>
715
+
716
+ <!-- 57) ginipick/FLUX-Prompt-Generator -->
717
  <div class="event">
718
  <h4>ginipick/FLUX-Prompt-Generator</h4>
719
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUX-Prompt-Generator" target="_blank">link</a>).</p>
720
  <span class="tag text">Text</span>
721
+ <span class="tag new">NEW</span>
722
  </div>
723
+
724
+ <!-- 58) ginigen/Dokdo -->
725
  <div class="event">
726
  <h4>ginigen/Dokdo</h4>
727
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Dokdo" target="_blank">link</a>).</p>
728
  <span class="tag image">Image</span>
729
+ <span class="tag new">NEW</span>
730
  </div>
731
+
732
+ <!-- 59) aiqcamp/imagemagic -->
733
  <div class="event">
734
  <h4>aiqcamp/imagemagic</h4>
735
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/imagemagic" target="_blank">link</a>).</p>
736
  <span class="tag image">Image</span>
737
+ <span class="tag new">NEW</span>
738
  </div>
739
+
740
+ <!-- 60) openfree/ColorRevive -->
741
  <div class="event">
742
  <h4>openfree/ColorRevive</h4>
743
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ColorRevive" target="_blank">link</a>).</p>
744
  <span class="tag image">Image</span>
745
+ <span class="tag new">NEW</span>
746
  </div>
747
+
748
+ <!-- 61) VIDraft/RAGOndevice -->
749
  <div class="event">
750
  <h4>VIDraft/RAGOndevice</h4>
751
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/RAGOndevice" target="_blank">link</a>).</p>
752
  <span class="tag text">Text</span>
753
+ <span class="tag new">NEW</span>
754
  </div>
755
+
756
+ <!-- 62) gunship999/Radar-Bluetooth -->
757
  <div class="event">
758
  <h4>gunship999/Radar-Bluetooth</h4>
759
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Radar-Bluetooth" target="_blank">link</a>).</p>
760
  <span class="tag utility">Utility</span>
761
+ <span class="tag new">NEW</span>
762
  </div>
763
+
764
+ <!-- 63) gunship999/WiFi-VISION -->
765
  <div class="event">
766
  <h4>gunship999/WiFi-VISION</h4>
767
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/WiFi-VISION" target="_blank">link</a>).</p>
768
  <span class="tag vision">Vision</span>
769
+ <span class="tag new">NEW</span>
770
  </div>
771
+
772
+ <!-- 64) gunship999/SONAR-Radar -->
773
  <div class="event">
774
  <h4>gunship999/SONAR-Radar</h4>
775
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/SONAR-Radar" target="_blank">link</a>).</p>
776
  <span class="tag utility">Utility</span>
777
+ <span class="tag new">NEW</span>
778
  </div>
779
+
780
+ <!-- 65) aiqcamp/AudioLlama -->
781
  <div class="event">
782
  <h4>aiqcamp/AudioLlama</h4>
783
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/AudioLlama" target="_blank">link</a>).</p>
784
  <span class="tag audio">Audio</span>
785
+ <span class="tag new">NEW</span>
786
  </div>
787
+
788
+ <!-- 66) ginigen/FLUXllama-Multilingual -->
789
  <div class="event">
790
  <h4>ginigen/FLUXllama-Multilingual</h4>
791
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/FLUXllama-Multilingual" target="_blank">link</a>).</p>
792
  <span class="tag text">Text</span>
793
+ <span class="tag new">NEW</span>
794
  </div>
795
+
796
+ <!-- 67) ginipick/ginimedi -->
797
  <div class="event">
798
  <h4>ginipick/ginimedi</h4>
799
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/ginimedi" target="_blank">link</a>).</p>
800
  <span class="tag education">Education</span>
801
+ <span class="tag new">NEW</span>
802
  </div>
803
+
804
+ <!-- 68) ginipick/ginilaw -->
805
  <div class="event">
806
  <h4>ginipick/ginilaw</h4>
807
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/ginilaw" target="_blank">link</a>).</p>
808
  <span class="tag education">Education</span>
809
+ <span class="tag new">NEW</span>
810
  </div>
811
+
812
+ <!-- 69) ginipick/ginipharm -->
813
  <div class="event">
814
  <h4>ginipick/ginipharm</h4>
815
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/ginipharm" target="_blank">link</a>).</p>
816
  <span class="tag education">Education</span>
817
+ <span class="tag new">NEW</span>
818
  </div>
819
+
820
+ <!-- 70) ginipick/FitGen -->
821
  <div class="event">
822
  <h4>ginipick/FitGen</h4>
823
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FitGen" target="_blank">link</a>).</p>
824
  <span class="tag utility">Utility</span>
825
+ <span class="tag new">NEW</span>
826
  </div>
827
+
828
+ <!-- 71) fantaxy/FLUX-Animations -->
829
  <div class="event">
830
  <h4>fantaxy/FLUX-Animations</h4>
831
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/FLUX-Animations" target="_blank">link</a>).</p>
832
  <span class="tag video">Video</span>
833
+ <span class="tag new">NEW</span>
834
  </div>
835
+
836
+ <!-- 72) fantaxy/Remove-Video-Background -->
837
  <div class="event">
838
  <h4>fantaxy/Remove-Video-Background</h4>
839
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Remove-Video-Background" target="_blank">link</a>).</p>
840
  <span class="tag video">Video</span>
841
+ <span class="tag new">NEW</span>
842
  </div>
843
+
844
+ <!-- 73) fantaxy/ofai-flx-logo -->
845
  <div class="event">
846
  <h4>fantaxy/ofai-flx-logo</h4>
847
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/ofai-flx-logo" target="_blank">link</a>).</p>
848
  <span class="tag image">Image</span>
849
+ <span class="tag new">NEW</span>
850
  </div>
851
+
852
+ <!-- 74) fantaxy/flx-pulid -->
853
  <div class="event">
854
  <h4>fantaxy/flx-pulid</h4>
855
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-pulid" target="_blank">link</a>).</p>
856
  <span class="tag image">Image</span>
857
+ <span class="tag new">NEW</span>
858
  </div>
859
+
860
+ <!-- 75) fantaxy/flx-upscale -->
861
  <div class="event">
862
  <h4>fantaxy/flx-upscale</h4>
863
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-upscale" target="_blank">link</a>).</p>
864
  <span class="tag image">Image</span>
865
+ <span class="tag new">NEW</span>
866
  </div>
867
+
868
+ <!-- 76) aiqcamp/Fashion-FLUX -->
869
  <div class="event">
870
  <h4>aiqcamp/Fashion-FLUX</h4>
871
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/Fashion-FLUX" target="_blank">link</a>).</p>
872
  <span class="tag image">Image</span>
873
+ <span class="tag new">NEW</span>
874
  </div>
875
+
876
+ <!-- 77) ginipick/StyleGen -->
877
  <div class="event">
878
  <h4>ginipick/StyleGen</h4>
879
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/StyleGen" target="_blank">link</a>).</p>
880
  <span class="tag image">Image</span>
881
+ <span class="tag new">NEW</span>
882
  </div>
883
+
884
+ <!-- 78) openfree/StoryStar -->
885
  <div class="event">
886
  <h4>openfree/StoryStar</h4>
887
  <p>Link (<a href="https://huggingface.co/spaces/openfree/StoryStar" target="_blank">link</a>).</p>
888
  <span class="tag text">Text</span>
889
+ <span class="tag new">NEW</span>
890
  </div>
891
+
892
+ <!-- 79) fantos/x-mas -->
893
  <div class="event">
894
  <h4>fantos/x-mas</h4>
895
  <p>Link (<a href="https://huggingface.co/spaces/fantos/x-mas" target="_blank">link</a>).</p>
896
  <span class="tag image">Image</span>
897
+ <span class="tag new">NEW</span>
898
  </div>
899
+
900
+ <!-- 80) openfree/Korean-Leaderboard -->
901
  <div class="event">
902
  <h4>openfree/Korean-Leaderboard</h4>
903
  <p>Link (<a href="https://huggingface.co/spaces/openfree/Korean-Leaderboard" target="_blank">link</a>).</p>
904
  <span class="tag text">Text</span>
905
+ <span class="tag new">NEW</span>
906
  </div>
907
+
908
+ <!-- 81) ginipick/FLUXllama -->
909
  <div class="event">
910
  <h4>ginipick/FLUXllama</h4>
911
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUXllama" target="_blank">link</a>).</p>
912
  <span class="tag text">Text</span>
913
+ <span class="tag new">NEW</span>
914
  </div>
915
+
916
+ <!-- 82) ginipick/SORA-3D -->
917
  <div class="event">
918
  <h4>ginipick/SORA-3D</h4>
919
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/SORA-3D" target="_blank">link</a>).</p>
920
  <span class="tag image">Image</span>
921
+ <span class="tag new">NEW</span>
922
  </div>
923
+
924
+ <!-- 83) fantaxy/Sound-AI-SFX -->
925
  <div class="event">
926
  <h4>fantaxy/Sound-AI-SFX</h4>
927
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Sound-AI-SFX" target="_blank">link</a>).</p>
928
  <span class="tag audio">Audio</span>
929
+ <span class="tag new">NEW</span>
930
  </div>
931
+
932
+ <!-- 84) fantos/flx8lora -->
933
  <div class="event">
934
  <h4>fantos/flx8lora</h4>
935
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flx8lora" target="_blank">link</a>).</p>
936
  <span class="tag image">Image</span>
937
+ <span class="tag new">NEW</span>
938
  </div>
939
+
940
+ <!-- 85) ginigen/Canvas -->
941
  <div class="event">
942
  <h4>ginigen/Canvas</h4>
943
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Canvas" target="_blank">link</a>).</p>
944
  <span class="tag image">Image</span>
945
+ <span class="tag new">NEW</span>
946
  </div>
947
+
948
+ <!-- 86) fantaxy/erotica -->
949
  <div class="event">
950
  <h4>fantaxy/erotica</h4>
951
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/erotica" target="_blank">link</a>).</p>
952
  <span class="tag image">Image</span>
953
+ <span class="tag new">NEW</span>
954
  </div>
955
+
956
+ <!-- 87) ginipick/time-machine -->
957
  <div class="event">
958
  <h4>ginipick/time-machine</h4>
959
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/time-machine" target="_blank">link</a>).</p>
960
  <span class="tag predict">Predict</span>
961
+ <span class="tag new">NEW</span>
962
  </div>
963
+
964
+ <!-- 88) aiqcamp/FLUX-VisionReply -->
965
  <div class="event">
966
  <h4>aiqcamp/FLUX-VisionReply</h4>
967
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/FLUX-VisionReply" target="_blank">link</a>).</p>
968
  <span class="tag vision">Vision</span>
969
+ <span class="tag new">NEW</span>
970
  </div>
971
+
972
+ <!-- 89) openfree/Tetris-Game -->
973
  <div class="event">
974
  <h4>openfree/Tetris-Game</h4>
975
  <p>Link (<a href="https://huggingface.co/spaces/openfree/Tetris-Game" target="_blank">link</a>).</p>
976
  <span class="tag game">Game</span>
977
+ <span class="tag new">NEW</span>
978
  </div>
979
+
980
+ <!-- 90) openfree/everychat -->
981
  <div class="event">
982
  <h4>openfree/everychat</h4>
983
  <p>Link (<a href="https://huggingface.co/spaces/openfree/everychat" target="_blank">link</a>).</p>
984
  <span class="tag text">Text</span>
985
+ <span class="tag new">NEW</span>
986
  </div>
987
+
988
+ <!-- 91) VIDraft/mouse1 -->
989
  <div class="event">
990
  <h4>VIDraft/mouse1</h4>
991
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/mouse1" target="_blank">link</a>).</p>
992
  <span class="tag utility">Utility</span>
993
+ <span class="tag new">NEW</span>
994
  </div>
995
+
996
+ <!-- 92) kolaslab/alpha-go -->
997
  <div class="event">
998
  <h4>kolaslab/alpha-go</h4>
999
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/alpha-go" target="_blank">link</a>).</p>
1000
  <span class="tag game">Game</span>
1001
+ <span class="tag new">NEW</span>
1002
  </div>
1003
+
1004
+ <!-- 93) ginipick/text3d -->
1005
  <div class="event">
1006
  <h4>ginipick/text3d</h4>
1007
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/text3d" target="_blank">link</a>).</p>
1008
  <span class="tag text">Text</span>
1009
+ <span class="tag new">NEW</span>
1010
  </div>
1011
+
1012
+ <!-- 94) openfree/trending-board -->
1013
  <div class="event">
1014
  <h4>openfree/trending-board</h4>
1015
  <p>Link (<a href="https://huggingface.co/spaces/openfree/trending-board" target="_blank">link</a>).</p>
1016
  <span class="tag utility">Utility</span>
1017
+ <span class="tag new">NEW</span>
1018
  </div>
1019
+
1020
+ <!-- 95) cutechicken/tankwar -->
1021
  <div class="event">
1022
  <h4>cutechicken/tankwar</h4>
1023
  <p>Link (<a href="https://huggingface.co/spaces/cutechicken/tankwar" target="_blank">link</a>).</p>
1024
  <span class="tag game">Game</span>
1025
+ <span class="tag new">NEW</span>
1026
  </div>
1027
+
1028
+ <!-- 96) openfree/game-jewel -->
1029
  <div class="event">
1030
  <h4>openfree/game-jewel</h4>
1031
  <p>Link (<a href="https://huggingface.co/spaces/openfree/game-jewel" target="_blank">link</a>).</p>
1032
  <span class="tag game">Game</span>
1033
+ <span class="tag new">NEW</span>
1034
  </div>
1035
+
1036
+ <!-- 97) VIDraft/mouse-chat -->
1037
  <div class="event">
1038
  <h4>VIDraft/mouse-chat</h4>
1039
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/mouse-chat" target="_blank">link</a>).</p>
1040
  <span class="tag text">Text</span>
1041
+ <span class="tag new">NEW</span>
1042
  </div>
1043
+
1044
+ <!-- 98) ginipick/AccDiffusion -->
1045
  <div class="event">
1046
  <h4>ginipick/AccDiffusion</h4>
1047
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/AccDiffusion" target="_blank">link</a>).</p>
1048
  <span class="tag image">Image</span>
1049
+ <span class="tag new">NEW</span>
1050
  </div>
1051
+
1052
+ <!-- 99) aiqtech/Particle-Accelerator-Simulation -->
1053
  <div class="event">
1054
  <h4>aiqtech/Particle-Accelerator-Simulation</h4>
1055
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/Particle-Accelerator-Simulation" target="_blank">link</a>).</p>
1056
  <span class="tag education">Education</span>
1057
+ <span class="tag new">NEW</span>
1058
  </div>
1059
+
1060
+ <!-- 100) openfree/GiniGEN -->
1061
  <div class="event">
1062
  <h4>openfree/GiniGEN</h4>
1063
  <p>Link (<a href="https://huggingface.co/spaces/openfree/GiniGEN" target="_blank">link</a>).</p>
1064
  <span class="tag utility">Utility</span>
1065
+ <span class="tag new">NEW</span>
1066
  </div>
1067
+
1068
+ <!-- 101) kolaslab/3DAudio-Spectrum-Analyzer -->
1069
  <div class="event">
1070
  <h4>kolaslab/3DAudio-Spectrum-Analyzer</h4>
1071
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/3DAudio-Spectrum-Analyzer" target="_blank">link</a>).</p>
1072
  <span class="tag audio">Audio</span>
1073
+ <span class="tag new">NEW</span>
1074
  </div>
1075
+
1076
+ <!-- 102) openfree/trending-news-24 -->
1077
  <div class="event">
1078
  <h4>openfree/trending-news-24</h4>
1079
  <p>Link (<a href="https://huggingface.co/spaces/openfree/trending-news-24" target="_blank">link</a>).</p>
1080
  <span class="tag text">Text</span>
1081
+ <span class="tag new">NEW</span>
1082
  </div>
1083
+
1084
+ <!-- 103) ginipick/Realtime-FLUX -->
1085
  <div class="event">
1086
  <h4>ginipick/Realtime-FLUX</h4>
1087
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/Realtime-FLUX" target="_blank">link</a>).</p>
1088
  <span class="tag video">Video</span>
1089
+ <span class="tag new">NEW</span>
1090
  </div>
1091
+
1092
+ <!-- 104) VIDraft/prime-number -->
1093
  <div class="event">
1094
  <h4>VIDraft/prime-number</h4>
1095
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/prime-number" target="_blank">link</a>).</p>
1096
  <span class="tag education">Education</span>
1097
+ <span class="tag new">NEW</span>
1098
  </div>
1099
+
1100
+ <!-- 105) kolaslab/zombie-game -->
1101
  <div class="event">
1102
  <h4>kolaslab/zombie-game</h4>
1103
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/zombie-game" target="_blank">link</a>).</p>
1104
  <span class="tag game">Game</span>
1105
+ <span class="tag new">NEW</span>
1106
  </div>
1107
+
1108
+ <!-- 106) fantos/miro-game -->
1109
  <div class="event">
1110
  <h4>fantos/miro-game</h4>
1111
  <p>Link (<a href="https://huggingface.co/spaces/fantos/miro-game" target="_blank">link</a>).</p>
1112
  <span class="tag game">Game</span>
1113
+ <span class="tag new">NEW</span>
1114
  </div>
1115
+
1116
+ <!-- 107) kolaslab/shooting -->
1117
  <div class="event">
1118
  <h4>kolaslab/shooting</h4>
1119
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/shooting" target="_blank">link</a>).</p>
1120
  <span class="tag game">Game</span>
1121
+ <span class="tag new">NEW</span>
1122
  </div>
1123
+
1124
+ <!-- 108) VIDraft/Mouse-Hackathon -->
1125
  <div class="event">
1126
  <h4>VIDraft/Mouse-Hackathon</h4>
1127
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/Mouse-Hackathon" target="_blank">link</a>).</p>
1128
  <span class="tag utility">Utility</span>
1129
+ <span class="tag new">NEW</span>
1130
  </div>
1131
+
1132
+ <!-- 109) aiqmaster/stocksimulation -->
1133
  <div class="event">
1134
  <h4>aiqmaster/stocksimulation</h4>
1135
  <p>Link (<a href="https://huggingface.co/spaces/aiqmaster/stocksimulation" target="_blank">link</a>).</p>
1136
  <span class="tag predict">Predict</span>
1137
+ <span class="tag new">NEW</span>
1138
  </div>
1139
+
1140
+ <!-- 110) aiqmaster/assetai -->
1141
  <div class="event">
1142
  <h4>aiqmaster/assetai</h4>
1143
  <p>Link (<a href="https://huggingface.co/spaces/aiqmaster/assetai" target="_blank">link</a>).</p>
1144
  <span class="tag predict">Predict</span>
1145
+ <span class="tag new">NEW</span>
1146
  </div>
1147
+
1148
+ <!-- 111) aiqmaster/stockai -->
1149
  <div class="event">
1150
  <h4>aiqmaster/stockai</h4>
1151
  <p>Link (<a href="https://huggingface.co/spaces/aiqmaster/stockai" target="_blank">link</a>).</p>
1152
  <span class="tag predict">Predict</span>
1153
+ <span class="tag new">NEW</span>
1154
  </div>
1155
+
1156
+ <!-- 112) cutechicken/TankWar3D -->
1157
  <div class="event">
1158
  <h4>cutechicken/TankWar3D</h4>
1159
  <p>Link (<a href="https://huggingface.co/spaces/cutechicken/TankWar3D" target="_blank">link</a>).</p>
1160
  <span class="tag game">Game</span>
1161
+ <span class="tag new">NEW</span>
1162
  </div>
1163
+
1164
+ <!-- 113) kolaslab/RC4-EnDecoder -->
1165
  <div class="event">
1166
  <h4>kolaslab/RC4-EnDecoder</h4>
1167
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/RC4-EnDecoder" target="_blank">link</a>).</p>
1168
  <span class="tag utility">Utility</span>
1169
+ <span class="tag new">NEW</span>
1170
  </div>
1171
+
1172
+ <!-- 114) kolaslab/simulator -->
1173
  <div class="event">
1174
  <h4>kolaslab/simulator</h4>
1175
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/simulator" target="_blank">link</a>).</p>
1176
  <span class="tag utility">Utility</span>
1177
+ <span class="tag new">NEW</span>
1178
  </div>
1179
+
1180
+ <!-- 115) kolaslab/calculator -->
1181
  <div class="event">
1182
  <h4>kolaslab/calculator</h4>
1183
  <p>Link (<a href="https://huggingface.co/spaces/kolaslab/calculator" target="_blank">link</a>).</p>
1184
  <span class="tag utility">Utility</span>
1185
+ <span class="tag new">NEW</span>
1186
  </div>
1187
+
1188
+ <!-- 116) aiqtech/kofaceid -->
1189
  <div class="event">
1190
  <h4>aiqtech/kofaceid</h4>
1191
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/kofaceid" target="_blank">link</a>).</p>
1192
  <span class="tag vision">Vision</span>
1193
+ <span class="tag new">NEW</span>
1194
  </div>
1195
+
1196
+ <!-- 117) fantaxy/fastvideogen -->
1197
  <div class="event">
1198
  <h4>fantaxy/fastvideogen</h4>
1199
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/fastvideogen" target="_blank">link</a>).</p>
1200
  <span class="tag video">Video</span>
1201
+ <span class="tag new">NEW</span>
1202
  </div>
1203
+
1204
+ <!-- 118) fantos/cogvidx -->
1205
  <div class="event">
1206
  <h4>fantos/cogvidx</h4>
1207
  <p>Link (<a href="https://huggingface.co/spaces/fantos/cogvidx" target="_blank">link</a>).</p>
1208
  <span class="tag video">Video</span>
1209
+ <span class="tag new">NEW</span>
1210
  </div>
1211
+
1212
+ <!-- 119) fantos/flxfashmodel -->
1213
  <div class="event">
1214
  <h4>fantos/flxfashmodel</h4>
1215
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxfashmodel" target="_blank">link</a>).</p>
1216
  <span class="tag image">Image</span>
1217
+ <span class="tag new">NEW</span>
1218
  </div>
1219
+
1220
+ <!-- 120) fantos/kolcontrl -->
1221
  <div class="event">
1222
  <h4>fantos/kolcontrl</h4>
1223
  <p>Link (<a href="https://huggingface.co/spaces/fantos/kolcontrl" target="_blank">link</a>).</p>
1224
  <span class="tag utility">Utility</span>
1225
+ <span class="tag new">NEW</span>
1226
  </div>
1227
+
1228
+ <!-- 121) fantos/EveryText -->
1229
  <div class="event">
1230
  <h4>fantos/EveryText</h4>
1231
  <p>Link (<a href="https://huggingface.co/spaces/fantos/EveryText" target="_blank">link</a>).</p>
1232
  <span class="tag text">Text</span>
1233
+ <span class="tag new">NEW</span>
1234
  </div>
1235
+
1236
+ <!-- 122) aiqtech/cinevid -->
1237
  <div class="event">
1238
  <h4>aiqtech/cinevid</h4>
1239
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/cinevid" target="_blank">link</a>).</p>
1240
  <span class="tag video">Video</span>
1241
+ <span class="tag new">NEW</span>
1242
  </div>
1243
+
1244
+ <!-- 123) aiqtech/FLUX-Ghibli-Studio-LoRA -->
1245
  <div class="event">
1246
  <h4>aiqtech/FLUX-Ghibli-Studio-LoRA</h4>
1247
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA" target="_blank">link</a>).</p>
1248
  <span class="tag image">Image</span>
1249
+ <span class="tag new">NEW</span>
1250
  </div>
1251
+
1252
+ <!-- 124) aiqtech/flxgif -->
1253
  <div class="event">
1254
  <h4>aiqtech/flxgif</h4>
1255
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flxgif" target="_blank">link</a>).</p>
1256
  <span class="tag video">Video</span>
1257
+ <span class="tag new">NEW</span>
1258
  </div>
1259
+
1260
+ <!-- 125) aiqtech/imaginpaint -->
1261
  <div class="event">
1262
  <h4>aiqtech/imaginpaint</h4>
1263
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/imaginpaint" target="_blank">link</a>).</p>
1264
  <span class="tag image">Image</span>
1265
+ <span class="tag new">NEW</span>
1266
  </div>
1267
+
1268
  </div>
1269
  </div>
1270
+
1271
  <script>
1272
  function updateCounts() {
1273
  const bestCount = document.querySelectorAll('.tag.best').length;
1274
  const newCount = document.querySelectorAll('.tag.new').length;
 
1275
  document.getElementById('best-count').textContent = bestCount;
1276
  document.getElementById('new-count').textContent = newCount;
1277
  }
 
1288
  button.classList.add('active');
1289
  }
1290
  });
 
1291
  currentFilters.category = category;
1292
  applyFilters();
1293
  }
1294
 
1295
  function applyFilters() {
1296
  const events = document.querySelectorAll('.event');
 
1297
  events.forEach(event => {
1298
+ const matchesCategory =
1299
+ currentFilters.category === 'all' ||
1300
  event.querySelector(`.tag.${currentFilters.category}`);
 
1301
  event.style.display = matchesCategory ? 'block' : 'none';
1302
  });
 
1303
  updateCounts();
1304
  }
1305
 
 
1314
  });
1315
  </script>
1316
  </body>
1317
+ </html>