Terranova
commited on
Commit
·
ea8bc95
1
Parent(s):
044cc9a
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,11 @@ license: cc-by-3.0
|
|
10 |
border-radius: 5px;
|
11 |
margin-top: -20px !important;
|
12 |
margin-bottom: 0px !important;
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|
14 |
img {max-width: 75%; max-height: 75%; display: block; /* remove extra space below image */ }
|
15 |
details {
|
@@ -26,7 +31,7 @@ license: cc-by-3.0
|
|
26 |
</details>
|
27 |
This is a personal collection of my LoRAs, which I use in a google colab file. <br>
|
28 |
<br>It's cloud hosted meaning I can freely access and add models onto this. <br>
|
29 |
-
<br>Will upload a colab file for
|
30 |
|
31 |
To copy this into a colab notebook:
|
32 |
```
|
|
|
10 |
border-radius: 5px;
|
11 |
margin-top: -20px !important;
|
12 |
margin-bottom: 0px !important;
|
13 |
+
margin-left: -4px;
|
14 |
+
margin-right: 5px;
|
15 |
+
}
|
16 |
+
.image_body {
|
17 |
+
background-color: #555575;
|
18 |
}
|
19 |
img {max-width: 75%; max-height: 75%; display: block; /* remove extra space below image */ }
|
20 |
details {
|
|
|
31 |
</details>
|
32 |
This is a personal collection of my LoRAs, which I use in a google colab file. <br>
|
33 |
<br>It's cloud hosted meaning I can freely access and add models onto this. <br>
|
34 |
+
<br>Will upload a colab file for us soon(tm)
|
35 |
|
36 |
To copy this into a colab notebook:
|
37 |
```
|