KBlueLeaf commited on
Commit
fb2272c
1 Parent(s): eb486ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -68
README.md CHANGED
@@ -18,73 +18,31 @@ join us: https://discord.gg/tPBsKDyRR5
18
 
19
 
20
  <style>
21
- .image-viewer {
22
- position: relative;
23
- width: 100%;
24
- margin: 0 auto;
25
- display: flex;
26
- flex-flow: wrap;
27
- align-items: center;
28
- justify-content: center;
29
- }
30
-
31
- .image-viewer input[type="radio"] {
32
- display: none;
33
- }
34
-
35
- .image-viewer label {
36
- padding: 18px;
37
- background-color: #B398F5;
38
- background-size: cover;
39
- background-position: center;
40
- border: 1px solid #ccc;
41
- cursor: pointer;
42
- color: black;
43
- margin: 9px;
44
- }
45
-
46
- .image-viewer label:hover {
47
- background-color: #4C88F5;
48
- padding: 21px;
49
- margin: 6px;
50
- }
51
-
52
- .image-viewer input[type="radio"]:checked + label {
53
- background-color: #6296F5;
54
- padding: 27px;
55
- margin: 0px;
56
- }
57
-
58
- .image-container {
59
- position: relative;
60
- width: 100%;
61
- height: 50vh;
62
- }
63
-
64
- .image-container img {
65
- position: absolute;
66
- top: 0;
67
- left: 0;
68
- height: 100%;
69
- width: 100%;
70
- object-fit: contain;
71
- opacity: 0;
72
- transition: opacity 0.5s ease;
73
- }
74
-
75
- #image1:checked ~ .image-container img:nth-child(1),#image2:checked ~ .image-container img:nth-child(2),#image3:checked ~ .image-container img:nth-child(3),#image4:checked ~ .image-container img:nth-child(4),#image5:checked ~ .image-container img:nth-child(5),#image6:checked ~ .image-container img:nth-child(6),#image7:checked ~ .image-container img:nth-child(7),#image8:checked ~ .image-container img:nth-child(8),#image9:checked ~ .image-container img:nth-child(9) {
76
- opacity: 1;
77
- }
78
-
79
- #image1l{background-image: url("sample-images/02062.jpg");}
80
- #image2l{background-image: url("sample-images/02081.jpg");}
81
- #image3l{background-image: url("sample-images/02082.jpg");}
82
- #image4l{background-image: url("sample-images/02083.jpg");}
83
- #image5l{background-image: url("sample-images/02084.jpg");}
84
- #image6l{background-image: url("sample-images/02085.jpg");}
85
- #image7l{background-image: url("sample-images/02086.jpg");}
86
- #image8l{background-image: url("sample-images/02088.jpg");}
87
- #image9l{background-image: url("sample-images/02089.jpg");}
88
  </style>
89
  <div class="image-viewer">
90
  <input type="radio" id="image1" name="image-switcher" checked>
@@ -120,7 +78,6 @@ join us: https://discord.gg/tPBsKDyRR5
120
 
121
 
122
 
123
-
124
  ## Highlights
125
  - Resume from Kohaku-XL-Epsilon rev2
126
  - More stable, long/detailed prompt is not a requirement now.
 
18
 
19
 
20
  <style>
21
+ .image-viewer {position: relative;width: 100%;margin: 0 auto;display: flex;flex-flow: wrap;align-items: center;justify-content: center;}
22
+
23
+ .image-viewer input[type="radio"] {display: none;}
24
+
25
+ .image-viewer label {padding: 18px;background-color: #B398F5;background-size: cover;background-position: center;border: 1px solid #ccc;cursor: pointer;color: black;margin: 9px;}
26
+
27
+ .image-viewer label:hover {background-color: #4C88F5;padding: 21px;margin: 6px;}
28
+
29
+ .image-viewer input[type="radio"]:checked + label {background-color: #6296F5;padding: 27px;margin: 0px;}
30
+
31
+ .image-container {position: relative;width: 100%;height: 50vh;}
32
+
33
+ .image-container img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: contain;opacity: 0;transition: opacity 0.5s ease;}
34
+
35
+ #image1:checked ~ .image-container img:nth-child(1),#image2:checked ~ .image-container img:nth-child(2),#image3:checked ~ .image-container img:nth-child(3),#image4:checked ~ .image-container img:nth-child(4),#image5:checked ~ .image-container img:nth-child(5),#image6:checked ~ .image-container img:nth-child(6),#image7:checked ~ .image-container img:nth-child(7),#image8:checked ~ .image-container img:nth-child(8),#image9:checked ~ .image-container img:nth-child(9) {opacity: 1;}
36
+
37
+ #image1l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02062.jpg");}
38
+ #image2l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02081.jpg");}
39
+ #image3l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02082.jpg");}
40
+ #image4l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02083.jpg");}
41
+ #image5l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02084.jpg");}
42
+ #image6l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02085.jpg");}
43
+ #image7l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02086.jpg");}
44
+ #image8l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02088.jpg");}
45
+ #image9l{background-image: url("/KBlueLeaf/Kohaku-XL-Zeta/resolve/main/sample-images/02089.jpg");}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  </style>
47
  <div class="image-viewer">
48
  <input type="radio" id="image1" name="image-switcher" checked>
 
78
 
79
 
80
 
 
81
  ## Highlights
82
  - Resume from Kohaku-XL-Epsilon rev2
83
  - More stable, long/detailed prompt is not a requirement now.