File size: 2,783 Bytes
08139df
 
 
 
 
 
beae69c
08139df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94b0249
08139df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94b0249
08139df
 
 
 
9a04103
08139df
 
 
94b0249
08139df
 
 
96fb27f
08139df
 
 
 
 
 
 
94b0249
08139df
 
 
 
 
94b0249
08139df
 
 
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
license: apache-2.0
pipeline_tag: text-to-image
language:
- en
base_model:
- lodestones/Chroma1-HD
---
<html>
<head>
  <style>
    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      background: #f4f4f4;
      font-family: Arial, sans-serif;
    }
    .card {
      background: #FF8C00;
      border-radius: 16px;
      padding: 24px;
      width: 100%;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
      color: #fff;
    }
    .header {
      display: flex;
      align-items: center;
      margin-bottom: 16px;
    }
    .spinner {
      width: 24px;
      height: 24px;
      margin-right: 12px;
      border: 4px solid rgba(255,255,255,0.5);
      border-top-color: #fff;
      border-radius: 50%;
      animation: spin 3s linear infinite;
    }
    h2 {
      font-size: 1.2rem;
      margin: 0;
    }
    .info-blocks {
      display: flex;
      border: 1px solid rgba(255,255,255,0.5);
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 16px;
    }
    .info-block {
      flex: 1;
      padding: 8px 12px;
      font-size: 0.85rem;
      text-align: center;
    }
    .info-block + .info-block {
      border-left: 1px solid rgba(255,255,255,0.5);
    }
    .info-block strong {
      display: block;
      margin-bottom: 4px;
      font-weight: 600;
    }
    .progress-container {
      background: rgba(255,255,255,0.3);
      border-radius: 12px;
      overflow: hidden;
      height: 14px;
      margin-bottom: 8px;
    }
    .progress-bar {
      width: 0%;
      height: 100%;
      background: #fff;
      animation: load 4s ease-in-out forwards;
    }
    .status-text {
      font-size: 0.9rem;
      text-align: center;
    }
    @keyframes spin {
      to { transform: rotate(360deg); }
    }
    @keyframes load {
      0% { width: 0; }
      100% { width: 80%; }
    }
  </style>
</head>
<body>
  <div class="card">
    <div class="header">
      <div class="spinner"></div>
      <h2>SPARK.Chroma_v1 Fine-Tune (Attempt #2)</h2>
    </div>
    <div class="info-blocks">
      <div class="info-block">
        <strong>START DATE:</strong>
        November 2, 2025
      </div>
      <div class="info-block">
        <strong>LAST UPDATE:</strong>
        November 18, 2025
      </div>
      <div class="info-block">
        <strong>DATASET SIZE:</strong>
        -
      </div>
      <div class="info-block">
        <strong>EQUIPMENT:</strong>
        1 x RTX 4090 (24GB)
      </div>
      <div class="info-block">
        <strong>TRAINING TIME:</strong>
        0h 0m
      </div>
    </div>
    <div class="progress-container">
      <div class="progress-bar"></div>
    </div>
    <div class="status-text">Fine-Tune... 0%</div>
  </div>
</body>
</html>