Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
art
Inference Endpoints
KBlueLeaf commited on
Commit
9bfcf14
1 Parent(s): 0617709

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -36,7 +36,7 @@ tags:
36
  }
37
 
38
  .image-viewer label {
39
- padding: 10px 20px;
40
  background-color: #B398F5;
41
  background-size: cover;
42
  border: 1px solid #ccc;
@@ -48,13 +48,13 @@ tags:
48
 
49
  .image-viewer label:hover {
50
  background-color: #4C88F5;
51
- padding: 15px 25px;
52
  margin: 5px;
53
  }
54
 
55
  .image-viewer input[type="radio"]:checked + label {
56
  background-color: #6296F5;
57
- padding: 20px 30px;
58
  margin: 0px;
59
  }
60
 
@@ -76,6 +76,7 @@ tags:
76
  }
77
 
78
 
 
79
  #image1:checked ~ .image-container img:nth-child(1),
80
  #image2:checked ~ .image-container img:nth-child(2),
81
  #image3:checked ~ .image-container img:nth-child(3) {
@@ -83,22 +84,22 @@ tags:
83
  }
84
 
85
  #image1l{
86
- background-image: url("output-samples/01549.png");
87
  }
88
  #image2l{
89
- background-image: url("output-samples/01550.png");
90
  }
91
  #image3l{
92
- background-image: url("output-samples/01551.png");
93
  }
94
  </style>
95
  <div class="image-viewer">
96
  <input type="radio" id="image1" name="image-switcher" checked>
97
- <label for="image1" id="image1l">1</label>
98
  <input type="radio" id="image2" name="image-switcher">
99
- <label for="image2">2</label>
100
  <input type="radio" id="image3" name="image-switcher">
101
- <label for="image3">3</label>
102
 
103
  <div class="image-container">
104
  <img src="output-samples/01549.png" alt="Image 1">
 
36
  }
37
 
38
  .image-viewer label {
39
+ padding: 20px;
40
  background-color: #B398F5;
41
  background-size: cover;
42
  border: 1px solid #ccc;
 
48
 
49
  .image-viewer label:hover {
50
  background-color: #4C88F5;
51
+ padding: 25px;
52
  margin: 5px;
53
  }
54
 
55
  .image-viewer input[type="radio"]:checked + label {
56
  background-color: #6296F5;
57
+ padding: 30px;
58
  margin: 0px;
59
  }
60
 
 
76
  }
77
 
78
 
79
+
80
  #image1:checked ~ .image-container img:nth-child(1),
81
  #image2:checked ~ .image-container img:nth-child(2),
82
  #image3:checked ~ .image-container img:nth-child(3) {
 
84
  }
85
 
86
  #image1l{
87
+ background-image: url("https://huggingface.co/KBlueLeaf/Kohaku-XL-Epsilon/resolve/main/output-samples/01549.png");
88
  }
89
  #image2l{
90
+ background-image: url("https://huggingface.co/KBlueLeaf/Kohaku-XL-Epsilon/resolve/main/output-samples/01550.png");
91
  }
92
  #image3l{
93
+ background-image: url("https://huggingface.co/KBlueLeaf/Kohaku-XL-Epsilon/resolve/main/output-samples/01551.png");
94
  }
95
  </style>
96
  <div class="image-viewer">
97
  <input type="radio" id="image1" name="image-switcher" checked>
98
+ <label for="image1" id="image1l"></label>
99
  <input type="radio" id="image2" name="image-switcher">
100
+ <label for="image2" id="image2l"></label>
101
  <input type="radio" id="image3" name="image-switcher">
102
+ <label for="image3" id="image3l"></label>
103
 
104
  <div class="image-container">
105
  <img src="output-samples/01549.png" alt="Image 1">