xzuyn commited on
Commit
99585e5
·
verified ·
1 Parent(s): 390ee42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -2
README.md CHANGED
@@ -6,7 +6,70 @@ colorTo: blue
6
  sdk: static
7
  pinned: false
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
- https://discord.gg/4tCngSm3qZ
 
 
11
 
12
- Drummer's models here are not official and may lack refinement. YMMV. Go to Drummer's repo for the official models.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+ <style>
10
+ .container {
11
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
12
+ margin: 20px;
13
+ padding: 20px;
14
+ border: 1px solid #444;
15
+ border-radius: 10px;
16
+ background-color: #1e1e2f;
17
+ color: #e1e1e6;
18
+ }
19
+ .heading {
20
+ font-size: 1.8em;
21
+ color: #62dafb;
22
+ margin-bottom: 15px;
23
+ border-bottom: 2px solid #62dafb;
24
+ padding-bottom: 5px;
25
+ }
26
+ .subheading {
27
+ font-size: 1.4em;
28
+ color: #a8d0e6;
29
+ margin-top: 20px;
30
+ margin-bottom: 10px;
31
+ border-left: 4px solid #62dafb;
32
+ padding-left: 10px;
33
+ }
34
+ .paragraph {
35
+ line-height: 1.6;
36
+ }
37
+ .link {
38
+ color: #62dafb;
39
+ text-decoration: none;
40
+ font-weight: bold;
41
+ }
42
+ .link:hover {
43
+ text-decoration: underline;
44
+ color: #a8d0e6;
45
+ }
46
+ ul {
47
+ padding-left: 20px;
48
+ }
49
+ li {
50
+ margin: 8px 0;
51
+ }
52
+ </style>
53
 
54
+ <div class="container">
55
+ <div class="heading">Join our community on Discord</div>
56
+ <p><a href="https://discord.gg/4tCngSm3qZ" class="link">https://discord.gg/4tCngSm3qZ</a></p>
57
 
58
+ <div class="subheading">Important Note</div>
59
+ <p class="paragraph">
60
+ Models released here are <strong>unofficial</strong> and may lack refinement. Your mileage may vary. For
61
+ <strong>official releases</strong>, visit Drummer and the other BeaverAI members' official pages.
62
+ </p>
63
+
64
+ <div class="subheading">BeaverAI Members</div>
65
+ <ul>
66
+ <li><a href="https://huggingface.co/TheDrummer" class="link">TheDrummer</a></li>
67
+ <li><a href="https://huggingface.co/MarsupialAI" class="link">MarsupialAI</a></li>
68
+ <li><a href="https://huggingface.co/xzuyn" class="link">xzuyn</a></li>
69
+ <li><a href="https://huggingface.co/concedo" class="link">concedo</a></li>
70
+ <li><a href="https://huggingface.co/Sao10K" class="link">Sao10K</a></li>
71
+ <li><a href="https://huggingface.co/g4rg" class="link">g4rg</a></li>
72
+ <li><a href="https://huggingface.co/Steelskull" class="link">Steelskull</a></li>
73
+ <li><a href="https://huggingface.co/ToastyPigeon" class="link">ToastyPigeon</a></li>
74
+ </ul>
75
+ </div>