AngelBottomless commited on
Commit
f857fd8
1 Parent(s): 81743c6

add SPONSOR banner, css design change prepare

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -7,6 +7,39 @@ language:
7
  base_model: KBlueLeaf/kohaku-xl-beta5
8
  pipeline_tag: text-to-image
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  <style>
11
 
12
  @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playwrite+DE+Grund:[email protected]&display=swap');
@@ -213,7 +246,7 @@ pipeline_tag: text-to-image
213
 
214
  <div>
215
  <p>
216
- Illustrious XL is the Illustration focused Stable Diffusion XL model which is continued from Kohaku XL Beta 5.
217
  The model focuses on utilizing large-scale annotated dataset, <a href="https://huggingface.co/datasets/nyanko7/danbooru2023">Danbooru2023.</a>
218
  We release the v0.1 and v0.1-GUIDED model here, under fair public ai license, however discourages the usage of model over monetization purpose / any closed source purposes.
219
  For full technical details, please refer to our technical report.
 
7
  base_model: KBlueLeaf/kohaku-xl-beta5
8
  pipeline_tag: text-to-image
9
  ---
10
+ <div class="sponsor-banner">
11
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63398de08f27255b6b50081a/DaAYysFfAzbOfSKYtewW4.png" alt="Hugging Face Logo" class="sponsor-logo">
12
+ <p class="sponsor-text">This project is sponsored and supported by <a href="https://onomaai.com " class="OnomaAi" target="_blank" rel="noopener noreferrer">OnomaAI</span></p>
13
+ </div>
14
+
15
+ <style>
16
+ .sponsor-banner {
17
+ display: flex;
18
+ align-items: center;
19
+ background-color: #f5f5f5;
20
+ padding: 20px;
21
+ border-radius: 8px;
22
+ margin-bottom: 20px;
23
+ }
24
+
25
+ .sponsor-logo {
26
+ width: 100px;
27
+ height: auto;
28
+ margin-right: 20px;
29
+ }
30
+
31
+ .sponsor-text {
32
+ font-size: 18px;
33
+ color: #333;
34
+ margin: 0;
35
+ }
36
+
37
+ .company-name {
38
+ font-weight: bold;
39
+ color: #0066cc;
40
+ }
41
+ </style>
42
+
43
  <style>
44
 
45
  @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playwrite+DE+Grund:[email protected]&display=swap');
 
246
 
247
  <div>
248
  <p>
249
+ Illustrious XL is the Illustration focused Stable Diffusion XL model which is continued from Kohaku XL Beta 5, trained by OnomaAI Research Team.
250
  The model focuses on utilizing large-scale annotated dataset, <a href="https://huggingface.co/datasets/nyanko7/danbooru2023">Danbooru2023.</a>
251
  We release the v0.1 and v0.1-GUIDED model here, under fair public ai license, however discourages the usage of model over monetization purpose / any closed source purposes.
252
  For full technical details, please refer to our technical report.