Terranova commited on
Commit
77db508
·
1 Parent(s): 5863a51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -26,7 +26,7 @@ tags:
26
  padding-left: -40px !important;
27
  }
28
  img {max-width: 75%; max-height: 75%; display: block; align: center; margin-left: auto; margin-right: auto; margin-top: 0px !important; margin-bottom: 2px;/* remove extra space below image */ }
29
- details {
30
  background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 5px;
31
  }
32
  .image_sources {
@@ -35,13 +35,13 @@ tags:
35
 
36
  </style>
37
 
38
- <details><summary><b>Changelog</b></summary>
39
 
40
- ```
41
- > Removed potentially TOS-breaking images
42
- > Fancified Readme CSS
43
- ```
44
- </details>
45
  This is a personal collection of my LoRAs, which I use in a google colab file. <br>
46
  <br>It's cloud hosted meaning I can freely access and add models onto this. <br>
47
  <br>Will upload a colab file for us soon(tm)
 
26
  padding-left: -40px !important;
27
  }
28
  img {max-width: 75%; max-height: 75%; display: block; align: center; margin-left: auto; margin-right: auto; margin-top: 0px !important; margin-bottom: 2px;/* remove extra space below image */ }
29
+ details, .details {
30
  background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 5px;
31
  }
32
  .image_sources {
 
35
 
36
  </style>
37
 
38
+ <div class="details"><b>Changelog</b>
39
 
40
+
41
+ * Added back NSFW, added not-for-all-audiences
42
+
43
+ * Fancified Readme CSS
44
+ </div>
45
  This is a personal collection of my LoRAs, which I use in a google colab file. <br>
46
  <br>It's cloud hosted meaning I can freely access and add models onto this. <br>
47
  <br>Will upload a colab file for us soon(tm)